A grid structure on X
.
I expect we prefer coeGrid : Grid → Set X
over Grid : Set (Set X)
Note: the s
in this paper is -s
of Christ's paper.
- Grid : Type u
indexing set for a grid structure
- fintype_Grid : Fintype (GridStructure.Grid X)
- coeGrid : GridStructure.Grid X → Set X
The collection of dyadic cubes
- s : GridStructure.Grid X → ℤ
scale functions
- c : GridStructure.Grid X → X
Center functions
- inj : Function.Injective fun (i : GridStructure.Grid X) => (↑i, s i)
- topCube : GridStructure.Grid X
- coeGrid_measurable {i : GridStructure.Grid X} : MeasurableSet ↑i
Instances
The indexing type of the grid structure. Elements are called (dyadic) cubes.
Note that this type has instances for both ≤
and ⊆
, but they do not coincide.
Equations
- Grid X = GridStructure.Grid X
Instances For
Equations
Instances For
Equations
Instances For
Equations
- instInhabitedGrid = { default := topCube }
Equations
Equations
- instCoeGridSet = { coe := GridStructure.coeGrid }
Equations
- instMembershipGrid = { mem := fun (i : Grid X) (x : X) => x ∈ ↑i }
Equations
- instPartialOrderGrid = PartialOrder.lift (fun (i : GridStructure.Grid X) => (↑i, GridStructure.s i)) ⋯
The set I ↦ Iᵒ
in the blueprint.
Instances For
Equations
- Grid.«term_ᵒ» = Lean.ParserDescr.trailingNode `Grid.«term_ᵒ» 1024 1024 (Lean.ParserDescr.symbol "ᵒ")
Instances For
An auxiliary measure used in the well-foundedness of Ω
in Lemma tile_structure
.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
There exists a unique successor of each non-maximal cube.
If i
is not a maximal element, this is the (unique) minimal element greater than i.
This is not a SuccOrder
since an element can be the successor of multiple other elements.
Equations
Instances For
Maximal elements of finsets of dyadic cubes #
Equations
- Grid.maxCubes s = Finset.filter (fun (i : Grid X) => ∀ j ∈ s, i ≤ j → i = j) s
Instances For
Stronger version of Lemma 2.1.2.