LeanMachineLearning

Learning.Environment.obs0_congr🔗

Lemma

No docstring.

Types
  • 𝓞 : Type u_1m𝓞 : MeasurableSpace 𝓞A measurable space is a space equipped with a σ-algebra.
  • 𝓞' : Type u_2m𝓞' : MeasurableSpace 𝓞'
  • 𝓐 : Type u_4m𝓐 : MeasurableSpace 𝓐
  • 𝓐' : Type u_5m𝓐' : MeasurableSpace 𝓐'
  • 𝓨 : Type u_7m𝓨 : MeasurableSpace 𝓨
  • 𝓨' : Type u_8m𝓨' : MeasurableSpace 𝓨'
Given
  • env : Environment 𝓞 𝓐 𝓨A stochastic environment.
  • e𝓞 : 𝓞 ≃ᵐ 𝓞'Equivalences between measurable spaces.
  • e𝓐 : 𝓐 ≃ᵐ 𝓐'
  • e𝓨 : 𝓨 ≃ᵐ 𝓨'
Then
(env.congr e𝓞 e𝓐 e𝓨).obs0 = MeasureTheory.Measure.map (⇑e𝓞) env.obs0
Code
lemma Environment.obs0_congr (env : Environment 𝓞 𝓐 𝓨) (e𝓞 : 𝓞 ≃ᵐ 𝓞') (e𝓐 : 𝓐 ≃ᵐ 𝓐')
    (e𝓨 : 𝓨 ≃ᵐ 𝓨') :
    (env.congr e𝓞 e𝓐 e𝓨).obs0 = env.obs0.map e𝓞
Proof
by
  rw [Environment.obs0_def, obs_congr, Kernel.comap_apply, Kernel.map_apply _ e𝓞.measurable,
    env.obs_zero]

Meaning last changed in v4.34.0-rc2-76-g565f652 (2026-09-10).

Self-contained, with its dependencies inlined and proofs replaced by sorry: download the raw file · open it in the Lean web editor.

Dependency graph

Audit surface: 10 project declarations, 27 external constants

✓ Proved: no sorry anywhere in its closure

This is the tool's own reading of one build's recorded axioms, and it is not robust against an author who wants it to pass. Checking meant to be relied on should go through Comparator, which replays the proof through the kernel from an export against an explicit list of permitted axioms.