LeanMachineLearning

Learning.measurableSet_action_eq_and_pullCount_eq๐Ÿ”—

Lemma

No docstring.

Types
  • ๐“ : Type u_2m๐“ : MeasurableSpace ๐“A measurable space is a space equipped with a ฯƒ-algebra.DecidableEq ๐“MeasurableSingletonClass ๐“A typeclass mixin for MeasurableSpaces such that each singleton is measurable.
  • ฮฉ : Type u_4mฮฉ : MeasurableSpace ฮฉ
Given
  • A : โ„• โ†’ ฮฉ โ†’ ๐“
  • t : โ„•
  • b : ๐“
  • k : โ„•
Assuming
  • hA : โˆ€ (n : โ„•), Measurable (A n)A function f between measurable spaces is measurable if the preimage of every measurable set is measurable.
Then
MeasurableSet {x | A t x = b โˆง pullCount A b t x = k}
MeasurableSet s means that s is measurable (in the ambient measure space on ฮฑ)
Code
lemma measurableSet_action_eq_and_pullCount_eq [MeasurableSingletonClass ๐“]
    (hA : โˆ€ n, Measurable (A n)) (t : โ„•) (b : ๐“) (k : โ„•) :
    MeasurableSet {x | A t x = b โˆง pullCount A b t x = k}
Proof
((measurableSet_singleton _).preimage (hA t)).inter
    ((measurableSet_singleton _).preimage (measurable_pullCount hA b t))

Meaning last changed in v4.35.0-rc2-1-g61e506b (2026-09-22).

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: 1 project declarations, 12 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.