Mathlib Map

Theorems · Theorem · probability

ProbabilityTheory.map_bernoulliMeasure

∀ {X : Type u_1} {Y : Type u_2} [inst : MeasurableSpace X] [inst_1 : MeasurableSpace Y] [MeasurableSingletonClass X]
  [MeasurableSingletonClass Y] (x y : X) (f : X → Y) (p : ↑unitInterval),
  MeasureTheory.Measure.map f (ProbabilityTheory.bernoulliMeasure x y p) =
    ProbabilityTheory.bernoulliMeasure (f x) (f y) p
Defined in
Mathlib.Probability.Distributions.Bernoulli
Cited by
0 results in Mathlib
Foundations
Depth 201 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
MeasurableSpaceMeasurableSpaceMeasurableSingletonClassMeasurableSingletonClass

Around this declaration

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

Cites17

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

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.