Buckets:

|
download
raw
50 kB

Title: An Approximation Algorithm for Monotone Submodular Cost Allocation

URL Source: https://arxiv.org/html/2511.00470

Markdown Content: 1Introduction 2Approximation algorithm 3Lower bound on the integrality gap An Approximation Algorithm for Monotone Submodular Cost Allocation Ryuhei Mizutani Faculty of Science and Technology, Keio University, Kanagawa, 223-8522, Japan. E-mail: mizutani@math.keio.ac.jp Abstract

In this paper, we consider the minimum submodular cost allocation (MSCA) problem. The input of MSCA is π‘˜ non-negative submodular functions 𝑓 1 , … , 𝑓 π‘˜ on the ground set 𝑁 given by evaluation oracles, and the goal is to partition 𝑁 into π‘˜ (possibly empty) sets 𝑋 1 , … , 𝑋 π‘˜ so that βˆ‘ 𝑖

1 π‘˜ 𝑓 𝑖 ​ ( 𝑋 𝑖 ) is minimized. In this paper, we focus on the case when 𝑓 1 , … , 𝑓 π‘˜ are monotone (denoted by Mono-MSCA). We provide a natural LP-relaxation for Mono-MSCA, which is equivalent to the convex program relaxation introduced by Chekuri and Ene. We show that the integrality gap of the LP-relaxation is at most π‘˜ / 2 , which yields a π‘˜ / 2 -approximation algorithm for Mono-MSCA. We also show that the integrality gap of the LP-relaxation is at least π‘˜ / 2 βˆ’ πœ– for any constant πœ–

0 when π‘˜ is fixed.

1Introduction

Let 𝑁 be a finite set of cardinality 𝑛 , and π‘˜ β‰₯ 2 a positive integer. A set function 𝑓 : 2 𝑁 β†’ ℝ is called submodular if 𝑓 ​ ( 𝑆 ) + 𝑓 ​ ( 𝑇 ) β‰₯ 𝑓 ​ ( 𝑆 βˆͺ 𝑇 ) + 𝑓 ​ ( 𝑆 ∩ 𝑇 ) holds for every 𝑆 , 𝑇 βŠ† 𝑁 . In this paper, we focus on the Minimum Submodular Cost Allocation (MSCA) problem, introduced by Chekuri and Ene [5]. The input of MSCA is π‘˜ non-negative submodular functions 𝑓 1 , … , 𝑓 π‘˜ : 2 𝑁 β†’ ℝ + given by evaluation oracles, and the goal is to partition 𝑁 into π‘˜ (possibly empty) sets 𝑋 1 , … , 𝑋 π‘˜ so that βˆ‘ 𝑖

1 π‘˜ 𝑓 𝑖 ​ ( 𝑋 𝑖 ) is minimized, i.e.,

min ⁑ { βˆ‘ 𝑖

1 π‘˜ 𝑓 𝑖 ​ ( 𝑋 𝑖 ) | 𝑋 1 , … , 𝑋 π‘˜ ​ is ​ a ​ partition ​ of ​ 𝑁 } .

Throughout this paper, we assume that the input functions 𝑓 1 , … , 𝑓 π‘˜ satisfy 𝑓 𝑖 ​ ( βˆ… )

0 for each 𝑖

1 , … , π‘˜ . Several well-studied problems such as the multiway cut problems in graphs and hypergraphs, the submodular multiway partition problems, and uniform metric labeling can be cast as special cases of MSCA. In the case when all submodular functions are monotone, MSCA is equivalent to the submodular facility location problem considered by Svitkina and Tardos [18]. In this paper, we focus on this setting, i.e., the case where each of 𝑓 1 , … , 𝑓 π‘˜ is monotone submodular. We denote MSCA with monotone submodular functions 𝑓 1 , … , 𝑓 π‘˜ by Mono-MSCA. The aim of this paper is to investigate the integrality gap of a natural LP-relaxation for Mono-MSCA when π‘˜ is small.

LP-relaxation.

To provide an LP-relaxation for Mono-MSCA, we introduce some notation. Let 𝟏 ∈ β„€

0 𝑁 denote the all-ones vector and [ π‘˜ ] := { 1 , 2 , … , π‘˜ } . For any 𝑆 βŠ† 𝑁 , let πœ’ 𝑆 ∈ { 0 , 1 } 𝑁 denote the characteristic vector of 𝑆 . We consider the following linear programming relaxation for MSCA:

( LP-Rel ) minimize
βˆ‘ 𝑆 βŠ† 𝑁 , 𝑖 ∈ [ π‘˜ ] 𝑦 𝑖 ​ ( 𝑆 ) ​ 𝑓 𝑖 ​ ( 𝑆 )

subject ​ to
𝑦 𝑖 ∈ ℝ + 2 𝑁 ​ for ​ every ​ 𝑖 ∈ [ π‘˜ ] ,

βˆ‘ 𝑆 βŠ† 𝑁 , 𝑖 ∈ [ π‘˜ ] 𝑦 𝑖 ​ ( 𝑆 ) ​ πœ’ 𝑆

𝟏 .

In this LP-relaxation, we interpret 𝑦 𝑖 ​ ( 𝑆 )

1 to mean that the set 𝑆 is assigned to 𝑓 𝑖 in MSCA, whereas 𝑦 𝑖 ​ ( 𝑆 )

0 means that 𝑆 is not assigned to 𝑓 𝑖 . We note that if an integer feasible solution ( 𝑦 1 , … , 𝑦 π‘˜ ) satisfies 𝑦 𝑖 ​ ( 𝑆 1 )

𝑦 𝑖 ​ ( 𝑆 2 )

1 for two distinct sets 𝑆 1 , 𝑆 2 βŠ† 𝑁 and 𝑖 ∈ [ π‘˜ ] , then by the submodularity of 𝑓 𝑖 we can update 𝑦 𝑖 ​ ( 𝑆 1 ) := 𝑦 𝑖 ​ ( 𝑆 2 ) := 0 and 𝑦 𝑖 ​ ( 𝑆 1 βˆͺ 𝑆 2 ) := 1 without increasing the objective value. Hence, after such uncrossing operations, any integer feasible solution to LP-Rel induces a partition of 𝑁 for MSCA.

The linear program LP-Rel is equivalent to the convex program relaxation introduced by Chekuri and Ene [5] (see Appendix A for details). The linear program LP-Rel can also be seen as the dual linear program of the unweighted π‘˜ -polymatroid intersection (see [16] and Appendix B for details). Regarding the integrality gap of LP-Rel, Ene and VondrΓ‘k [8] showed that if P β‰  NP , then the integrality gap of LP-Rel for general submodular functions cannot be upper-bounded by any factor. Hence, it is natural to focus on special cases such as a monotone case that admit a bounded integrality gap. We refer to LP-Rel restricted to monotone submodular functions 𝑓 1 , … , 𝑓 π‘˜ as Mono-LP-Rel. Svitkina and Tardos [18] gave a ( 1 + ln ⁑ 𝑛 ) -approximation algorithm for Mono-MSCA, and Chekuri and Ene [5] showed that the integrality gap of Mono-LP-Rel is at most ( 1 + ln ⁑ 𝑛 ) . Santiago and Shepherd [15] gave a π‘˜ -approximation algorithm for Mono-MSCA and showed that the integrality gap of Mono-LP-Rel is at most π‘˜ . On the negative side, Svitkina and Tardos [18] showed that the set cover problem with a collection of π‘˜ sets can be reduced to Mono-MSCA. This implies that if π‘˜ is a part of input, Mono-MSCA cannot be approximated within a factor of ( 1 βˆ’ π‘œ ​ ( 1 ) ) β‹… ln ⁑ 𝑛 [10], which matches the approximation ratio shown by Svitkina and Tardos [18]. On the other hand, if π‘˜ ≀ log ⁑ 𝑛 , then the set cover problem with a collection of π‘˜ sets can be solved in time polynomial in 𝑛 by brute-force. Hence, in this case the reduction does not yield any approximation lower bound for Mono-MSCA. Therefore, the approximability of Mono-MSCA and the integrality gap of Mono-LP-Rel for small π‘˜ are much less understood. In this paper, we aim to obtain tight upper and lower bounds of the integrality gap of Mono-LP-Rel when π‘˜ is small.

Our results and techniques.

As mentioned previously, the current best upper bound on the integrality gap of Mono-LP-Rel is min ⁑ { π‘˜ , 1 + ln ⁑ 𝑛 } . Our first result improves this to π‘˜ / 2 .

Theorem 1.1.

The integrality gap of Mono-LP-Rel is at most π‘˜ / 2 .

When π‘˜

2 , Mono-LP-Rel coincides with the dual linear program of the unweighted polymatroid intersection. Hence, when π‘˜

2 , Theorem 1.1 corresponds to the (total) dual integrality of the polymatroid intersection. Since the proof of Theorem 1.1 is constructive, it yields a π‘˜ / 2 -approximation algorithm for Mono-MSCA, which improves the current best approximation ratio min ⁑ { π‘˜ , 1 + ln ⁑ 𝑛 } .

Theorem 1.2.

There exists a π‘˜ / 2 -approximation algorithm for Mono-MSCA.

Our next result is a lower bound on the integrality gap of Mono-LP-Rel, which is tight when π‘˜ is fixed.

Theorem 1.3.

If log ⁑ 𝑛 β‰₯ π‘˜ , then the integrality gap of Mono-LP-Rel is at least π‘˜ 2 βˆ’ π‘˜ ​ ( π‘˜ βˆ’ 1 ) log ⁑ 𝑛 .

We note that if π‘˜ is fixed, Theorem 1.3 implies that the integrality gap of Mono-LP-Rel is at least π‘˜ / 2 βˆ’ πœ– for any constant πœ–

0 , which matches the upper bound in Theorem 1.1. Another consequence is that if π‘˜ ≀ log ⁑ 𝑛 , then the lower bound in Theorem 1.3 satisfies π‘˜ 2 βˆ’ π‘˜ ​ ( π‘˜ βˆ’ 1 ) log ⁑ 𝑛 β‰₯ π‘˜ 2 βˆ’ 1 , which almost matches the upper bound π‘˜ / 2 in Theorem 1.1.

Our proof of Theorem 1.1 is constructive as follows. We first obtain an optimal solution ( 𝑦 1 , … , 𝑦 π‘˜ ) to Mono-LP-Rel whose supports are chains via the ellipsoid method. Then, we take the top 2 / π‘˜ of a fraction of the largest sets in the chains. We show that such a collection of sets can be partitioned into groups of π‘˜ sets, each of which has union 𝑁 . The existence of this partition implies that the integrality gap of Mono-LP-Rel is at most π‘˜ / 2 . In the proof of Theorem 1.3, we construct π‘˜ monotone submodular functions such that the integrality gap of Mono-LP-Rel is at least π‘˜ 2 βˆ’ π‘˜ ​ ( π‘˜ βˆ’ 1 ) log ⁑ 𝑛 .

Related work.

Recently, Bi et al. [3] considered the monotone submodular multiway partition problem (Mono-Sub-MP), which is a special case of Mono-MSCA. They showed that Mono-Sub-MP admits a 4 / 3 -approximation, and does not admit a ( 10 / 9 βˆ’ πœ– ) -approximation for every constant πœ–

0 . For further recent works related to submodular partition problems, see [1, 2, 4, 11, 14].

There are several recent works related to MSCA. Etesami [9] showed that multi-item welfare maximization under network externalities can be formulated as a special case of MSCA. Deng et al. [7] introduced the generalized load-balancing (GLB) problem, and showed that GLB is equivalent to MSCA when the outer norm is the β„“ 1 -norm.

