Zulip Chat Archive

Stream: Carleson

Topic: lemma 7.7.4


Edward van de Meent (Feb 15 2025 at 10:46):

i've run into a small mismatch in formalisation... at the step of applying lt_dist (2.0.36), i need 𝓘 p ≤ 𝓘 u', but i only have (𝓘 p : Set X) ⊆ 𝓘 u' (from applying if_descendant_then_subset for (𝓘 p : Set X) ⊆ 𝓘 u and fundamental_dyadic for (𝓘 u : Set X) ⊆ 𝓘 u'). in principle we do have s (𝓘 u) ≤ s (𝓘 u'), but i don't know i can get s (𝓘 p) ≤ s (𝓘 u)

Edward van de Meent (Feb 15 2025 at 11:26):

another way to fix this could be that the ⊂\subset in the hypothesis in (2.0.36) is meant to be formalised as ⊆ rather than ≤

Floris van Doorn (Feb 17 2025 at 08:33):

carleson#TileStructure.Forest.smul_four_le should give you s (𝓘 p') ≤ s (𝓘 u'), after unfolding the definition of ≤ in the Lemma statement (and you already know s (𝓘 p) ≤ s (𝓘 u')). Please add that as lemma about Forest.

Evgenia Karunus (Feb 17 2025 at 10:56):

Great you asked this, turned out it was exactly the lemma that I was missing in my proof too (Lemma 7.5.11).
I'll create a separate PR with this lemma so that we can both use it.

Evgenia Karunus (Feb 17 2025 at 11:44):

Here it is github.com/fpvandoorn/carleson/pull/237

Edward van de Meent (Feb 22 2025 at 11:14):

i am glad to announce the proof is sorry-free! (locally)

Edward van de Meent (Feb 26 2025 at 10:26):

fpvandoorn/carleson#247


Last updated: Feb 28 2026 at 14:05 UTC