Documentation

PFR.Mathlib.MeasureTheory.MeasurableSpace.Basic

def prodAssoc {α : Type u_1} {β : Type u_2} {γ : Type u_3} :
{x : MeasurableSpace α} → {x_1 : MeasurableSpace β} → {x_2 : MeasurableSpace γ} → (α × β) × γ ≃ᵐ α × β × γ

Canonical bijection between (α × β) × γ and α × β × γ.

Equations
  • prodAssoc = { toEquiv := Equiv.prodAssoc α β γ, measurable_toFun := , measurable_invFun := }
Instances For

    Measurable equivalence with the product with the one-point space Unit.

    Equations
    Instances For
      theorem Measurable.of_countable {α : Type u_1} {β : Type u_2} [MeasurableSpace α] [MeasurableSpace β] [Countable α] [MeasurableSingletonClass α] {f : αβ} :