Organization.

The rest of the paper is organized as follows. In Section 2, we show that the integrality gap of Mono-LP-Rel is at most π‘˜ / 2 , which yields a π‘˜ / 2 -approximation algorithm for Mono-MSCA. In Section 3, we show that the integrality gap of Mono-LP-Rel is at least π‘˜ 2 βˆ’ π‘˜ ​ ( π‘˜ βˆ’ 1 ) log ⁑ 𝑛 when log ⁑ 𝑛 β‰₯ π‘˜ .

2Approximation algorithm

In this section, we show that the integrality gap of Mono-LP-Rel is at most π‘˜ / 2 , which yields a π‘˜ / 2 -approximation algorithm for Mono-MSCA.

Let 𝑁 be a finite set of cardinality 𝑛 , and π‘˜ β‰₯ 2 a positive integer. For each 𝑖 ∈ [ π‘˜ ] , let 𝑓 𝑖 : 2 𝑁 β†’ ℝ + be a monotone submodular function with 𝑓 𝑖 ​ ( βˆ… )

0 . Recall that Mono-LP-Rel is defined as follows:

( Mono-LP-Rel ) minimize
βˆ‘ 𝑆 βŠ† 𝑁 , 𝑖 ∈ [ π‘˜ ] 𝑦 𝑖 ​ ( 𝑆 ) ​ 𝑓 𝑖 ​ ( 𝑆 )

subject ​ to
𝑦 𝑖 ∈ ℝ + 2 𝑁 ​ for ​ every ​ 𝑖 ∈ [ π‘˜ ] ,

βˆ‘ 𝑆 βŠ† 𝑁 , 𝑖 ∈ [ π‘˜ ] 𝑦 𝑖 ​ ( 𝑆 ) ​ πœ’ 𝑆

𝟏 .

To prove the upper bound of the integrality gap, we show that an integer solution to Mono-LP-Rel achieving a π‘˜ / 2 -approximation can be constructed from an optimal solution to Mono-LP-Rel. Since the coefficient matrix of the constraints in Mono-LP-Rel is rational, Mono-LP-Rel has a rational optimal solution ( 𝑦 1 βˆ— , … , 𝑦 π‘˜ βˆ— ) . Let β„’ 𝑖 := { 𝑆 βŠ† 𝑁 ∣ 𝑦 𝑖 βˆ— ​ ( 𝑆 )

0 } and 𝑑 𝑖 := | β„’ 𝑖 | for each 𝑖 ∈ [ π‘˜ ] . By the uncrossing operations, we may assume that β„’ 𝑖 is a chain for each 𝑖 ∈ [ π‘˜ ] . Let 𝐢 𝑖 1 βŠ‹ 𝐢 𝑖 2 βŠ‹ β‹― βŠ‹ 𝐢 𝑖 𝑑 𝑖 be the members of β„’ 𝑖 for each 𝑖 ∈ [ π‘˜ ] . Let 𝑀 be the product of π‘˜ ​ ( π‘˜ βˆ’ 1 ) and the denominators of 𝑦 𝑖 βˆ— ​ ( 𝐢 𝑖 𝑗 ) for all 𝑖 , 𝑗 . Then, 𝑀 β‹… 𝑦 𝑖 βˆ— is an integer vector for every 𝑖 ∈ [ π‘˜ ] . For each 𝑖 ∈ [ π‘˜ ] and 𝑗 ∈ [ 𝑀 ] , define π‘ˆ 𝑖 𝑗 βŠ† 𝑁 as follows:

