REVIEW 2 major objections 2 minor 1 cited by
On lower bounds for hypergeometric tails
T0 review · 2 major / 2 minor · reviewed 2026-05-16 · grok-4.3
Pith's one-line read Hypergeometric random variables satisfy P(H ≥ E(H)) ≥ k/n when the population size n is at least eight times the sample size k.
desk verdict The paper gives two explicit lower bounds on P(H ≥ E(H)) for hypergeometric H, one simple and one variance-linked, plus some auxiliary tail and MAD bounds that look independently usable. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
Lower bounds on the hypergeometric upper tail probability obtained via an auxiliary upper bound on the tail conditional expectation and a lower bound on the mean absolute deviation.
What would settle it
A concrete numerical counterexample with n = 8k, any valid i, where direct enumeration shows P(H ≥ E(H)) < k/n would disprove the first claim; similarly, any triple satisfying the second set of conditions where the displayed inequality fails would disprove the refined bound.
Extended reading notes
Core claim
Let n and k be positive integers with n ≥ k, and let H count the black marbles drawn in a sample of size k from an urn containing i black marbles out of n total. Then P(H ≥ E(H)) ≥ k/n whenever n ≥ 8k. Moreover, when 1 ≤ E(H) ≤ min{i, k} − 1 and (n − i)(n − k)/n > 1, the probability satisfies P(H ≥ E(H)) ≥ (e^{-1/12}/(4√2)) ⋅ √((n − 1)/n) ⋅ √Var(H) / (1 + √(1 + ((n − 1)/(n − k)) ⋅ Var(H))).
Load-bearing premise
The condition n ≥ 8k for the first bound, and the restrictions 1 ≤ E(H) ≤ min{i,k} − 1 together with (n − i)(n − k)/n > 1 for the second bound.
Editorial extensions
If this is right
- When the sample size is at most one-eighth the population size, the chance of observing at least the expected number of successes is bounded below by the sampling fraction k/n.
- Under interior-mean conditions the probability can be bounded from below by a multiple of the standard deviation scaled by a simple function of the variance.
- An upper bound on the conditional expectation of H given H ≥ E(H) holds for the hypergeometric family.
- A lower bound on the mean absolute deviation of H is available for the same family.
- The auxiliary bounds may be applied independently to other tail or deviation analyses of sampling-without-replacement distributions.
Reading between the lines
- The same technique of controlling the tail conditional expectation could be tested on the binomial distribution to see whether analogous constants emerge.
- Relaxing the n ≥ 8k threshold slightly might still preserve a comparable fractional lower bound, which could be checked by exhaustive computation for moderate k.
- The explicit variance form suggests a possible route to concentration inequalities that remain valid even when the population is only modestly larger than the sample.
- These lower bounds on the median-crossing probability may help calibrate error rates in combinatorial algorithms that rely on hypergeometric sampling.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper establishes two explicit lower bounds on P(H ≥ E(H)) for a hypergeometric random variable H ~ Hypergeometric(n, i, k). The first states that P(H ≥ E(H)) ≥ k/n whenever n ≥ 8k. The second, under the restrictions 1 ≤ E(H) ≤ min{i,k}−1 and (n−i)(n−k)/n > 1, gives P(H ≥ E(H)) ≥ (e^{−1/12}/(4√2)) ⋅ √((n−1)/n) ⋅ √Var(H) / (1 + √(1 + ((n−1)/(n−k)) Var(H))). Auxiliary results include an upper bound on the tail conditional expectation E[H | H ≥ E(H)] and a lower bound on the mean absolute deviation E[|H − E(H)|].
Significance. If the derivations hold, the results supply concrete, non-asymptotic lower bounds on the central probability mass of the hypergeometric distribution under explicit sampling-fraction restrictions. Such bounds are useful in combinatorial probability, sampling theory, and algorithmic applications where one needs guaranteed mass away from the lower tail without asymptotic approximations. The auxiliary bounds on conditional expectation and MAD are stated in closed form and may be reusable in other hypergeometric analyses.
major comments (2)
- [§3, Theorem 1] §3, proof of Theorem 1: the derivation of the factor 8 in the hypothesis n ≥ 8k proceeds from the inequality E[H | H ≥ E(H)] ≤ E(H) + 1/2 together with a crude estimate on the MAD; the resulting constant appears loose and the proof does not indicate whether a smaller multiplier (e.g., n ≥ 4k) can be recovered by tightening the MAD lower bound.
- [§4, (12)] §4, display (12): the second main inequality is obtained by combining the MAD lower bound with a one-sided Chebyshev-type estimate; the factor (n−1)/(n−k) inside the square root is introduced without an explicit justification that it remains bounded under the stated hypothesis (n−i)(n−k)/n > 1, which could affect the numerical sharpness of the constant e^{−1/12}/(4√2).
minor comments (2)
- [Abstract] Abstract, second displayed inequality: the placement of the square-root term √((n−1)/n) is slightly ambiguous in the LaTeX; it should be clarified that it multiplies the entire fraction involving √Var(H).
- [§2] §2, notation paragraph: the range of i is stated as {1,…,n} but the later conditions require i ≥ E(H) + 1; a single sentence reconciling the global parameter range with the local hypotheses would improve readability.
Simulated Author's Rebuttal
We thank the referee for the careful reading and constructive comments. We respond to each major comment below.
read point-by-point responses
-
Referee: [§3, Theorem 1] §3, proof of Theorem 1: the derivation of the factor 8 in the hypothesis n ≥ 8k proceeds from the inequality E[H | H ≥ E(H)] ≤ E(H) + 1/2 together with a crude estimate on the MAD; the resulting constant appears loose and the proof does not indicate whether a smaller multiplier (e.g., n ≥ 4k) can be recovered by tightening the MAD lower bound.
Authors: The factor of 8 is obtained by substituting the bound E[H | H ≥ E(H)] ≤ E(H) + 1/2 into the relation between the central probability and the MAD lower bound. The referee correctly notes that this choice is conservative. Our MAD lower bound is already stated in closed form for potential reuse, and tightening it further would require additional assumptions not present in the theorem. We will add a remark after Theorem 1 noting that the constant 8 is sufficient under the given hypotheses but may not be sharp, and that numerical evidence suggests n ≥ 4k often holds though it is not recovered by the current proof technique. revision: partial
-
Referee: [§4, (12)] §4, display (12): the second main inequality is obtained by combining the MAD lower bound with a one-sided Chebyshev-type estimate; the factor (n−1)/(n−k) inside the square root is introduced without an explicit justification that it remains bounded under the stated hypothesis (n−i)(n−k)/n > 1, which could affect the numerical sharpness of the constant e^{−1/12}/(4√2).
Authors: The factor (n−1)/(n−k) enters through the exact variance formula Var(H) = k(i/n)((n−i)/n)(n−k)/(n−1) when the one-sided Chebyshev inequality is applied to the MAD. The hypothesis (n−i)(n−k)/n > 1 guarantees that the denominator in the final bound is positive and that Var(H) is sufficiently large, but we agree an explicit sentence justifying the appearance and boundedness of the factor was omitted. We will revise the proof of the second bound to insert a short paragraph deriving the factor from the variance expression and confirming that the numerical constant e^{−1/12}/(4√2) remains valid under the stated restrictions. revision: yes
Circularity Check
No significant circularity detected
full rationale
The paper establishes lower bounds on P(H ≥ E(H)) for the hypergeometric distribution H by applying standard tail inequalities, conditional expectation bounds, and mean absolute deviation estimates under explicitly stated restrictions (n ≥ 8k; 1 ≤ E(H) ≤ min{i,k}-1 and (n-i)(n-k)/n > 1). These steps rely on distribution properties and classical inequalities rather than any self-definitional reduction, fitted parameters renamed as predictions, or load-bearing self-citations. The auxiliary results are derived independently and directly support the main claims without circularity. The derivation chain is self-contained against external benchmarks.
Assumptions & free parameters
assumptions (2)
- standard math Hypergeometric distribution has the stated mean and variance formulas
- standard math Standard tail and deviation inequalities for discrete random variables
Cite this review
Pith. "Pith review of On lower bounds for hypergeometric tails." pith.science (2026). https://pith.science/paper/2601.09485
@misc{pith2026260109485,
author = {Pith},
title = {Pith review of: On lower bounds for hypergeometric tails},
year = {2026},
howpublished = {\url{https://pith.science/paper/2601.09485}},
note = {Machine review of arXiv:2601.09485}
}
abstract
Let $n,k$ be positive integers such that $n\geq k$, and let $H$ be a hypergeometric random variable counting the number of black marbles in a sample without replacement of size $k$ from an urn that contains $i\in \{1,\ldots, n\}$ black and $n - i$ white marbles. It is shown that \[ \mathbb{P}(H \ge \mathbb{E}(H)) \ge k/n\, , \, \text{when} \,\, n\ge 8k \, . \] Furthermore, provided that $1\le \mathbb{E}(H)\le \min\{i,k\}-1$ as well as that $\frac{(n-i)(n-k)}{n}>1$, it is shown that \[ \mathbb{P}(H\ge \mathbb{E}(H)) \,\ge\, \frac{e^{-1/12}}{4\sqrt{2}} \cdot \sqrt{\frac{n-1}{n}} \cdot\frac{ \sqrt{\text{Var}(H)} }{1 + \sqrt{1+ \frac{n-1}{n-k}\cdot\text{Var}(H)}}\, . \] Auxiliary results which may be of independent interest include an upper bound on the tail conditional expectation and a lower bound on the mean absolute deviation of the hypergeometric distribution.
Lean theorems connected to this paper
-
IndisputableMonolith/Foundation/RealityFromDistinction (8-tick period)reality_from_one_distinction echoes?
echoesECHOES: this paper passage has the same mathematical shape or conceptual pattern as the Recognition theorem, but is not a direct formal dependency.
P(H≥E(H))≥k/n , when n≥8k
What do these tags mean?
- matches
- The paper's claim is directly supported by a theorem in the formal canon.
- supports
- The theorem supports part of the paper's argument, but the paper may add assumptions or extra steps.
- extends
- The paper goes beyond the formal theorem; the theorem is a base layer rather than the whole result.
- uses
- The paper appears to rely on the theorem as machinery.
- contradicts
- The paper's claim conflicts with a theorem or certificate in the canon.
- unclear
- Pith found a possible connection, but the passage is too broad, indirect, or ambiguous to say the theorem truly supports the claim.
Forward citations
Cited by 1 Pith paper
-
The mean absolute deviation of the classical discrete distributions: collapse identities, complete asymptotic expansions, and enveloping series
A common telescoping identity yields closed forms, complete asymptotics, and enveloping series for the mean absolute deviation of the four classical discrete laws.
Reference graph
Works this paper leans on
-
[1]
H. Aydinian, V . Blinovsky,A Remark on the Problem of Nonnegative k-Sums, Problems of Inform. Trans- mission48(4) (2012) 56–61
work page 2012
- [2]
- [3]
-
[4]
J. N. Cooper and R. B. Ellis,Linearly bounded liars, adaptive covering codes, and deterministic random walks, J. Comb.1(2010) 307–334
work page 2010
-
[5]
P . Diaconis, S. Zabell,Closed form summation for classical distributions: variations on a theme of de Moivre, Statistical Science6(3) (1991) 284–302
work page 1991
-
[6]
B. Doerr,An elementary analysis of the probability that a binomial random variable exceeds its expectation, Statistics & Probability Letters139(2018) 67–74
work page 2018
-
[7]
W. Ehm,Binomial approximation to the Poisson binomial distribution, Statistics & Probability Letters11(1) (1991) 7–16
work page 1991
-
[8]
S. Greenberg and M. Mohri,Tight lower bound on the probability of a binomial exceeding its expectation, Statistics & Probability Letters86(2014) 91–98. 13
work page 2014
Show all 21 references
-
[9]
Hui, C.J
S. Hui, C.J. ParkThe Representation of Hypergeometric Random Variables using Independent Bernoulli Ran- dom Variables, Communications in Statistics – Theory and Methods, 43(19) (2014) 4103–4108
2014
-
[10]
Jogdeo, S
K. Jogdeo, S. Samuels,Monotone convergence of binomial probabilities and a generalisation of Ramanujan’s equation, The Annals of Mathematical Statistics39(4) (1968) 1191–1195
1968
-
[11]
Klenke, L
A. Klenke, L. Mattner,Stochastic ordering of classical discrete distributions, Advances in Applied Proba- bility42(2) (2010) 392–410
2010
-
[12]
Mattner, J
L. Mattner, J. Schulz,On normal approximations to symmetric hypergeometric laws, Transactions of the American Mathematical Society,370(1) (2018) 727–748
2018
-
[13]
Pelekis, J
C. Pelekis, J. Ramon,A lower bound on the probability that a binomial random variable is exceeding its mean, Statistics & Probability Letters119(2016) 305–309
2016
-
[14]
Pinelis,Best lower bound on the probability of a binomial exceeding its expectation, Statistics & Probability Letters179(2021) 109224
I. Pinelis,Best lower bound on the probability of a binomial exceeding its expectation, Statistics & Probability Letters179(2021) 109224
2021
-
[15]
Pokrovskiy,A linear bound on the Manickam–Mikl´ os–Singhi conjecture, J
A. Pokrovskiy,A linear bound on the Manickam–Mikl´ os–Singhi conjecture, J. Combin. Theory Ser. A,133 (2015) 280–306
2015
-
[16]
T. A. Ramasubban,The mean difference and the mean deviation of some discontinuous distributions, Biometrika,45(3/4) (1958) 549–556
1958
-
[17]
Robbins,A Remark on Stirling’s Formula, The American Mathematical Monthly,62(1) (1955) 26–29
H. Robbins,A Remark on Stirling’s Formula, The American Mathematical Monthly,62(1) (1955) 26–29
1955
-
[18]
Shaked, G.J
M. Shaked, G.J. Shanthikumar,Stochastic Orders, Springer, New York, 2007
2007
-
[19]
Siegel,Median bounds and their application, Journal of Algorithms38(1) (2001) 184–236
A. Siegel,Median bounds and their application, Journal of Algorithms38(1) (2001) 184–236
2001
-
[20]
Uhlmann,Vergleich der hypergeometrischen mit der binomial-verteilung, Metrika10(1966) 145–158
W. Uhlmann,Vergleich der hypergeometrischen mit der binomial-verteilung, Metrika10(1966) 145–158
1966
-
[21]
Vatutin, V .G Mikhailov, (1983).Limit theorems for the number of empty cells in an equiprobable scheme for group allocation of particles, Theory Probab
V .A. Vatutin, V .G Mikhailov, (1983).Limit theorems for the number of empty cells in an equiprobable scheme for group allocation of particles, Theory Probab. Appl.27(1983) 734–743. Russian original in Teor. Veroy- atnost. i Primenen.27(1982) 684–692. 14
1983
Reviewed May 16, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.