Mathlib Map

Theorems · Theorem · measure theory

aeSeq.mk_eq_fun_of_mem_aeSeqSet

∀ {ι : Sort u_1} {α : Type u_2} {β : Type u_3} [inst : MeasurableSpace α] [inst_1 : MeasurableSpace β] {f : ι → α → β}
  {μ : MeasureTheory.Measure α} {p : α → (ι → β) → Prop} (hf : ∀ (i : ι), AEMeasurable (f i) μ) {x : α},
  x ∈ aeSeqSet hf p → ∀ (i : ι), AEMeasurable.mk (f i) ⋯ x = f i x
Defined in
Mathlib.MeasureTheory.Function.AEMeasurableSequence
Cited by
5 results in Mathlib
Foundations
Depth 180 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
MeasurableSpaceMeasurableSpace

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites13

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by5

Results whose statement or proof uses this declaration.