LeanMachineLearning

Learning.Environment.obs0_comapAction🔗

Lemma

No docstring.

Types
  • 𝓞 : Type u_1m𝓞 : MeasurableSpace 𝓞A measurable space is a space equipped with a σ-algebra.
  • 𝓐 : Type u_4m𝓐 : MeasurableSpace 𝓐
  • 𝓐' : Type u_5m𝓐' : MeasurableSpace 𝓐'
  • 𝓨 : Type u_7m𝓨 : MeasurableSpace 𝓨
Given
Assuming
  • hf : Measurable fA function f between measurable spaces is measurable if the preimage of every measurable set is measurable.
Then
(env.comapAction f hf).obs0 = env.obs0
Code
lemma Environment.obs0_comapAction (env : Environment 𝓞 𝓐 𝓨) (hf : Measurable f) :
    (env.comapAction f hf).obs0 = env.obs0
Proof
by
  rw [Environment.obs0_def, obs_comapAction, Kernel.comap_apply, 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: 12 project declarations, 32 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.