Theorems · Theorem · measure theory
MeasureTheory.integrable_prod
∀ {α : Type u_1} {m : MeasurableSpace α} {μ : MeasureTheory.Measure α} {E : Type u_8} {F : Type u_9}
[inst : NormedAddCommGroup E] [NormedSpace ℝ E] [inst_2 : NormedAddCommGroup F] [NormedSpace ℝ F] {f : α → E × F},
MeasureTheory.Integrable f μ ↔
MeasureTheory.Integrable (fun x => (f x).1) μ ∧ MeasureTheory.Integrable (fun x => (f x).2) μ- Cited by
- 0 results in Mathlib
- Foundations
- Depth 208 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement and proof · cited by 25,697
- NormedAddCommGroupstatement and proof · cited by 15,752
- MeasurableSpacestatement and proof · cited by 13,106
- NormedSpacestatement and proof · cited by 12,499
- MeasureTheory.Measurestatement and proof · cited by 10,939
- MeasureTheory.Integrablestatement and proof · cited by 1,367
- MeasureTheory.Integrable.prodMkproof · cited by 5
- MeasureTheory.Integrable.sndproof · cited by 2
- MeasureTheory.Integrable.fstproof · cited by 2
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.