LF1 Indicators #
Category: 3-Local (LF1 indicator random variables and empirical-frequency definitions).
A trial in LF1 is ontically deterministic. A sampled initial microstate x : Ω
evolves under the measurable flow and yields an outcome by membership in a
measurable ontic outcome event. The indicator random variable does not represent
intrinsic stochastic evolution. It is the pullback of a deterministic outcome
event along the repeated-trial preparation model.
Thus the probabilistic layer in LF1 enters only through repeated preparation sampling, not through stochastic ontic dynamics.
The indicator random variable for outcome region O on trial n.
Takes value 1 when the n-th sampled initial condition lies in the pullback
event associated with O, and 0 otherwise.
Equations
- T.indicatorRV O n = (T.trialEvent O n).indicator fun (x : Ω) => 1
Instances For
Measurability of the indicator random variable.
The indicator random variable takes value 1 on the event.
The indicator random variable takes value 0 off the event.
Pointwise nonnegativity of the indicator random variable.
Pointwise upper bound by 1.
The indicator random variable is bounded in absolute value by 1.
The indicator random variable is a.e. strongly measurable w.r.t. the trial measure.
The empirical average of the first N indicator variables for outcome O.
This is the object whose almost sure convergence is studied in Convergence.lean.
Equations
- T.empiricalFreq O N ω = (∑ j ∈ Finset.range N, T.indicatorRV O j ω) / ↑N
Instances For
The indicator random variable is integrable with respect to the trial measure.
This follows from boundedness: ‖indicatorRV O n ω‖ ≤ 1 and the fact that
the trial measure ((T.P : ProbabilityMeasure Ω) : Measure Ω) is a finite
(probability) measure. (The T.trialMeasure abbreviation for this coercion is
introduced downstream in Expectation.lean.)
All indicator random variables for a fixed outcome region have the same distribution.
This follows from T.hLaw: every trial X n has the same law (prepMeasure), so
the pushforward of the composed indicator through each X n is identical.