Plain-language statement
If every tile in lies at the fixed generation , then the first global density of is at most the generation-specific density .
Exact Lean statement
lemma dens1_le_dens' {k : β} {P : Set (π X)} (hP : P β TilesAt k) : densβ P β€ dens' k PFormal artifact
Lean source
lemma dens1_le_dens' {k : β} {P : Set (π X)} (hP : P β TilesAt k) : densβ P β€ dens' k P := by rw [densβ, dens']; gcongr with p' mp' l hl simp_rw [ENNReal.mul_iSup, iSup_le_iff, mul_div_assoc]; intro p mp sl suffices p β TilesAt k by exact le_iSup_of_le p (le_iSupβ_of_le this sl (mul_le_mul' (by norm_cast) le_rfl)) simp_rw [TilesAt, mem_preimage, π, mem_sdiff, auxπ, mem_setOf] constructor Β· rw [mem_lowerCubes] at mp; obtain β¨p'', mp'', lp''β© := mp have hp'' := mem_of_mem_of_subset mp'' hP simp_rw [TilesAt, mem_preimage, π, mem_sdiff, auxπ, mem_setOf] at hp'' obtain β¨J, lJ, vJβ© := hp''.1; use J, lp''.trans lJ Β· by_contra h; obtain β¨J, lJ, vJβ© := h have hp' := mem_of_mem_of_subset mp' hP simp_rw [TilesAt, mem_preimage, π, mem_sdiff, auxπ, mem_setOf] at hp' apply absurd _ hp'.2; use J, sl.1.trans lJ- Project
- Carleson formalization
- License
- Apache-2.0
- Commit
- 74ef907d6bdb
- Source
- Carleson/Discrete/Defs.lean:95-109
Reuse this declaration
Bring the exact result into your workflow
The import identifies the source module. Your project still needs the pinned package dependency shown on this page.
What this badge means
This completion status comes from the project or community source. It has not yet been represented here as an independent rebuild and axiom audit.
Continue in this project
Related declarations
Adjoint Carleson adjoint
adjointCarleson_adjoint
Plain-language statement
adjointCarleson is the adjoint of carlesonOn.
Source project: Carleson formalization
Person-level attribution pending.
Ae tendsto zero of distribution le
ae_tendsto_zero_of_distribution_le
Plain-language statement
Suppose that, for every error threshold and every measure tolerance , one can choose so that the set where exceeds has measure at most . Then converges to for almost every .
Source project: Carleson formalization
Person-level attribution pending.
Antichain operator
antichain_operator
Plain-language statement
For an antichain of pairwise incomparable tiles, and measurable functions and bounded by the indicators of and , the pairing of with the Carleson sum over is controlled by the norms of and and by positive powers of the two tile-density parameters. Concretely, the bound is
Source project: Carleson formalization
Person-level attribution pending.