Documentation

Atlas.ProjectionTheory.code.BeckLemma

theorem BeckLemma.beck_bootstrap_epsilon_improvement (u s : ) (hu : 0 < u) (hs : 0 < s) (hs_min : s < min u 1) :
∃ (ε : ) (η : ), ε > 0 0 < η η < 1 ∀ (Δ : ) (m : ) (C : NNReal) (E : Set (EuclideanSpace (Fin 2))) (Lx : EuclideanSpace (Fin 2)Set (EuclideanSpace (Fin 1))), 0 < ΔΔ < 1GE, ENNReal.ofReal (1 - η) * (BourgainUniform.meshCount (Δ ^ m) E) (BourgainUniform.meshCount (Δ ^ m) G)(∀ xG, BourgainUniform.IsUniform Δ m (Lx x))(∀ xG, BourgainUniform.IsRegularSet (Δ ^ m) s C (Lx x))∃ (C' : NNReal), G'E, ENNReal.ofReal (1 - η) * (BourgainUniform.meshCount (Δ ^ m) E) (BourgainUniform.meshCount (Δ ^ m) G') xG', BourgainUniform.IsRegularSet (Δ ^ m) (s + ε) C' (Lx x)

ε-bootstrap step for Continuum Beck's Theorem. If 0 < s < min(u, 1) then there exist ε > 0 and η ∈ (0, 1) such that the following holds: for any scale Δ ∈ (0, 1), any m, any planar set E with a uniform "good" subset G ⊆ E of proportional Δ^m-mesh count at least 1 − η, where each Lx (the line-set through x ∈ G) is (Δ^m, s, C)-regular, one can produce a possibly smaller good set G' ⊆ E of the same proportional size on which the line-set is (Δ^m, s + ε, C')- regular. This is the bootstrap mechanism behind the lemma "if a typical L_{x,E} is (δ, s, C) then a typical L_{x,E} is (δ, s + ε, C')".