π‘ˆ 𝑖 𝑗 := { 𝐢 𝑖 β„“
if ​ 1 + βˆ‘ 𝑝

1 β„“ βˆ’ 1 𝑀 β‹… 𝑦 𝑖 βˆ— ​ ( 𝐢 𝑖 𝑝 ) ≀ 𝑗 ≀ βˆ‘ 𝑝

1 β„“ 𝑀 β‹… 𝑦 𝑖 βˆ— ​ ( 𝐢 𝑖 𝑝 ) ​ for ​ some ​ β„“ ∈ [ 𝑑 𝑖 ] ,

βˆ…
if ​ 1 + βˆ‘ 𝑝

1 𝑑 𝑖 𝑀 β‹… 𝑦 𝑖 βˆ— ​ ( 𝐢 𝑖 𝑝 ) ≀ 𝑗 ≀ 𝑀 .

Intuitively, for each 𝑖 ∈ [ π‘˜ ] , we consider the multiset that contains 𝑀 β‹… 𝑦 𝑖 βˆ— ​ ( 𝐢 𝑖 β„“ ) copies of 𝐢 𝑖 β„“ for all β„“ ∈ [ 𝑑 𝑖 ] , and π‘ˆ 𝑖 𝑗 is the 𝑗 -th largest set in the multiset for each 𝑗 ∈ [ 𝑀 ] . By the definition of π‘ˆ 𝑖 𝑗 , we have the following lemma.

Lemma 2.1.

For each 𝑖 ∈ [ π‘˜ ] and β„“

1 , … , 𝑑 𝑖 , the number of 𝑗 ∈ [ 𝑀 ] with π‘ˆ 𝑖 𝑗

𝐢 𝑖 β„“ is 𝑀 β‹… 𝑦 𝑖 βˆ— ​ ( 𝐢 𝑖 β„“ ) .

We now aim to construct an integer solution to Mono-LP-Rel (i.e., a partition of 𝑁 ) from π‘ˆ 𝑖 𝑗 s that achieves π‘˜ / 2 -approximation. To this end, we prepare the following two lemmas.

Lemma 2.2.

We have

βˆ‘ 𝑖 ∈ [ π‘˜ ] , 𝑗 ∈ [ 𝑀 ] 1 𝑀 ​ 𝑓 𝑖 ​ ( π‘ˆ 𝑖 𝑗 )

βˆ‘ 𝑆 βŠ† 𝑁 , 𝑖 ∈ [ π‘˜ ] 𝑦 𝑖 βˆ— ​ ( 𝑆 ) ​ 𝑓 𝑖 ​ ( 𝑆 ) .

Proof.

By Lemma 2.1, we have

βˆ‘ 𝑆 βŠ† 𝑁 , 𝑖 ∈ [ π‘˜ ] 𝑦 𝑖 βˆ— ​ ( 𝑆 ) ​ 𝑓 𝑖 ​ ( 𝑆 )

βˆ‘ 𝑆 ∈ β„’ 𝑖 , 𝑖 ∈ [ π‘˜ ] 𝑦 𝑖 βˆ— ​ ( 𝑆 ) ​ 𝑓 𝑖 ​ ( 𝑆 )

βˆ‘ 1 ≀ β„“ ≀ 𝑑 𝑖 , 𝑖 ∈ [ π‘˜ ] 𝑦 𝑖 βˆ— ​ ( 𝐢 𝑖 β„“ ) ​ 𝑓 𝑖 ​ ( 𝐢 𝑖 β„“ )

βˆ‘ 1 ≀ β„“ ≀ 𝑑 𝑖 , 𝑖 ∈ [ π‘˜ ] 1 𝑀 ​ | { 𝑗 ∈ [ 𝑀 ] | π‘ˆ 𝑖 𝑗

𝐢 𝑖 β„“ } | β‹… 𝑓 𝑖 ​ ( 𝐢 𝑖 β„“ )

βˆ‘ 𝑖 ∈ [ π‘˜ ] , 𝑗 ∈ [ 𝑀 ]

π‘ˆ 𝑖 𝑗

𝐢 𝑖 β„“ ​ for ​ some ​ 1 ≀ β„“ ≀ 𝑑 𝑖 1 𝑀 ​ 𝑓 𝑖 ​ ( π‘ˆ 𝑖 𝑗 )

βˆ‘ 𝑖 ∈ [ π‘˜ ] , 𝑗 ∈ [ 𝑀 ] 1 𝑀 ​ 𝑓 𝑖 ​ ( π‘ˆ 𝑖 𝑗 ) .

The last equality follows since if π‘ˆ 𝑖 𝑗 β‰  𝐢 𝑖 β„“ for all β„“

1 , … , 𝑑 𝑖 , then we have π‘ˆ 𝑖 𝑗

βˆ… by the definition. ∎

Lemma 2.3.

Let π‘Ž 1 , … , π‘Ž π‘˜ ∈ [ 𝑀 ] be positive integers such that βˆ‘ 𝑖

1 π‘˜ π‘Ž 𝑖 ≀ 𝑀 + π‘˜ βˆ’ 1 . Then, ⋃ 𝑖

1 π‘˜ π‘ˆ 𝑖 π‘Ž 𝑖

𝑁 .

Proof.

Suppose to the contrary that ⋃ 𝑖

1 π‘˜ π‘ˆ 𝑖 π‘Ž 𝑖 β‰  𝑁 . Then, there exists 𝑒 ∈ 𝑁 such that 𝑒 βˆ‰ π‘ˆ 𝑖 π‘Ž 𝑖 for every 𝑖 ∈ [ π‘˜ ] . Combined with π‘ˆ 𝑖 1 βŠ‡ π‘ˆ 𝑖 2 βŠ‡ β‹― βŠ‡ π‘ˆ 𝑖 𝑀 for each 𝑖 ∈ [ π‘˜ ] , this implies 𝑒 βˆ‰ π‘ˆ 𝑖 𝑗 for every 𝑖 ∈ [ π‘˜ ] and integer 𝑗 with π‘Ž 𝑖 ≀ 𝑗 ≀ 𝑀 . Hence, by Lemma 2.1 we have

βˆ‘ 𝑆 βŠ† 𝑁 , 𝑒 ∈ 𝑆

𝑖 ∈ [ π‘˜ ] 𝑀 β‹… 𝑦 𝑖 βˆ— ​ ( 𝑆 )

βˆ‘ 𝑆 ∈ β„’ 𝑖 , 𝑒 ∈ 𝑆

𝑖 ∈ [ π‘˜ ] 𝑀 β‹… 𝑦 𝑖 βˆ— ​ ( 𝑆 )

βˆ‘ 1 ≀ β„“ ≀ 𝑑 𝑖 , 𝑒 ∈ 𝐢 𝑖 β„“

𝑖 ∈ [ π‘˜ ] 𝑀 β‹… 𝑦 𝑖 βˆ— ​ ( 𝐢 𝑖 β„“ )

βˆ‘ 1 ≀ β„“ ≀ 𝑑 𝑖 , 𝑒 ∈ 𝐢 𝑖 β„“

𝑖 ∈ [ π‘˜ ] | { 𝑗 ∈ [ 𝑀 ] | π‘ˆ 𝑖 𝑗

𝐢 𝑖 β„“ } |

βˆ‘ 𝑖 ∈ [ π‘˜ ] | { 𝑗 ∈ [ 𝑀 ] | π‘ˆ 𝑖 𝑗

𝐢 𝑖 β„“ ​ for ​ some ​ β„“ ∈ [ 𝑑 𝑖 ] , 𝑒 ∈ π‘ˆ 𝑖 𝑗 } |

≀ βˆ‘ 𝑖 ∈ [ π‘˜ ] | { 𝑗 ∈ [ π‘Ž 𝑖 βˆ’ 1 ] | π‘ˆ 𝑖 𝑗

𝐢 𝑖 β„“ ​ for ​ some ​ β„“ ∈ [ 𝑑 𝑖 ] } |

≀ βˆ‘ 𝑖 ∈ [ π‘˜ ] ( π‘Ž 𝑖 βˆ’ 1 ) ≀ 𝑀 βˆ’ 1 .

(2.1)

Since 𝑦 1 βˆ— , … , 𝑦 π‘˜ βˆ— is a feasible solution to Mono-LP-Rel, we have

βˆ‘ 𝑆 βŠ† 𝑁 , 𝑒 ∈ 𝑆

𝑖 ∈ [ π‘˜ ] 𝑦 𝑖 βˆ— ​ ( 𝑆 )

1 .

This implies

βˆ‘ 𝑆 βŠ† 𝑁 , 𝑒 ∈ 𝑆

𝑖 ∈ [ π‘˜ ] 𝑀 β‹… 𝑦 𝑖 βˆ— ​ ( 𝑆 )

𝑀 ,

which contradicts the inequality (2). ∎

Since 𝑀 is divisible by π‘˜ ​ ( π‘˜ βˆ’ 1 ) , we can denote 𝑀

π‘˜ ​ ( π‘˜ βˆ’ 1 ) β‹… π‘š for some integer π‘š . For π‘˜ positive integers π‘Ž 1 , … , π‘Ž π‘˜ ∈ [ 𝑀 ] , we say that an ordered tuple ( π‘Ž 1 , … , π‘Ž π‘˜ ) covers 𝑁 if ⋃ 𝑖

1 π‘˜ π‘ˆ 𝑖 π‘Ž 𝑖

𝑁 . We show that if there exist distinct 𝑀 β‹… 2 / π‘˜

2 ​ π‘š ​ ( π‘˜ βˆ’ 1 ) ordered tuples covering 𝑁 , then one of them corresponds to an integer solution to Mono-LP-Rel that achieves π‘˜ / 2 -approximation.

Lemma 2.4.

Suppose that there exist 2 ​ π‘š ​ ( π‘˜ βˆ’ 1 ) ordered tuples

( π‘Ž 1 1 , … , π‘Ž π‘˜ 1 ) , ( π‘Ž 1 2 , … , π‘Ž π‘˜ 2 ) , … , ( π‘Ž 1 2 ​ π‘š ​ ( π‘˜ βˆ’ 1 ) , … , π‘Ž π‘˜ 2 ​ π‘š ​ ( π‘˜ βˆ’ 1 ) )

such that

(1)

π‘Ž 𝑖 𝑗 ∈ [ 𝑀 ] for each 𝑖 ∈ [ π‘˜ ] and 𝑗 ∈ [ 2 ​ π‘š ​ ( π‘˜ βˆ’ 1 ) ] ,

(2)

π‘Ž 𝑖 𝑗 β‰  π‘Ž 𝑖 β„“ for each 𝑖 ∈ [ π‘˜ ] and 𝑗 , β„“ ∈ [ 2 ​ π‘š ​ ( π‘˜ βˆ’ 1 ) ] with 𝑗 β‰  β„“ ,

(3)

each ordered tuple covers 𝑁 .

Then, the integrality gap of Mono-LP-Rel is at most π‘˜ / 2 .

Proof.

By Lemma 2.2, we have

βˆ‘ 𝑆 βŠ† 𝑁 , 𝑖 ∈ [ π‘˜ ] 𝑦 𝑖 βˆ— ​ ( 𝑆 ) ​ 𝑓 𝑖 ​ ( 𝑆 )

βˆ‘ 𝑖 ∈ [ π‘˜ ] , 𝑗 ∈ [ 𝑀 ] 1 𝑀 ​ 𝑓 𝑖 ​ ( π‘ˆ 𝑖 𝑗 ) β‰₯ βˆ‘ 𝑖 ∈ [ π‘˜ ] , 𝑗 ∈ [ 2 ​ π‘š ​ ( π‘˜ βˆ’ 1 ) ] 1 𝑀 ​ 𝑓 𝑖 ​ ( π‘ˆ 𝑖 π‘Ž 𝑖 𝑗 )

β‰₯ 2 ​ π‘š ​ ( π‘˜ βˆ’ 1 ) 𝑀 β‹… min ⁑ { βˆ‘ 𝑖 ∈ [ π‘˜ ] 𝑓 𝑖 ​ ( π‘ˆ 𝑖 π‘Ž 𝑖 𝑗 ) | 𝑗 ∈ [ 2 ​ π‘š ​ ( π‘˜ βˆ’ 1 ) ] }

2 π‘˜ β‹… min ⁑ { βˆ‘ 𝑖 ∈ [ π‘˜ ] 𝑓 𝑖 ​ ( π‘ˆ 𝑖 π‘Ž 𝑖 𝑗 ) | 𝑗 ∈ [ 2 ​ π‘š ​ ( π‘˜ βˆ’ 1 ) ] } .

(2.2)

The first inequality follows since by the monotonicity of 𝑓 𝑖 , we have 𝑓 𝑖 ​ ( π‘ˆ 𝑖 𝑗 ) β‰₯ 𝑓 𝑖 ​ ( βˆ… )

0 for every 𝑖 ∈ [ π‘˜ ] and 𝑗 ∈ [ 𝑀 ] . Let

𝑗 βˆ— := argmin 𝑗 ∈ [ 2 ​ π‘š ​ ( π‘˜ βˆ’ 1 ) ] ​ βˆ‘ 𝑖 ∈ [ π‘˜ ] 𝑓 𝑖 ​ ( π‘ˆ 𝑖 π‘Ž 𝑖 𝑗 ) .

Then, by (2) we have

βˆ‘ 𝑆 βŠ† 𝑁 , 𝑖 ∈ [ π‘˜ ] 𝑦 𝑖 βˆ— ​ ( 𝑆 ) ​ 𝑓 𝑖 ​ ( 𝑆 ) β‰₯ 2 π‘˜ ​ βˆ‘ 𝑖 ∈ [ π‘˜ ] 𝑓 𝑖 ​ ( π‘ˆ 𝑖 π‘Ž 𝑖 𝑗 βˆ— ) .

Hence, we have

π‘˜ 2 β‹… βˆ‘ 𝑆 βŠ† 𝑁 , 𝑖 ∈ [ π‘˜ ] 𝑦 𝑖 βˆ— ​ ( 𝑆 ) ​ 𝑓 𝑖 ​ ( 𝑆 ) β‰₯ βˆ‘ 𝑖 ∈ [ π‘˜ ] 𝑓 𝑖 ​ ( π‘ˆ 𝑖 π‘Ž 𝑖 𝑗 βˆ— ) .

(2.3)

Since ⋃ 𝑖

1 π‘˜ π‘ˆ 𝑖 π‘Ž 𝑖 𝑗 βˆ—

𝑁 , there exists a partition π‘ˆ 1 , … , π‘ˆ π‘˜ of 𝑁 such that π‘ˆ 𝑖 βŠ† π‘ˆ 𝑖 π‘Ž 𝑖 𝑗 βˆ— for every 𝑖 ∈ [ π‘˜ ] . Then, by (2.3) and the monotonicity of 𝑓 𝑖 , we have

π‘˜ 2 β‹… βˆ‘ 𝑆 βŠ† 𝑁 , 𝑖 ∈ [ π‘˜ ] 𝑦 𝑖 βˆ— ​ ( 𝑆 ) ​ 𝑓 𝑖 ​ ( 𝑆 ) β‰₯ βˆ‘ 𝑖 ∈ [ π‘˜ ] 𝑓 𝑖 ​ ( π‘ˆ 𝑖 π‘Ž 𝑖 𝑗 βˆ— ) β‰₯ βˆ‘ 𝑖 ∈ [ π‘˜ ] 𝑓 𝑖 ​ ( π‘ˆ 𝑖 ) .

This implies that the integrality gap of Mono-LP-Rel is at most π‘˜ / 2 . ∎

We are now ready to prove Theorem 1.1.

Theorem 1.1.

By Lemma 2.4, it suffices to show that there exist 2 ​ π‘š ​ ( π‘˜ βˆ’ 1 ) ordered tuples satisfying the conditions in Lemma 2.4. For each positive integer π‘Ž ∈ β„€

0 , define mod ​ ( π‘Ž ) as follows:

mod ​ ( π‘Ž ) := { π‘Ÿ

if π‘Ž ≑ π‘Ÿ ( mod 2 ​ π‘š ​ ( π‘˜ βˆ’ 1 ) ) for some π‘Ÿ ∈ [ 2 π‘š ( π‘˜ βˆ’ 1 ) βˆ’ 1 ] ,

2 ​ π‘š ​ ( π‘˜ βˆ’ 1 )

if ​ π‘Ž ≑ 0 ( mod 2 ​ π‘š ​ ( π‘˜ βˆ’ 1 ) ) .

For each 𝑖 ∈ [ π‘˜ ] and 𝑗 ∈ [ 2 ​ π‘š ​ ( π‘˜ βˆ’ 1 ) ] , define π‘Ž 𝑖 𝑗 as follows:

π‘Ž 𝑖 𝑗 := { mod ​ ( 2 ​ π‘š ​ ( 𝑖 βˆ’ 1 ) + 𝑗 )

if ​ 1 ≀ 𝑖 ≀ π‘˜ βˆ’ 1 ,

mod ​ ( ( 2 ​ π‘š βˆ’ 𝑗 + 1 ) ​ ( π‘˜ βˆ’ 1 ) ) βˆ’ ⌊ 𝑗 βˆ’ 1 2 ​ π‘š βŒ‹
if ​ 𝑖

π‘˜ .

We show that ( π‘Ž 𝑖 𝑗 ) 𝑖 ∈ [ π‘˜ ] , 𝑗 ∈ [ 2 ​ π‘š ​ ( π‘˜ βˆ’ 1 ) ] satisfies conditions (1)–(3) in Lemma 2.4. For condition (1), we show that 1 ≀ π‘Ž 𝑖 𝑗 ≀ 𝑀 for each 𝑖 ∈ [ π‘˜ ] and 𝑗 ∈ [ 2 ​ π‘š ​ ( π‘˜ βˆ’ 1 ) ] . If 1 ≀ 𝑖 ≀ π‘˜ βˆ’ 1 , then we have

1 ≀ π‘Ž 𝑖 𝑗

mod ​ ( 2 ​ π‘š ​ ( 𝑖 βˆ’ 1 ) + 𝑗 ) ≀ 2 ​ π‘š ​ ( π‘˜ βˆ’ 1 ) ≀ π‘˜ ​ π‘š ​ ( π‘˜ βˆ’ 1 )

𝑀 .

If 𝑖

π‘˜ , then we have

π‘Ž 𝑖 𝑗

mod ​ ( ( 2 ​ π‘š βˆ’ 𝑗 + 1 ) ​ ( π‘˜ βˆ’ 1 ) ) βˆ’ ⌊ 𝑗 βˆ’ 1 2 ​ π‘š βŒ‹ .

Since ( 2 ​ π‘š βˆ’ 𝑗 + 1 ) ​ ( π‘˜ βˆ’ 1 ) is a multiple of π‘˜ βˆ’ 1 , we have

mod ​ ( ( 2 ​ π‘š βˆ’ 𝑗 + 1 ) ​ ( π‘˜ βˆ’ 1 ) )

𝑝 ​ ( π‘˜ βˆ’ 1 )

for some positive integer 𝑝 . This implies

mod ​ ( ( 2 ​ π‘š βˆ’ 𝑗 + 1 ) ​ ( π‘˜ βˆ’ 1 ) ) β‰₯ π‘˜ βˆ’ 1 .

Hence, we have

1

π‘˜ βˆ’ 1 βˆ’ ( π‘˜ βˆ’ 2 )

π‘˜ βˆ’ 1 βˆ’ ⌊ 2 ​ π‘š ​ ( π‘˜ βˆ’ 1 ) βˆ’ 1 2 ​ π‘š βŒ‹ ≀ mod ​ ( ( 2 ​ π‘š βˆ’ 𝑗 + 1 ) ​ ( π‘˜ βˆ’ 1 ) ) βˆ’ ⌊ 𝑗 βˆ’ 1 2 ​ π‘š βŒ‹ ,

and

mod ​ ( ( 2 ​ π‘š βˆ’ 𝑗 + 1 ) ​ ( π‘˜ βˆ’ 1 ) ) βˆ’ ⌊ 𝑗 βˆ’ 1 2 ​ π‘š βŒ‹ ≀ 2 ​ π‘š ​ ( π‘˜ βˆ’ 1 ) ≀ π‘˜ ​ π‘š ​ ( π‘˜ βˆ’ 1 )

𝑀 .

Therefore, condition (1) holds for ( π‘Ž 𝑖 𝑗 ) 𝑖 ∈ [ π‘˜ ] , 𝑗 ∈ [ 2 ​ π‘š ​ ( π‘˜ βˆ’ 1 ) ] .

For condition (2), we next show that π‘Ž 𝑖 𝑗 β‰  π‘Ž 𝑖 β„“ for each 𝑖 ∈ [ π‘˜ ] and 𝑗 , β„“ ∈ [ 2 ​ π‘š ​ ( π‘˜ βˆ’ 1 ) ] with 𝑗 β‰  β„“ . If 1 ≀ 𝑖 ≀ π‘˜ βˆ’ 1 , then by the definition of π‘Ž 𝑖 𝑗 , it is clear that π‘Ž 𝑖 𝑗 β‰  π‘Ž 𝑖 β„“ holds for each 𝑗 , β„“ ∈ [ 2 ​ π‘š ​ ( π‘˜ βˆ’ 1 ) ] with 𝑗 β‰  β„“ . Consider the case when 𝑖

π‘˜ . Suppose to the contrary that π‘Ž π‘˜ 𝑗

π‘Ž π‘˜ β„“ holds for some 𝑗 , β„“ ∈ [ 2 ​ π‘š ​ ( π‘˜ βˆ’ 1 ) ] with 𝑗 β‰  β„“ . This implies that

mod ​ ( ( 2 ​ π‘š βˆ’ 𝑗 + 1 ) ​ ( π‘˜ βˆ’ 1 ) ) βˆ’ ⌊ 𝑗 βˆ’ 1 2 ​ π‘š βŒ‹

mod ​ ( ( 2 ​ π‘š βˆ’ β„“ + 1 ) ​ ( π‘˜ βˆ’ 1 ) ) βˆ’ ⌊ β„“ βˆ’ 1 2 ​ π‘š βŒ‹ .

(2.4)

Since mod ​ ( ( 2 ​ π‘š βˆ’ 𝑗 + 1 ) ​ ( π‘˜ βˆ’ 1 ) ) and mod ​ ( ( 2 ​ π‘š βˆ’ β„“ + 1 ) ​ ( π‘˜ βˆ’ 1 ) ) are multiples of π‘˜ βˆ’ 1 , it follows that

⌊ 𝑗 βˆ’ 1 2 ​ π‘š βŒ‹ βˆ’ ⌊ β„“ βˆ’ 1 2 ​ π‘š βŒ‹

is a multiple of π‘˜ βˆ’ 1 by (2.4). Combined with

0 ≀ ⌊ 𝑗 βˆ’ 1 2 ​ π‘š βŒ‹ , ⌊ β„“ βˆ’ 1 2 ​ π‘š βŒ‹ ≀ π‘˜ βˆ’ 2 ,

this implies that

⌊ 𝑗 βˆ’ 1 2 ​ π‘š βŒ‹

⌊ β„“ βˆ’ 1 2 ​ π‘š βŒ‹ .

Hence, we have 2 ​ π‘š ​ ( 𝑝 βˆ’ 1 ) + 1 ≀ 𝑗 , β„“ ≀ 2 ​ π‘š ​ 𝑝 for some 𝑝 ∈ [ π‘˜ βˆ’ 1 ] . Let 𝑗 β€² := 2 ​ π‘š ​ 𝑝 βˆ’ 𝑗 and β„“ β€² := 2 ​ π‘š ​ 𝑝 βˆ’ β„“ . By the definition of 𝑝 , we have 0 ≀ 𝑗 β€² , β„“ β€² ≀ 2 ​ π‘š βˆ’ 1 . By (2.4), we have

mod ​ ( ( 2 ​ π‘š βˆ’ 𝑗 + 1 ) ​ ( π‘˜ βˆ’ 1 ) )

mod ​ ( ( 2 ​ π‘š βˆ’ β„“ + 1 ) ​ ( π‘˜ βˆ’ 1 ) ) .

(2.5)

We also have

mod ​ ( ( 2 ​ π‘š βˆ’ 𝑗 + 1 ) ​ ( π‘˜ βˆ’ 1 ) )

mod ​ ( ( 2 ​ π‘š βˆ’ 2 ​ π‘š ​ 𝑝 + 𝑗 β€² + 1 ) ​ ( π‘˜ βˆ’ 1 ) )

( 𝑗 β€² + 1 ) ​ ( π‘˜ βˆ’ 1 ) ,

mod ​ ( ( 2 ​ π‘š βˆ’ β„“ + 1 ) ​ ( π‘˜ βˆ’ 1 ) )

mod ​ ( ( 2 ​ π‘š βˆ’ 2 ​ π‘š ​ 𝑝 + β„“ β€² + 1 ) ​ ( π‘˜ βˆ’ 1 ) )

( β„“ β€² + 1 ) ​ ( π‘˜ βˆ’ 1 ) .

(2.6)

Hence, by (2.5) and (2) we have

( 𝑗 β€² + 1 ) ​ ( π‘˜ βˆ’ 1 )

( β„“ β€² + 1 ) ​ ( π‘˜ βˆ’ 1 ) .

This implies 𝑗 β€²

β„“ β€² , which contradicts 𝑗 β‰  β„“ .

For condition (3), we show that ⋃ 𝑖

1 π‘˜ π‘ˆ 𝑖 π‘Ž 𝑖 𝑗

𝑁 holds for every 𝑗 ∈ [ 2 ​ π‘š ​ ( π‘˜ βˆ’ 1 ) ] . By Lemma 2.3, it suffices to show that βˆ‘ 𝑖

1 π‘˜ π‘Ž 𝑖 𝑗 ≀ 𝑀 + π‘˜ βˆ’ 1 for every 𝑗 ∈ [ 2 ​ π‘š ​ ( π‘˜ βˆ’ 1 ) ] . Take any 𝑗 ∈ [ 2 ​ π‘š ​ ( π‘˜ βˆ’ 1 ) ] . Let 𝑝 ∈ [ π‘˜ βˆ’ 1 ] be the unique positive integer such that 2 ​ π‘š ​ ( 𝑝 βˆ’ 1 ) + 1 ≀ 𝑗 ≀ 2 ​ π‘š ​ 𝑝 . Let 𝑗 β€² := 2 ​ π‘š ​ 𝑝 βˆ’ 𝑗 . Then, we have 0 ≀ 𝑗 β€² ≀ 2 ​ π‘š βˆ’ 1 . By the definition of π‘Ž 𝑖 𝑗 , we have

βˆ‘ 𝑖

1 π‘˜ π‘Ž 𝑖 𝑗

βˆ‘ 𝑖

1 π‘˜ βˆ’ 1 mod ​ ( 2 ​ π‘š ​ ( 𝑖 βˆ’ 1 ) + 𝑗 ) + mod ​ ( ( 2 ​ π‘š βˆ’ 𝑗 + 1 ) ​ ( π‘˜ βˆ’ 1 ) ) βˆ’ ⌊ 𝑗 βˆ’ 1 2 ​ π‘š βŒ‹

βˆ‘ 𝑖

1 π‘˜ βˆ’ 1 mod ​ ( 2 ​ π‘š ​ ( 𝑖 βˆ’ 1 ) + 2 ​ π‘š ​ 𝑝 βˆ’ 𝑗 β€² ) + mod ​ ( ( 2 ​ π‘š βˆ’ 2 ​ π‘š ​ 𝑝 + 𝑗 β€² + 1 ) ​ ( π‘˜ βˆ’ 1 ) ) βˆ’ ⌊ 2 ​ π‘š ​ 𝑝 βˆ’ 𝑗 β€² βˆ’ 1 2 ​ π‘š βŒ‹

βˆ‘ 𝑖

1 π‘˜ βˆ’ 𝑝 ( 2 ​ π‘š ​ ( 𝑖 βˆ’ 1 ) + 2 ​ π‘š ​ 𝑝 βˆ’ 𝑗 β€² ) + βˆ‘ 𝑖

π‘˜ βˆ’ 𝑝 + 1 π‘˜ βˆ’ 1 ( 2 ​ π‘š ​ ( 𝑖 βˆ’ 1 ) + 2 ​ π‘š ​ 𝑝 βˆ’ 𝑗 β€² βˆ’ 2 ​ π‘š ​ ( π‘˜ βˆ’ 1 ) )

+ ( 𝑗 β€² + 1 ) ​ ( π‘˜ βˆ’ 1 ) βˆ’ ( 𝑝 βˆ’ 1 )

βˆ‘ 𝑖

1 π‘˜ βˆ’ 1 ( 2 ​ π‘š ​ ( 𝑖 βˆ’ 1 ) + 2 ​ π‘š ​ 𝑝 βˆ’ 𝑗 β€² ) βˆ’ 2 ​ π‘š ​ ( π‘˜ βˆ’ 1 ) ​ ( 𝑝 βˆ’ 1 ) + ( 𝑗 β€² + 1 ) ​ ( π‘˜ βˆ’ 1 ) βˆ’ ( 𝑝 βˆ’ 1 )

π‘š ​ π‘˜ ​ ( π‘˜ βˆ’ 1 ) βˆ’ ( π‘˜ βˆ’ 1 ) ​ ( 2 ​ π‘š βˆ’ 2 ​ π‘š ​ 𝑝 + 𝑗 β€² ) βˆ’ 2 ​ π‘š ​ ( π‘˜ βˆ’ 1 ) ​ ( 𝑝 βˆ’ 1 ) + ( 𝑗 β€² + 1 ) ​ ( π‘˜ βˆ’ 1 ) βˆ’ ( 𝑝 βˆ’ 1 )

𝑀 + π‘˜ βˆ’ 𝑝 ≀ 𝑀 + π‘˜ βˆ’ 1 .

This completes the proof. ∎

The proof of Theorem 1.1 provides the construction of a π‘˜ / 2 -approximate integer solution to Mono-LP-Rel. We prove Theorem 1.2 by showing that such an integer solution can be constructed in polynomial time.

Theorem 1.2.

We can obtain a rational optimal solution ( 𝑦 1 βˆ— , … , 𝑦 π‘˜ βˆ— ) to Mono-LP-Rel whose supports β„’ 1 , … , β„’ π‘˜ are chains in polynomial time via the ellipsoid method [5] (see Appendix A for details). Then, we define π‘ˆ 𝑖 𝑗 for each 𝑖 ∈ [ π‘˜ ] and 𝑗 ∈ [ 𝑀 ] , and π‘Ž 𝑖 𝑗 for each 𝑖 ∈ [ π‘˜ ] and 𝑗 ∈ [ 2 ​ π‘š ​ ( π‘˜ βˆ’ 1 ) ] as in the proof of Theorem 1.1. If we can compute

𝑗 βˆ— := argmin 𝑗 ∈ [ 2 ​ π‘š ​ ( π‘˜ βˆ’ 1 ) ] ​ βˆ‘ 𝑖 ∈ [ π‘˜ ] 𝑓 𝑖 ​ ( π‘ˆ 𝑖 π‘Ž 𝑖 𝑗 ) ,

then any partition π‘ˆ 1 , … , π‘ˆ π‘˜ of 𝑁 such that π‘ˆ 𝑖 βŠ† π‘ˆ 𝑖 π‘Ž 𝑖 𝑗 βˆ— for every 𝑖 ∈ [ π‘˜ ] satisfies

βˆ‘ 𝑖 ∈ [ π‘˜ ] 𝑓 𝑖 ​ ( π‘ˆ 𝑖 ) ≀ π‘˜ 2 β‹… βˆ‘ 𝑆 βŠ† 𝑁 , 𝑖 ∈ [ π‘˜ ] 𝑦 𝑖 βˆ— ​ ( 𝑆 ) ​ 𝑓 𝑖 ​ ( 𝑆 ) ≀ π‘˜ 2 β‹… min ⁑ { βˆ‘ 𝑖

1 π‘˜ 𝑓 𝑖 ​ ( 𝑋 𝑖 ) | 𝑋 1 , … , 𝑋 π‘˜ ​ is ​ a ​ partition ​ of ​ 𝑁 } ,

as desired. Hence, it suffices to show that 𝑗 βˆ— can be computed in polynomial time. To find 𝑗 βˆ— , we set 𝑗 1 := 1 . Then, for π‘ž

2 , 3 , … , we define 𝑗 π‘ž as the minimum integer such that 𝑗 π‘ž > 𝑗 π‘ž βˆ’ 1 and there exists 𝑖 ∈ [ π‘˜ ] with π‘ˆ 𝑖 π‘Ž 𝑖 𝑗 π‘ž β‰  π‘ˆ 𝑖 π‘Ž 𝑖 𝑗 π‘ž βˆ’ 1 . Recall that 𝑛 := | 𝑁 | . Since for each 𝑖 ∈ [ π‘˜ ] , we have π‘ˆ 𝑖 1 βŠ‡ π‘ˆ 𝑖 2 βŠ‡ β‹― βŠ‡ π‘ˆ 𝑖 𝑀 and there are at most | β„’ 𝑖 | ≀ 𝑛 distinct sets among { π‘ˆ 𝑖 𝑗 } 𝑗

1 𝑀 , we only need to define 𝑗 π‘ž for π‘ž

1 , 2 , … , 𝑄 with 𝑄 ≀ π‘˜ ​ 𝑛 . Since we have

𝑗 βˆ—

argmin 𝑗 ∈ { 𝑗 1 , 𝑗 2 , … , 𝑗 𝑄 } ​ βˆ‘ 𝑖 ∈ [ π‘˜ ] 𝑓 𝑖 ​ ( π‘ˆ 𝑖 π‘Ž 𝑖 𝑗 ) ,

we can find 𝑗 βˆ— by computing the values of βˆ‘ 𝑖 ∈ [ π‘˜ ] 𝑓 𝑖 ​ ( π‘ˆ 𝑖 π‘Ž 𝑖 𝑗 π‘ž ) for all π‘ž ∈ [ 𝑄 ] . By the definition of π‘ˆ 𝑖 𝑗 and π‘Ž 𝑖 𝑗 , we can compute 𝑗 π‘ž in polynomial time for each fixed π‘ž . Hence, since 𝑄 ≀ π‘˜ ​ 𝑛 , we can compute 𝑗 π‘ž and βˆ‘ 𝑖 ∈ [ π‘˜ ] 𝑓 𝑖 ​ ( π‘ˆ 𝑖 π‘Ž 𝑖 𝑗 π‘ž ) for all π‘ž ∈ [ 𝑄 ] in polynomial time. ∎

3Lower bound on the integrality gap

In this section, we show that the integrality gap of Mono-LP-Rel is at least π‘˜ 2 βˆ’ π‘˜ ​ ( π‘˜ βˆ’ 1 ) log ⁑ 𝑛 when log ⁑ 𝑛 β‰₯ π‘˜ . To this end, we explicitly construct monotone submodular functions 𝑓 1 , … , 𝑓 π‘˜ such that the integrality gap of Mono-LP-Rel is at least π‘˜ 2 βˆ’ π‘˜ ​ ( π‘˜ βˆ’ 1 ) log ⁑ 𝑛 .

Suppose that log ⁑ 𝑛 β‰₯ π‘˜ . Let 𝑝 be the unique positive integer such that 𝑝 ​ π‘˜ ≀ ⌊ log ⁑ 𝑛 βŒ‹ ≀ ( 𝑝 + 1 ) ​ π‘˜ βˆ’ 1 . We define

𝒱 := { 𝑣 ∈ β„€ + π‘˜ | βˆ‘ 𝑖

1 π‘˜ 𝑣 𝑖

𝑝 ​ π‘˜ βˆ’ π‘˜ + 1 } .

By stars and bars (see e.g., [17, Chapter 1]), we have

| 𝒱 |

( 𝑝 ​ π‘˜ π‘˜ βˆ’ 1 ) ≀ 2 𝑝 ​ π‘˜ ≀ 2 ⌊ log ⁑ 𝑛 βŒ‹ ≀ 𝑛

| 𝑁 | .

Choose 𝑒 𝑣 ∈ 𝑁 for each 𝑣 ∈ 𝒱 so that all 𝑒 𝑣 are distinct. For each 𝑖 ∈ [ π‘˜ ] , let

𝑁 𝑖 := { 𝑒 𝑣 ∈ 𝑁 ∣ 𝑣 ∈ 𝒱 , 𝑣 𝑖 β‰₯ 1 } ,

𝑍 𝑖 := { 𝑒 𝑣 ∈ 𝑁 ∣ 𝑣 ∈ 𝒱 , 𝑣 𝑖

0 } .

For each 𝑖 ∈ [ π‘˜ ] , define 𝑓 𝑖 : 2 𝑁 β†’ ℝ as follows: for all 𝑆 βŠ† 𝑁 ,

𝑓 𝑖 ​ ( 𝑆 ) := { max ⁑ { 0 , max ⁑ { 2 ​ 𝑝 + 1 βˆ’ 𝑣 𝑖 ∣ 𝑒 𝑣 ∈ 𝑆 ∩ 𝑁 𝑖 } }
if ​ 𝑆 ∩ 𝑁 𝑖 β‰  βˆ… ​ and ​ 𝑆 ∩ 𝑍 𝑖

βˆ… ,

0
if ​ 𝑆 ∩ 𝑁 𝑖

βˆ… ​ and ​ 𝑆 ∩ 𝑍 𝑖

βˆ… ,

2 ​ 𝑝 ​ π‘˜ + 1

if ​ 𝑆 ∩ 𝑍 𝑖 β‰  βˆ… .

Lemma 3.1.

𝑓 𝑖 is monotone submodular for each 𝑖 ∈ [ π‘˜ ] .

Proof.

We first show monotonicity of 𝑓 𝑖 . Take any 𝑆 , 𝑇 βŠ† 𝑁 with 𝑆 βŠ† 𝑇 . If 𝑆 ∩ 𝑁 𝑖

𝑆 ∩ 𝑍 𝑖

βˆ… , then we have 𝑓 𝑖 ​ ( 𝑆 )

0 ≀ 𝑓 𝑖 ​ ( 𝑇 ) . If 𝑆 ∩ 𝑍 𝑖 β‰  βˆ… , then we have 𝑇 ∩ 𝑍 𝑖 β‰  βˆ… , which implies 𝑓 𝑖 ​ ( 𝑆 )

𝑓 𝑖 ​ ( 𝑇 )

2 ​ 𝑝 ​ π‘˜ + 1 . Consider the case when 𝑆 ∩ 𝑁 𝑖 β‰  βˆ… and 𝑆 ∩ 𝑍 𝑖

βˆ… . If 𝑇 ∩ 𝑍 𝑖 β‰  βˆ… , then we have

𝑓 𝑖 ​ ( 𝑆 )

max ⁑ { 0 , max ⁑ { 2 ​ 𝑝 + 1 βˆ’ 𝑣 𝑖 ∣ 𝑒 𝑣 ∈ 𝑆 ∩ 𝑁 𝑖 } } ≀ 2 ​ 𝑝 + 1 βˆ’ 1

2 ​ 𝑝 ≀ 2 ​ 𝑝 ​ π‘˜ + 1

𝑓 𝑖 ​ ( 𝑇 ) .

If 𝑇 ∩ 𝑍 𝑖

βˆ… , then since 𝑇 ∩ 𝑁 𝑖 β‰  βˆ… follows from 𝑆 ∩ 𝑁 𝑖 β‰  βˆ… , we have

𝑓 𝑖 ​ ( 𝑆 )

max ⁑ { 0 , max ⁑ { 2 ​ 𝑝 + 1 βˆ’ 𝑣 𝑖 ∣ 𝑒 𝑣 ∈ 𝑆 ∩ 𝑁 𝑖 } }

≀ max ⁑ { 0 , max ⁑ { 2 ​ 𝑝 + 1 βˆ’ 𝑣 𝑖 ∣ 𝑒 𝑣 ∈ 𝑇 ∩ 𝑁 𝑖 } }

𝑓 𝑖 ​ ( 𝑇 ) .

Therefore, 𝑓 𝑖 is monotone.

We next show that 𝑓 𝑖 is submodular. Take any 𝑆 , 𝑇 βŠ† 𝑁 . If 𝑆 ∩ 𝑍 𝑖 β‰  βˆ… , then by the monotonicity of 𝑓 𝑖 , we have

𝑓 𝑖 ​ ( 𝑆 ) + 𝑓 𝑖 ​ ( 𝑇 )

2 ​ 𝑝 ​ π‘˜ + 1 + 𝑓 𝑖 ​ ( 𝑇 ) β‰₯ 2 ​ 𝑝 ​ π‘˜ + 1 + 𝑓 𝑖 ​ ( 𝑆 ∩ 𝑇 ) β‰₯ 𝑓 𝑖 ​ ( 𝑆 βˆͺ 𝑇 ) + 𝑓 𝑖 ​ ( 𝑆 ∩ 𝑇 ) .

The last inequality follows since 𝑓 𝑖 ​ ( 𝑋 ) ≀ 2 ​ 𝑝 ​ π‘˜ + 1 holds for every 𝑋 βŠ† 𝑁 by the definition of 𝑓 𝑖 . If 𝑆 ∩ 𝑁 𝑖

𝑆 ∩ 𝑍 𝑖

βˆ… , then since ( 𝑆 βˆͺ 𝑇 ) ∩ 𝑁 𝑖

𝑇 ∩ 𝑁 𝑖 and ( 𝑆 βˆͺ 𝑇 ) ∩ 𝑍 𝑖

𝑇 ∩ 𝑍 𝑖 , we have 𝑓 𝑖 ​ ( 𝑆 βˆͺ 𝑇 )

𝑓 𝑖 ​ ( 𝑇 ) by the definition of 𝑓 𝑖 . This implies that

𝑓 𝑖 ​ ( 𝑆 ) + 𝑓 𝑖 ​ ( 𝑇 )

𝑓 𝑖 ​ ( 𝑆 ) + 𝑓 𝑖 ​ ( 𝑆 βˆͺ 𝑇 ) β‰₯ 𝑓 𝑖 ​ ( 𝑆 βˆͺ 𝑇 ) + 𝑓 𝑖 ​ ( 𝑆 ∩ 𝑇 ) .

The last inequality follows from the monotonicity of 𝑓 𝑖 . Hence, by the symmetry between 𝑆 and 𝑇 , the remaining case is when 𝑆 ∩ 𝑁 𝑖 β‰  βˆ… and 𝑆 ∩ 𝑍 𝑖

βˆ… , and 𝑇 ∩ 𝑁 𝑖 β‰  βˆ… and 𝑇 ∩ 𝑍 𝑖

βˆ… . In this case, we have ( 𝑆 βˆͺ 𝑇 ) ∩ 𝑁 𝑖 β‰  βˆ… and ( 𝑆 βˆͺ 𝑇 ) ∩ 𝑍 𝑖

βˆ… , which implies that

𝑓 𝑖 ​ ( 𝑆 βˆͺ 𝑇 )

max ⁑ { 0 , max ⁑ { 2 ​ 𝑝 + 1 βˆ’ 𝑣 𝑖 ∣ 𝑒 𝑣 ∈ ( 𝑆 βˆͺ 𝑇 ) ∩ 𝑁 𝑖 } } .

Take 𝑒 𝑣 βˆ— ∈ argmax ​ { 2 ​ 𝑝 + 1 βˆ’ 𝑣 𝑖 ∣ 𝑒 𝑣 ∈ ( 𝑆 βˆͺ 𝑇 ) ∩ 𝑁 𝑖 } with the corresponding vector 𝑣 βˆ— ∈ 𝒱 . Then, we have 𝑒 𝑣 βˆ— ∈ 𝑆 ∩ 𝑁 𝑖 or 𝑒 𝑣 βˆ— ∈ 𝑇 ∩ 𝑁 𝑖 . We may assume without loss of generality that 𝑒 𝑣 βˆ— ∈ 𝑆 ∩ 𝑁 𝑖 . Then, we have 𝑒 𝑣 βˆ— ∈ argmax ​ { 2 ​ 𝑝 + 1 βˆ’ 𝑣 𝑖 ∣ 𝑒 𝑣 ∈ 𝑆 ∩ 𝑁 𝑖 } . Hence, we have

𝑓 𝑖 ​ ( 𝑆 ) + 𝑓 𝑖 ​ ( 𝑇 )

max ⁑ { 0 , 2 ​ 𝑝 + 1 βˆ’ 𝑣 𝑖 βˆ— } + 𝑓 𝑖 ​ ( 𝑇 )

𝑓 𝑖 ​ ( 𝑆 βˆͺ 𝑇 ) + 𝑓 𝑖 ​ ( 𝑇 )

β‰₯ 𝑓 𝑖 ​ ( 𝑆 βˆͺ 𝑇 ) + 𝑓 𝑖 ​ ( 𝑆 ∩ 𝑇 ) .

The last inequality follows from the monotonicity of 𝑓 𝑖 . Therefore, 𝑓 𝑖 is submodular. ∎

We now show that for the monotone submodular functions 𝑓 1 , … , 𝑓 π‘˜ defined above, any optimal solution ( 𝑦 1 βˆ— , … , 𝑦 π‘˜ βˆ— ) to Mono-LP-Rel satisfies

( π‘˜ 2 βˆ’ π‘˜ ​ ( π‘˜ βˆ’ 1 ) log ⁑ 𝑛 ) β‹… βˆ‘ 𝑆 βŠ† 𝑁 , 𝑖 ∈ [ π‘˜ ] 𝑦 𝑖 βˆ— ​ ( 𝑆 ) ​ 𝑓 𝑖 ​ ( 𝑆 )

≀ min ⁑ { βˆ‘ 𝑖

1 π‘˜ 𝑓 𝑖 ​ ( 𝑋 𝑖 ) | 𝑋 1 , … , 𝑋 π‘˜ ​ is ​ a ​ partition ​ of ​ 𝑁 } .

(3.1)

The inequality (3) implies that the integrality gap of Mono-LP-Rel is at least π‘˜ 2 βˆ’ π‘˜ ​ ( π‘˜ βˆ’ 1 ) log ⁑ 𝑛 , which completes the proof of Theorem 1.3.

To prove (3), we first give an upper bound on the value βˆ‘ 𝑆 βŠ† 𝑁 , 𝑖 ∈ [ π‘˜ ] 𝑦 𝑖 βˆ— ​ ( 𝑆 ) ​ 𝑓 𝑖 ​ ( 𝑆 ) . To this end, we construct a feasible solution to Mono-LP-Rel. For each 𝑖 ∈ [ π‘˜ ] and 𝑗 ∈ [ 𝑝 ​ π‘˜ βˆ’ π‘˜ + 1 ] , let 𝑁 𝑖 𝑗 := { 𝑒 𝑣 ∈ 𝑁 ∣ 𝑣 ∈ 𝒱 , 𝑣 𝑖 β‰₯ 𝑗 } . Note that 𝑁 𝑖 1

𝑁 𝑖 . In what follows, we will use 𝑁 𝑖 1 instead of 𝑁 𝑖 for convenience. Let 𝑁 𝑐 := 𝑁 βˆ– { 𝑒 𝑣 ∈ 𝑁 ∣ 𝑣 ∈ 𝒱 } . For each 𝑖 ∈ [ π‘˜ ] , define 𝑧 𝑖 ∈ ℝ + 2 𝑁 as follows: for all 𝑆 βŠ† 𝑁 ,

𝑧 𝑖 ​ ( 𝑆 ) := { 1 𝑝 ​ π‘˜ βˆ’ π‘˜ + 1
if ​ 𝑖

1 ​ and ​ 𝑆

𝑁 1 𝑗 βˆͺ 𝑁 𝑐 ​ for ​ some ​ 𝑗 ∈ [ 𝑝 ​ π‘˜ βˆ’ π‘˜ + 1 ] ,

1 𝑝 ​ π‘˜ βˆ’ π‘˜ + 1
if ​ 2 ≀ 𝑖 ≀ π‘˜ ​ and ​ 𝑆

𝑁 𝑖 𝑗 ​ for ​ some ​ 𝑗 ∈ [ 𝑝 ​ π‘˜ βˆ’ π‘˜ + 1 ] ,

0

otherwise .

Lemma 3.2.

( 𝑧 1 , … , 𝑧 π‘˜ ) is a feasible solution to Mono-LP-Rel.

Proof.

To show the feasibility of ( 𝑧 1 , … , 𝑧 π‘˜ ) , we show that

βˆ‘ 𝑆 βŠ† 𝑁 , 𝑒 ∈ 𝑆

𝑖 ∈ [ π‘˜ ] 𝑧 𝑖 ​ ( 𝑆 )

1

(3.2)

for every 𝑒 ∈ 𝑁 . For any 𝑒 ∈ 𝑁 𝑐 , we have

βˆ‘ 𝑆 βŠ† 𝑁 , 𝑒 ∈ 𝑆

𝑖 ∈ [ π‘˜ ] 𝑧 𝑖 ​ ( 𝑆 )

βˆ‘ 𝑗 ∈ [ 𝑝 ​ π‘˜ βˆ’ π‘˜ + 1 ] 𝑧 1 ​ ( 𝑁 1 𝑗 βˆͺ 𝑁 𝑐 )

βˆ‘ 𝑗 ∈ [ 𝑝 ​ π‘˜ βˆ’ π‘˜ + 1 ] 1 𝑝 ​ π‘˜ βˆ’ π‘˜ + 1

1 .

Take any 𝑒 ∈ 𝑁 βˆ– 𝑁 𝑐 . Since 𝑒

𝑒 𝑣 for some 𝑣 ∈ 𝒱 , we have

βˆ‘ 𝑆 βŠ† 𝑁 , 𝑒 ∈ 𝑆

𝑖 ∈ [ π‘˜ ] 𝑧 𝑖 ​ ( 𝑆 )

βˆ‘ 𝑗 ∈ [ 𝑝 ​ π‘˜ βˆ’ π‘˜ + 1 ]

𝑣 1 β‰₯ 𝑗 𝑧 1 ​ ( 𝑁 1 𝑗 βˆͺ 𝑁 𝑐 ) + βˆ‘ 𝑗 ∈ [ 𝑝 ​ π‘˜ βˆ’ π‘˜ + 1 ]

2 ≀ 𝑖 ≀ π‘˜ , 𝑣 𝑖 β‰₯ 𝑗 𝑧 𝑖 ​ ( 𝑁 𝑖 𝑗 )

βˆ‘ 𝑗 ∈ [ 𝑝 ​ π‘˜ βˆ’ π‘˜ + 1 ]

𝑣 1 β‰₯ 𝑗 1 𝑝 ​ π‘˜ βˆ’ π‘˜ + 1 + βˆ‘ 𝑗 ∈ [ 𝑝 ​ π‘˜ βˆ’ π‘˜ + 1 ]

2 ≀ 𝑖 ≀ π‘˜ , 𝑣 𝑖 β‰₯ 𝑗 1 𝑝 ​ π‘˜ βˆ’ π‘˜ + 1

βˆ‘ 𝑗 ∈ [ 𝑝 ​ π‘˜ βˆ’ π‘˜ + 1 ]

𝑖 ∈ [ π‘˜ ] , 𝑣 𝑖 β‰₯ 𝑗 1 𝑝 ​ π‘˜ βˆ’ π‘˜ + 1

𝑝 ​ π‘˜ βˆ’ π‘˜ + 1 𝑝 ​ π‘˜ βˆ’ π‘˜ + 1

1 .

The second last equality follows since βˆ‘ 𝑖

1 π‘˜ 𝑣 𝑖

𝑝 ​ π‘˜ βˆ’ π‘˜ + 1 . Hence, (3.2) holds for every 𝑒 ∈ 𝑁 , which implies that ( 𝑧 1 , … , 𝑧 π‘˜ ) is a feasible solution to Mono-LP-Rel. ∎

By Lemma 3.2 and the optimality of 𝑦 1 βˆ— , … , 𝑦 π‘˜ βˆ— , we have

βˆ‘ 𝑆 βŠ† 𝑁 , 𝑖 ∈ [ π‘˜ ] 𝑦 𝑖 βˆ— ​ ( 𝑆 ) ​ 𝑓 𝑖 ​ ( 𝑆 ) ≀ βˆ‘ 𝑆 βŠ† 𝑁 , 𝑖 ∈ [ π‘˜ ] 𝑧 𝑖 ​ ( 𝑆 ) ​ 𝑓 𝑖 ​ ( 𝑆 )

βˆ‘ 𝑗 ∈ [ 𝑝 ​ π‘˜ βˆ’ π‘˜ + 1 ] 1 𝑝 ​ π‘˜ βˆ’ π‘˜ + 1 ​ 𝑓 1 ​ ( 𝑁 1 𝑗 βˆͺ 𝑁 𝑐 ) + βˆ‘ 2 ≀ 𝑖 ≀ π‘˜ , 𝑗 ∈ [ 𝑝 ​ π‘˜ βˆ’ π‘˜ + 1 ] 1 𝑝 ​ π‘˜ βˆ’ π‘˜ + 1 ​ 𝑓 𝑖 ​ ( 𝑁 𝑖 𝑗 )

βˆ‘ 𝑗 ∈ [ 𝑝 ​ π‘˜ βˆ’ π‘˜ + 1 ] 1 𝑝 ​ π‘˜ βˆ’ π‘˜ + 1 β‹… max ⁑ { 0 , 2 ​ 𝑝 + 1 βˆ’ 𝑗 } + βˆ‘ 2 ≀ 𝑖 ≀ π‘˜ , 𝑗 ∈ [ 𝑝 ​ π‘˜ βˆ’ π‘˜ + 1 ] 1 𝑝 ​ π‘˜ βˆ’ π‘˜ + 1 β‹… max ⁑ { 0 , 2 ​ 𝑝 + 1 βˆ’ 𝑗 }

𝑝 ​ π‘˜ ​ ( 2 ​ 𝑝 + 1 ) 𝑝 ​ π‘˜ βˆ’ π‘˜ + 1 .

(3.3)

To prove (3), we next provide a lower bound on the right hand side of (3).

Lemma 3.3.

Let 𝑋 1 , … , 𝑋 π‘˜ be any partition of 𝑁 . Then, we have

βˆ‘ 𝑖

1 π‘˜ 𝑓 𝑖 ​ ( 𝑋 𝑖 ) β‰₯ 𝑝 ​ π‘˜ + π‘˜ .

Proof.

If 𝑋 𝑗 ∩ 𝑍 𝑗 β‰  βˆ… for some 𝑗 ∈ [ π‘˜ ] , then we have

βˆ‘ 𝑖

1 π‘˜ 𝑓 𝑖 ​ ( 𝑋 𝑖 ) β‰₯ 𝑓 𝑗 ​ ( 𝑋 𝑗 )

2 ​ 𝑝 ​ π‘˜ + 1 β‰₯ 𝑝 ​ π‘˜ + π‘˜ .

Hence, it suffices to consider the case when 𝑋 𝑖 ∩ 𝑍 𝑖

βˆ… for every 𝑖 ∈ [ π‘˜ ] . For each 𝑖 ∈ [ π‘˜ ] , define π‘₯ 𝑖 ∈ 𝒱 as follows:

π‘₯ 𝑗 𝑖 := { 𝑝 ​ π‘˜ βˆ’ π‘˜ + 1
if ​ 𝑗

𝑖 ,

0

if ​ 𝑗 ∈ [ π‘˜ ] ​ and ​ 𝑗 β‰  𝑖 .

Then, since 𝑋 𝑖 ∩ 𝑍 𝑖

βˆ… for each 𝑖 ∈ [ π‘˜ ] , we have 𝑒 π‘₯ 𝑖 ∈ 𝑋 𝑖 for every 𝑖 ∈ [ π‘˜ ] . Hence, we have 𝑋 𝑖 ∩ 𝑁 𝑖 β‰  βˆ… for every 𝑖 ∈ [ π‘˜ ] . For each 𝑖 ∈ [ π‘˜ ] , we define 𝑏 𝑖 := min ⁑ { 𝑣 𝑖 ∣ 𝑒 𝑣 ∈ 𝑋 𝑖 ∩ 𝑁 𝑖 } . We now show that βˆ‘ 𝑖

1 π‘˜ 𝑏 𝑖 ≀ 𝑝 ​ π‘˜ . Suppose to the contrary that βˆ‘ 𝑖

1 π‘˜ 𝑏 𝑖 β‰₯ 𝑝 ​ π‘˜ + 1 . Then, since βˆ‘ 𝑖

1 π‘˜ ( 𝑏 𝑖 βˆ’ 1 ) β‰₯ 𝑝 ​ π‘˜ βˆ’ π‘˜ + 1 , there exists 𝑣 ∈ 𝒱 such that 𝑣 𝑖 ≀ 𝑏 𝑖 βˆ’ 1 for every 𝑖 ∈ [ π‘˜ ] . Choose 𝑖 ∈ [ π‘˜ ] such that 𝑒 𝑣 ∈ 𝑋 𝑖 . Since 𝑋 𝑖 ∩ 𝑍 𝑖

βˆ… by the assumption, we have 𝑒 𝑣 ∈ 𝑋 𝑖 ∩ 𝑁 𝑖 , which contradicts the definition of 𝑏 𝑖 . Hence, we have βˆ‘ 𝑖

1 π‘˜ 𝑏 𝑖 ≀ 𝑝 ​ π‘˜ . Therefore, since 𝑋 𝑖 ∩ 𝑁 𝑖 β‰  βˆ… and 𝑋 𝑖 ∩ 𝑍 𝑖

βˆ… for each 𝑖 ∈ [ π‘˜ ] , we have

βˆ‘ 𝑖

1 π‘˜ 𝑓 𝑖 ​ ( 𝑋 𝑖 )

βˆ‘ 𝑖

1 π‘˜ max ⁑ { 0 , max ⁑ { 2 ​ 𝑝 + 1 βˆ’ 𝑣 𝑖 ∣ 𝑒 𝑣 ∈ 𝑋 𝑖 ∩ 𝑁 𝑖 } }

β‰₯ βˆ‘ 𝑖

1 π‘˜ max ⁑ { 2 ​ 𝑝 + 1 βˆ’ 𝑣 𝑖 ∣ 𝑒 𝑣 ∈ 𝑋 𝑖 ∩ 𝑁 𝑖 }

2 ​ 𝑝 ​ π‘˜ + π‘˜ βˆ’ βˆ‘ 𝑖

1 π‘˜ min ⁑ { 𝑣 𝑖 ∣ 𝑒 𝑣 ∈ 𝑋 𝑖 ∩ 𝑁 𝑖 }

2 ​ 𝑝 ​ π‘˜ + π‘˜ βˆ’ βˆ‘ 𝑖

1 π‘˜ 𝑏 𝑖 β‰₯ 2 ​ 𝑝 ​ π‘˜ + π‘˜ βˆ’ 𝑝 ​ π‘˜

𝑝 ​ π‘˜ + π‘˜ .

∎

By Lemma 3.3, we have

min ⁑ { βˆ‘ 𝑖

1 π‘˜ 𝑓 𝑖 ​ ( 𝑋 𝑖 ) | 𝑋 1 , … , 𝑋 π‘˜ ​ is ​ a ​ partition ​ of ​ 𝑁 }

β‰₯ 𝑝 ​ π‘˜ + π‘˜

2 ​ π‘˜ ​ ( 𝑝 + 1 ) 2 ​ ( 𝑝 ​ π‘˜ βˆ’ π‘˜ + 1 ) 2 ​ ( 𝑝 + 1 ) ​ ( 𝑝 ​ π‘˜ βˆ’ π‘˜ + 1 )

2 ​ π‘˜ ​ ( 𝑝 + 1 ) ​ ( 𝑝 2 ​ π‘˜ βˆ’ π‘˜ + 𝑝 + 1 ) 2 ​ ( 𝑝 + 1 ) ​ ( 𝑝 ​ π‘˜ βˆ’ π‘˜ + 1 )

2 ​ π‘˜ ​ ( 𝑝 + 1 ) ​ ( 𝑝 2 ​ π‘˜ + ( 𝑝 βˆ’ 1 ) ​ ( π‘˜ βˆ’ 1 ) βˆ’ 𝑝 ​ π‘˜ + 2 ​ 𝑝 ) 2 ​ ( 𝑝 + 1 ) ​ ( 𝑝 ​ π‘˜ βˆ’ π‘˜ + 1 )

β‰₯ 2 ​ π‘˜ ​ ( 𝑝 + 1 ) ​ ( 𝑝 2 ​ π‘˜ βˆ’ 𝑝 ​ π‘˜ + 2 ​ 𝑝 ) 2 ​ ( 𝑝 + 1 ) ​ ( 𝑝 ​ π‘˜ βˆ’ π‘˜ + 1 )

𝑝 ​ π‘˜ ​ ( 2 ​ 𝑝 + 2 ) ​ ( 𝑝 ​ π‘˜ βˆ’ π‘˜ + 2 ) 2 ​ ( 𝑝 + 1 ) ​ ( 𝑝 ​ π‘˜ βˆ’ π‘˜ + 1 )

β‰₯ 𝑝 ​ π‘˜ ​ ( 2 ​ 𝑝 + 1 ) ​ ( 𝑝 ​ π‘˜ βˆ’ π‘˜ + 2 ) 2 ​ ( 𝑝 + 1 ) ​ ( 𝑝 ​ π‘˜ βˆ’ π‘˜ + 1 )

𝑝 ​ π‘˜ ​ ( 2 ​ 𝑝 + 1 ) 𝑝 ​ π‘˜ βˆ’ π‘˜ + 1 β‹… ( π‘˜ 2 βˆ’ π‘˜ ​ ( π‘˜ βˆ’ 1 ) π‘˜ ​ ( 𝑝 + 1 ) )

β‰₯ 𝑝 ​ π‘˜ ​ ( 2 ​ 𝑝 + 1 ) 𝑝 ​ π‘˜ βˆ’ π‘˜ + 1 β‹… ( π‘˜ 2 βˆ’ π‘˜ ​ ( π‘˜ βˆ’ 1 ) log ⁑ 𝑛 ) .

(3.4)

The last inequality follows from the definition of 𝑝 . Combining (3) and (3), we have

( π‘˜ 2 βˆ’ π‘˜ ​ ( π‘˜ βˆ’ 1 ) log ⁑ 𝑛 ) β‹… βˆ‘ 𝑆 βŠ† 𝑁 , 𝑖 ∈ [ π‘˜ ] 𝑦 𝑖 βˆ— ​ ( 𝑆 ) ​ 𝑓 𝑖 ​ ( 𝑆 ) ≀ ( π‘˜ 2 βˆ’ π‘˜ ​ ( π‘˜ βˆ’ 1 ) log ⁑ 𝑛 ) β‹… 𝑝 ​ π‘˜ ​ ( 2 ​ 𝑝 + 1 ) 𝑝 ​ π‘˜ βˆ’ π‘˜ + 1

≀ min ⁑ { βˆ‘ 𝑖

1 π‘˜ 𝑓 𝑖 ​ ( 𝑋 𝑖 ) | 𝑋 1 , … , 𝑋 π‘˜ ​ is ​ a ​ partition ​ of ​ 𝑁 } .

Thus, the inequality (3) holds, which completes the proof of Theorem 1.3.

Acknowledgements

This work was supported by JST ERATO Grant Number JPMJER2301, Japan.

References [1] F. Abbasi, M. Adamczyk, M. Bosch-Calvo, J. Byrka, F. Grandoni, K. Sornat, and A. Tinguely.An 𝑂 ​ ( log ⁑ log ⁑ 𝑛 ) -approximation for submodular facility location.In The 51st International Colloquium on Automata, Languages, and Programming (ICALP), pages 5:1–5:20, 2024. [2] K. BΓ©rczi, K. Chandrasekaran, T. KirΓ‘ly, and D. P. Szabo.Approximating submodular matroid-constrained partitioning.arXiv preprint arXiv:2506.19507, 2025. [3] R. Bi, K. Chandrasekaran, and S. Joshi.Monotone submodular multiway partition.In The 26th Conference on Integer Programming and Combinatorial Optimization (IPCO), pages 72–85, 2025. [4] K. Chandrasekaran and C. Chekuri.MinҀ“max partitioning of hypergraphs and symmetric submodular functions.Combinatorica, 43:455–477, 2023. [5] C. Chekuri and A. Ene.Submodular cost allocation problem and applications.In The 38th International Colloquium on Automata, Languages and Programming (ICALP), pages 354–366, 2011. [6] C. Chekuri and A. Ene.Submodular cost allocation problem and applications.arXiv preprint arXiv:1105.2040, 2011. [7] S. Deng, J. Li, and Y. Rabani.Generalized unrelated machine scheduling problem.In Proceedings of the 2023 Annual ACM-SIAM Symposium on Discrete Algorithms (SODA), pages 2898–2916, 2023. [8] A. Ene and J. VondrÑk.Hardness of submodular cost allocation: Lattice matching and a simplex coloring conjecture.In Approximation, Randomization, and Combinatorial Optimization. Algorithms and Techniques (APPROX/RANDOM 2014), pages 144–159, 2014. [9] S. R. Etesami.Maximizing social welfare subject to network externalities: A unifying submodular optimization approach.IEEE Transactions on Network Science and Engineering, 11(5):4860–4874, 2024. [10] U. Feige.A threshold of ln ⁑ 𝑛 for approximating set cover.Journal of the ACM, 45(4):634–652, 1998. [11] T. Hirayama, Y. Liu, K. Makino, K. Shi, and C. Xu.A polynomial time algorithm for finding a minimum 4-partition of a submodular function.Mathematical Programming, 207(1Ҁ“2):717–732, 2023. [12] L. C. Lau, R. Ravi, and M. Singh.Iterative Methods in Combinatorial Optimization.Cambridge University Press, New York, 2011. [13] A. Linhares, N. Olver, C. Swamy, and R. Zenklusen.Approximate multi-matroid intersection via iterative refinement.Mathematical Programming, 183(1Ҁ“2):397–418, 2020. [14] R. Santiago.New approximations and hardness results for submodular partitioning problems.In 32nd International Workshop on Combinatorial Algorithms (IWOCA), pages 516–530, 2021. [15] R. Santiago and F. B. Shepherd.Multi-agent submodular optimization.In Approximation, Randomization, and Combinatorial Optimization. Algorithms and Techniques (APPROX/RANDOM 2018), pages 23:1–23:10, 2018. [16] A. Schrijver.Combinatorial Optimization: Polyhedra and Efficiency.Springer, Heidelberg, 2003. [17] R. P. Stanley.Enumerative Combinatorics: Volume 1.Cambridge University Press, New York, 2011. [18] Z. Svitkina and É. Tardos.Facility location with hierarchical facility costs.ACM Transactions on Algorithms, 6(2):1–22, 2010. Appendix AConvex program based on the LovΓ‘sz extension

In this section, we show that LP-Rel is equivalent to the convex program relaxation of MSCA introduced by Chekuri and Ene [5]. Let 𝑁 := { 1 , … , 𝑛 } . Let 𝑓 𝑖 : 2 𝑁 β†’ ℝ be a submodular function with 𝑓 𝑖 ​ ( βˆ… )

0 for each 𝑖 ∈ [ π‘˜ ] . Recall that LP-Rel is defined as follows:

( LP-Rel ) minimize
βˆ‘ 𝑆 βŠ† 𝑁 , 𝑖 ∈ [ π‘˜ ] 𝑦 𝑖 ​ ( 𝑆 ) ​ 𝑓 𝑖 ​ ( 𝑆 )

subject ​ to
𝑦 𝑖 ∈ ℝ + 2 𝑁 ​ for ​ every ​ 𝑖 ∈ [ π‘˜ ] ,

βˆ‘ 𝑆 βŠ† 𝑁 , 𝑖 ∈ [ π‘˜ ] 𝑦 𝑖 ​ ( 𝑆 ) ​ πœ’ 𝑆

𝟏 .

For a set function 𝑓 : 2 𝑁 β†’ ℝ with 𝑓 ​ ( βˆ… )

0 , the LovΓ‘sz extension 𝑓 ^ : [ 0 , 1 ] 𝑛 β†’ ℝ of 𝑓 is defined as follows: Take any π‘₯ ∈ [ 0 , 1 ] 𝑛 . Relabel the elements in 𝑁 so that π‘₯ 1 β‰₯ π‘₯ 2 β‰₯ β‹― β‰₯ π‘₯ 𝑛 . For convenience, let π‘₯ 𝑛 + 1 := 0 . Let 𝑆 𝑖 := { 1 , 2 , … , 𝑖 } for each 𝑖 ∈ [ 𝑛 ] . The value of 𝑓 ^ ​ ( π‘₯ ) is defined as follows:

𝑓 ^ ​ ( π‘₯ ) := βˆ‘ 𝑖

1 𝑛 ( π‘₯ 𝑖 βˆ’ π‘₯ 𝑖 + 1 ) ​ 𝑓 ​ ( 𝑆 𝑖 ) .

Chekuri and Ene [5] introduced the following convex program relaxation of MSCA based on the LovΓ‘sz extension:

( LE-Rel ) minimize
βˆ‘ 𝑖

1 π‘˜ 𝑓 ^ 𝑖 ​ ( π‘₯ 𝑖 )

subject ​ to
π‘₯ 𝑖 ∈ [ 0 , 1 ] 𝑛 ​ for ​ every ​ 𝑖 ∈ [ π‘˜ ] ,

βˆ‘ 𝑖

1 π‘˜ π‘₯ 𝑗 𝑖

1 ​ for ​ every ​ 𝑗 ∈ [ 𝑛 ] .

We now show that any feasible solution ( π‘₯ 1 , … , π‘₯ π‘˜ ) to LE-Rel can be translated into a feasible solution ( 𝑦 1 , … , 𝑦 π‘˜ ) to LP-Rel that has the same objective value and whose supports are chains. Take any feasible solution ( π‘₯ 1 , … , π‘₯ π‘˜ ) to LE-Rel. We will describe a translation from π‘₯ 𝑖 to 𝑦 𝑖 for each 𝑖 ∈ [ π‘˜ ] . We first relabel the elements in 𝑁 so that π‘₯ 1 𝑖 β‰₯ π‘₯ 2 𝑖 β‰₯ β‹― β‰₯ π‘₯ 𝑛 𝑖 . Let π‘₯ 𝑛 + 1 𝑖 := 0 and 𝑆 𝑗 := { 1 , 2 , … , 𝑗 } for each 𝑗 ∈ [ 𝑛 ] . Then, for all 𝑆 βŠ† 𝑁 define 𝑦 𝑖 ​ ( 𝑆 ) as follows:

𝑦 𝑖 ​ ( 𝑆 ) := { π‘₯ 𝑗 𝑖 βˆ’ π‘₯ 𝑗 + 1 𝑖
if ​ 𝑆

𝑆 𝑗 ​ and ​ π‘₯ 𝑗 𝑖 βˆ’ π‘₯ 𝑗 + 1 𝑖

0 ​ for ​ some ​ 𝑗 ∈ [ 𝑛 ] ,

0

otherwise .

Then, ( 𝑦 1 , … , 𝑦 π‘˜ ) is a feasible solution to LP-Rel because for each 𝑖 ∈ [ π‘˜ ] we have

βˆ‘ 𝑆 βŠ† 𝑁 𝑦 𝑖 ​ ( 𝑆 ) ​ πœ’ 𝑆

βˆ‘ 𝑗 ∈ [ 𝑛 ] ( π‘₯ 𝑗 𝑖 βˆ’ π‘₯ 𝑗 + 1 𝑖 ) ​ πœ’ 𝑆 𝑗

π‘₯ 𝑖

and

βˆ‘ 𝑆 βŠ† 𝑁 , 𝑖 ∈ [ π‘˜ ] 𝑦 𝑖 ​ ( 𝑆 ) ​ πœ’ 𝑆

βˆ‘ 𝑖 ∈ [ π‘˜ ] π‘₯ 𝑖

𝟏 .

For each 𝑖 ∈ [ π‘˜ ] , we also have

βˆ‘ 𝑆 βŠ† 𝑁 𝑦 𝑖 ​ ( 𝑆 ) ​ 𝑓 𝑖 ​ ( 𝑆 )

βˆ‘ 𝑗 ∈ [ 𝑛 ] ( π‘₯ 𝑗 𝑖 βˆ’ π‘₯ 𝑗 + 1 𝑖 ) ​ 𝑓 𝑖 ​ ( 𝑆 𝑗 )

𝑓 𝑖 ^ ​ ( π‘₯ 𝑖 ) .

Hence, we obtain

βˆ‘ 𝑆 βŠ† 𝑁 , 𝑖 ∈ [ π‘˜ ] 𝑦 𝑖 ​ ( 𝑆 ) ​ 𝑓 𝑖 ​ ( 𝑆 )

βˆ‘ 𝑖

1 π‘˜ 𝑓 𝑖 ^ ​ ( π‘₯ 𝑖 ) ,

which implies that ( 𝑦 1 , … , 𝑦 π‘˜ ) has the same objective value as ( π‘₯ 1 , … , π‘₯ π‘˜ ) . Similarly, we can translate any feasible solution to LP-Rel whose supports are chains into a feasible solution to LE-Rel that has the same objective value.

Since LE-Rel can be solved in polynomial time via the ellipsoid method [5], an optimal solution to LP-Rel whose supports are chains can be obtained in polynomial time. Chekuri and Ene [6] provided another equivalent linear programming formulation of MSCA called LE-Rel-Primal. We note that LP-Rel is equivalent to LE-Rel-Primal.

Appendix B π‘˜ -polymatroid intersection

Let 𝑁 be a finite set and π‘˜ β‰₯ 2 a positive integer. For each 𝑖 ∈ [ π‘˜ ] , let 𝑓 𝑖 : 2 𝑁 β†’ ℝ be a submodular function with 𝑓 𝑖 ​ ( βˆ… )

0 . For a set function 𝑓 : 2 𝑁 β†’ ℝ , we define 𝑃 ​ ( 𝑓 ) := { π‘₯ ∈ ℝ 𝑁 ∣ π‘₯ ​ ( 𝑆 ) ≀ 𝑓 ​ ( 𝑆 ) ​ for ​ every ​ 𝑆 βŠ† 𝑁 } , where π‘₯ ​ ( 𝑆 ) := βˆ‘ 𝑒 ∈ 𝑆 π‘₯ ​ ( 𝑒 ) for every 𝑆 βŠ† 𝑁 . Let 𝑀 ∈ ℝ + 𝑁 be a weight vector. The weighted π‘˜ -polymatroid intersection problem is defined as follows:

( LP π‘˜ ​ -poly ) maximize

𝑀 ⊀ ​ π‘₯

subject ​ to

π‘₯ ∈ 𝑃 ​ ( 𝑓 𝑖 ) ​ for ​ every ​ 𝑖 ∈ [ π‘˜ ] .

The linear program LP π‘˜ ​ -poly corresponds to the weighted polymatroid intersection when π‘˜

2 . When 𝑀

𝟏 , the linear program LP π‘˜ ​ -poly is the dual linear program of LP-Rel. For the case when 𝑓 1 , … , 𝑓 π‘˜ are matroid rank functions (i.e., the case of weighted π‘˜ -matroid intersection), the integrality gap of LP π‘˜ ​ -poly is 2 when π‘˜

3 [13], and it equals π‘˜ βˆ’ 1 for arbitrary π‘˜ in the unweighted case 𝑀

𝟏 [12].

Generated on Sat Nov 1 09:37:33 2025 by LaTeXML

Xet Storage Details

Size:
50 kB
Β·
Xet hash:
b65edbf2f4e254f6bb3218197fba2fe1810013200541be2c0c397aa1bec55612

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.