Theorems · Definition · measure theory
MeasurableEquiv.piOptionEquivProd
{δ : Type u_8} →
(α : Option δ → Type u_9) →
[inst : (i : Option δ) → MeasurableSpace (α i)] → ((i : Option δ) → α i) ≃ᵐ ((i : δ) → α (some i)) × α noneThe measurable equivalence for (dependent) functions on an Option type
(∀ i : Option δ, α i) ≃ᵐ (∀ (i : δ), α i) × α none.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 75 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- MeasurableSpace
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.
- DFunLike.coeproof · cited by 62,936
- MeasurableSpacestatement and proof · cited by 13,106
- Equivproof · cited by 8,337
- Equiv.symmproof · cited by 3,681
- MeasurableEquivstatement and proof · cited by 269
- MeasurableEquiv.symmproof · cited by 155
- MeasurableEquiv.piCongrLeftproof · cited by 15
- MeasurableEquiv.transproof · cited by 13
- Equiv.optionEquivSumPUnitproof · cited by 12
- MeasurableEquiv.sumPiEquivProdPiproof · cited by 7
- MeasurableEquiv.reflproof · cited by 7
- MeasurableEquiv.piUniqueproof · cited by 6
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.Measure.pi_map_piOptionEquivProdstatement and proof · cited by 0