Basic definitions and lemmas #
This file contains definitions from Section 2 of the blueprint and used throughout the proof
of metric Carleson, as well as results about structures defined in sections 1 and 2
(DoublingMeasure KernelProofData, IsCancellative, FunctionDistances, ...).
The constants D, κ, Z from the blueprint are introduce here, and useful inequalities are
provided for them (as well as for the constants a and tau).
Equations
- ShortVariables.termD = Lean.ParserDescr.node `ShortVariables.termD 1024 (Lean.ParserDescr.symbol "D")
Instances For
Equations
- ShortVariables.termκ = Lean.ParserDescr.node `ShortVariables.termκ 1024 (Lean.ParserDescr.symbol "κ")
Instances For
Equations
- ShortVariables.termZ = Lean.ParserDescr.node `ShortVariables.termZ 1024 (Lean.ParserDescr.symbol "Z")
Instances For
Equations
- ShortVariables.termτ = Lean.ParserDescr.node `ShortVariables.termτ 1024 (Lean.ParserDescr.symbol "τ")
Instances For
Equations
- ShortVariables.termO = Lean.ParserDescr.node `ShortVariables.termO 1024 (Lean.ParserDescr.symbol "o")
Instances For
Equations
- ShortVariables.termS = Lean.ParserDescr.node `ShortVariables.termS 1024 (Lean.ParserDescr.symbol "S")
Instances For
Equations
- ShortVariables.termNnτ = Lean.ParserDescr.node `ShortVariables.termNnτ 1024 (Lean.ParserDescr.symbol "nnτ")
Instances For
Equations
- ShortVariables.termNnD = Lean.ParserDescr.node `ShortVariables.termNnD 1024 (Lean.ParserDescr.symbol "nnD")
Instances For
Monotonicity of doubling measure metric spaces in A.
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.
Equations
Instances For
The ℝ≥0-valued distance function on WithFunctionDistance x r. Preferably use edist
Equations
- One or more equations did not get rendered due to their size.
Instances For
The ball with center x and radius r in WithFunctionDistance x r.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- inhabited_Space = { default := ⋯.some }
Constructor of IsCancellative in terms of real norms instead of extended reals.
The "volume function" V. We will need to assume
IsFiniteMeasureOnCompacts and ProperSpace to actually know that this volume is finite.
Equations
- vol x y = MeasureTheory.volume (Metric.ball x (dist x y))