The Euclidean state-space name
AutoSamplingTheory.TechnicalLemmas.InformationTheory.CanonicalRelativeFisher.State · abbrev · Teaching coverage
Statement
For an index type ι, State is simply the existing Mathlib Euclidean space of real ι-indexed coordinates. The abbreviation itself imposes no finiteness proof; the surrounding Fisher development assumes ι is finite when using the usual Euclidean calculus.
All objects and hypotheses
- ι is an arbitrary index type for the abbreviation itself. In the surrounding section, Fintype ι is available for subsequent finite-dimensional analysis.
- No measure, density, gradient, probability assumption, or Nonempty ι proof is needed to name State.
Construction and meaning
1. Reuse the existing space
Give Mathlib's EuclideanSpace ℝ ι the local short name State; no elements, norms, or topology are reconstructed.
Corresponding Lean step
EuclideanSpace ℝ ι
Lean statement · State
This line introduces a shorter name for the existing coordinate space. The index type specifies its coordinate labels; it is not a theorem asserting an analytic fact about that space.
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 to supply. The right-hand expression is the underlying Mathlib type, so Lean can unfold the abbreviation whenever a later definition needs Euclidean calculus.
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 ℝ ι
/-- The squared canonical relative score. -/Scope and omitted-condition boundaries
- The module's later declarations work with finite ι. This abbreviation does not create an independent state-space construction or an infinite-dimensional Fisher theorem.
- No positivity-of-dimension or probability-law assumption.
Source and reuse
ASTIS parents called
Mathlib API called (external library)
- EuclideanSpace
Mathematical sources
- Exact existing ASTIS declaration — Current local declaration and body, read without editing or recompiling.
- Mathlib EuclideanSpace abbreviation — Underlying type reused; finite-coordinate inner-product interpretation is inherited from Mathlib.
ASTIS prose is not a quotation or a source-equivalence certificate. Definitions and aliases are explained as constructions, not counted as new mathematical proofs.