Mathlib Map

Theorems · Theorem · probability

PMF.toMeasure_map_apply

∀ {α : Type u_1} {β : Type u_2} (f : α → β) (p : PMF α) (s : Set β) {mα : MeasurableSpace α} {mβ : MeasurableSpace β},
  Measurable f → MeasurableSet s → (PMF.map f p).toMeasure s = p.toMeasure (f ⁻¹' s)
Defined in
Mathlib.Probability.ProbabilityMassFunction.Constructions
Cited by
1 results in Mathlib
Foundations
Depth 172 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

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

Cites15

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

Cited by1

Results whose statement or proof uses this declaration.