Theorems · Theorem · measure theory
MeasureTheory.integrable_swap_iff
∀ {α : Type u_1} {β : Type u_2} {E : Type u_3} [inst : MeasurableSpace α] [inst_1 : MeasurableSpace β]
{μ : MeasureTheory.Measure α} {ν : MeasureTheory.Measure β} [inst_2 : NormedAddCommGroup E] [MeasureTheory.SFinite ν]
[MeasureTheory.SFinite μ] {f : α × β → E},
MeasureTheory.Integrable (f ∘ Prod.swap) (ν.prod μ) ↔ MeasureTheory.Integrable f (μ.prod ν)- Defined in
- Mathlib.MeasureTheory.Integral.Prod
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 224 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- NormedAddCommGroupstatement and proof · cited by 15,752
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- MeasureTheory.Integrablestatement · cited by 1,367
- MeasureTheory.SFinitestatement and proof · cited by 449
- MeasureTheory.Measure.prodstatement · cited by 353
- MeasurableEquiv.measurableEmbeddingproof · cited by 60
- MeasureTheory.Measure.measurePreserving_swapproof · cited by 16
- MeasureTheory.MeasurePreserving.integrable_comp_embproof · cited by 9
- MeasurableEquiv.prodCommproof · cited by 8
Cited by3
Results whose statement or proof uses this declaration.
- MeasureTheory.Integrable.swapproof · cited by 7
- MeasureTheory.integrable_prod_iff'proof · cited by 4
- MeasureTheory.intervalIntegral_intervalIntegral_swapproof · cited by 1