- coeGrid : GridStructure.Grid X → Set X
- s : GridStructure.Grid X → ℤ
- c : GridStructure.Grid X → X
- inj : Function.Injective fun (i : GridStructure.Grid X) => (↑i, s i)
- 𝔓 : Type u
- fintype_𝔓 : Fintype (PreTileStructure.𝔓 𝕜 X)
- 𝓘 : PreTileStructure.𝔓 𝕜 X → GridStructure.Grid X
- surjective_𝓘 : Function.Surjective PreTileStructure.𝓘
- 𝒬 : PreTileStructure.𝔓 𝕜 X → Θ X
Instances
Equations
- 𝔓 X = PreTileStructure.𝔓 𝕜 X
Equations
Equations
Equations
- instInhabited𝔓 = { default := ⋯.choose }
A tile structure.
- coeGrid : GridStructure.Grid X → Set X
- s : GridStructure.Grid X → ℤ
- c : GridStructure.Grid X → X
- inj : Function.Injective fun (i : GridStructure.Grid X) => (↑i, s i)
- fintype_𝔓 : Fintype (PreTileStructure.𝔓 ℝ X)
- 𝓘 : PreTileStructure.𝔓 ℝ X → GridStructure.Grid X
- 𝒬 : PreTileStructure.𝔓 ℝ X → Θ X
- Ω : PreTileStructure.𝔓 ℝ X → Set (Θ X)
- disjoint_Ω {p p' : PreTileStructure.𝔓 ℝ X} (h : p ≠ p') (hp : PreTileStructure.𝓘 p = PreTileStructure.𝓘 p') : Disjoint (Ω p) (Ω p')
- relative_fundamental_dyadic {p p' : PreTileStructure.𝔓 ℝ X} (h : PreTileStructure.𝓘 p ≤ PreTileStructure.𝓘 p') : Disjoint (Ω p) (Ω p') ∨ Ω p' ⊆ Ω p
Instances
Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.
The operator T_𝔭
defined in Proposition 2.0.2, considered on the set F
.
It is the map T ∘ (1_F * ·) : f ↦ T (1_F * f)
, also denoted T1_F
The operator T
in Proposition 2.0.2 is therefore applied to (F := Set.univ)
.
Equations
- One or more equations did not get rendered due to their size.
The operator T_ℭ f
defined at the bottom of Section 7.4.
We will use this in other places of the formalization as well.
Equations
- carlesonSum ℭ f x = ∑ p ∈ {p : 𝔓 X | p ∈ ℭ}, carlesonOn p f x
Equations
This is not defined as such in the blueprint, but λp ≲ λ'p'
can be written using
smul l p ≤ smul l' p'
.
Beware: smul 1 p
is very different from toTileLike p
.
Equations
Deduce an inclusion of tiles from an inclusion of their cubes and
non-disjointness of their Ω
s.
Lemma 5.3.1
Lemma 5.3.2 (generalizing 1
to k > 0
)
Lemma 5.3.3, Equation (5.3.3)
Lemma 5.3.3, Equation (5.3.4)
Lemma 5.3.3, Equation (5.3.5)
From a TileLike, we can construct a set. This is used in the definitions E₁
and E₂
.
𝔓(𝔓')
in the blueprint.
The set of all tiles whose cubes are less than the cube of some tile in the given set.
This density is defined to live in ℝ≥0∞
. Use ENNReal.toReal
to get a real number.
Equations
- One or more equations did not get rendered due to their size.
This density is defined to live in ℝ≥0∞
. Use ENNReal.toReal
to get a real number.
Equations
- dens₂ 𝔓' = ⨆ p ∈ 𝔓', ⨆ (r : ℝ), ⨆ (_ : r ≥ 4 * ↑(defaultD a) ^ 𝔰 p), MeasureTheory.volume (F ∩ Metric.ball (𝔠 p) r) / MeasureTheory.volume (Metric.ball (𝔠 p) r)
Stack sizes #
The number of tiles p
in s
whose underlying cube 𝓘 p
contains x
.
Decomposing a set of tiles into disjoint subfamilies #
Given any family of tiles, one can extract a maximal disjoint subfamily, covering everything.
A disjoint subfamily of A
covering everything.
Equations
- maximalSubfamily A = ⋯.choose
Iterating maximalSubfamily
to obtain disjoint subfamilies of A
.
Equations
- iteratedMaximalSubfamily A n = maximalSubfamily (A \ ⋃ (i : ↑{i : ℕ | i < n}), let_fun this := ⋯; iteratedMaximalSubfamily A ↑i)
Any set of tiles can be written as the union of disjoint subfamilies, their number being controlled by the maximal stack size.