Learning.measurableSet_stepsUntil_eq_zero
No docstring.
Learning.measurableSet_stepsUntil_eq_zero.{u_1, u_3} {๐ : Type u_1} {ฮฉ : Type u_3} {m๐ : MeasurableSpace ๐} [DecidableEq ๐] {A : โ โ ฮฉ โ ๐} [MeasurableSingletonClass ๐] (a : ๐) (m : โ) : MeasurableSet {ฯ | stepsUntil A a m ฯ = 0}Learning.measurableSet_stepsUntil_eq_zero.{u_1, u_3} {๐ : Type u_1} {ฮฉ : Type u_3} {m๐ : MeasurableSpace ๐} [DecidableEq ๐] {A : โ โ ฮฉ โ ๐} [MeasurableSingletonClass ๐] (a : ๐) (m : โ) : MeasurableSet {ฯ | stepsUntil A a m ฯ = 0}
Code
lemma measurableSet_stepsUntil_eq_zero [MeasurableSingletonClass ๐] (a : ๐) (m : โ) :
MeasurableSet[MeasurableSpace.comap (A 0) inferInstance]
{ฯ : ฮฉ | stepsUntil A a m ฯ = 0}Proof
by
simp only [stepsUntil_eq_zero_iff (a := a) (m := m), ne_eq]
by_cases hm : m = 0
ยท simp only [hm, true_and, zero_ne_one, false_and, or_false]
refine (measurableSet_singleton _).compl.preimage ?_
rw [measurable_iff_comap_le]
by_cases hm1 : m = 1
swap; ยท simp [hm, hm1]
simp only [hm1, one_ne_zero, false_and, true_and, false_or]
refine (measurableSet_singleton _).preimage ?_
rw [measurable_iff_comap_le]Actions: Source ยท Open Issue
Meaning last changed in v4.34.0-rc1-3-g2cf8f3b (2026-08-20).
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: 2 project declarations, 31 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.