The shared finite-dimensional Euclidean state space
AutoSamplingTheory.TechnicalLemmas.InformationTheory.RelativeFisher.State · abbrev · Teaching coverage
Statement
State is the local name for Mathlib's real Euclidean space indexed by ι. The abbreviation itself can be formed for any index type; subsequent energy and gradient declarations in this module assume ι finite.
All objects and hypotheses
- ι is an index type. No Fintype proof is used by the abbreviation itself; finite-dimensional analysis later uses the surrounding Fintype ι instance.
- No measure, function, or positive-dimension assumption.
Construction and meaning
1. Reuse the existing coordinate space
The local name unfolds directly to Mathlib's Euclidean type; no geometric structure is constructed anew.
Corresponding Lean step
EuclideanSpace
Lean statement · State
This is a shorter type name, not a theorem about a state space or a probability distribution.
Braces mark parameters Lean can infer; square brackets request structures such as a measurable space or probability measure. Named hypotheses are mathematical premises, not facts established by this declaration. Section parameters are described in the mathematical hypotheses above; the module link retains their exact source context.
abbrev StateLean construction · State
There is no proof. The abbreviation expands to the existing Mathlib coordinate type.
Braces mark parameters Lean can infer; square brackets request structures such as a measurable space or probability measure. Named hypotheses are mathematical premises, not facts established by this declaration. Section parameters are described in the mathematical hypotheses above; the module link retains their exact source context.
abbrev State := EuclideanSpace ℝ ι
/-- Pointwise relative-Fisher energy for a supplied density and a supplied
log-density ratio. -/Scope and omitted-condition boundaries
- No probability, positivity-of-dimension, or infinite-dimensional Fisher theorem is asserted.
Source and reuse
ASTIS parents called
Mathlib API called (external library)
- EuclideanSpace
Mathematical sources
- Exact existing ASTIS declaration and body — Local source authority; renderer extracts the exact code.
- Underlying EuclideanSpace abbreviation — Reused type; no independent geometry or transport is introduced.
ASTIS prose is not a quotation or a source-equivalence certificate. Definitions and aliases are explained as constructions, not counted as new mathematical proofs.