The projection π_θ(x) = x · θ = ∑_i x_i θ_i of a planar point x onto the
direction θ ∈ ℝ².
Instances For
The set of triples (x₁, x₂, θ) ∈ X × X × D whose projections under θ are within
distance 2, i.e. |π_θ(x₁) − π_θ(x₂)| ≤ 2. Its cardinality is the incidence quantity
that is bounded both from below and above in the real-version double counting argument.
Instances For
The dyadic incidence-count sum ∑_{1 ≤ r ≤ R, dyadic} N_X(r) · N_D(1/r) appearing
on the right-hand side of the real-version double-counting theorem.
Instances For
theorem
ProjectionTheory.double_counting_real
(setup : DoubleCountingRealSetup)
(hX_pos : 0 < setup.cardX)
(collisionCount : ℝ)
(hLower : ∃ c₁ > 0, c₁ * ↑setup.cardD * (↑setup.cardX ^ 2 / ↑setup.S) ≤ collisionCount)
(hUpper :
∃ c₂ > 0,
collisionCount ≤ c₂ * ↑setup.cardX * ↑(∑ k ∈ dyadicExponentRange setup.R, setup.N_X (2 ^ k) * setup.N_D (2 ^ k)⁻¹))
:
Theorem (Double Counting, real version). Under the standard SETUP, an
incidence (collision) count I admits the lower bound
I ≳ |D| · |X|² / S and the upper bound I ≲ |X| · ∑_r N_X(r) N_D(1/r). Combining
these gives |D| ≲ (S/|X|) ∑_{1 ≤ r ≤ R} N_X(r) N_D(1/r).