Theorems · Theorem · measure theory
MeasureTheory.Integrable.comp_fst
∀ {α : Type u_1} {β : Type u_2} {E : Type u_3} [inst : MeasurableSpace α] [inst_1 : MeasurableSpace β]
{μ : MeasureTheory.Measure α} [inst_2 : NormedAddCommGroup E] {f : α → E},
MeasureTheory.Integrable f μ →
∀ (ν : MeasureTheory.Measure β) [MeasureTheory.IsFiniteMeasure ν],
MeasureTheory.Integrable (fun x => f x.1) (μ.prod ν)- Defined in
- Mathlib.MeasureTheory.Integral.Prod
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 220 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
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 and proof · cited by 1,367
- MeasureTheory.IsFiniteMeasurestatement and proof · cited by 1,078
- MeasureTheory.Measure.prodstatement · cited by 353
- MeasureTheory.memLp_one_iff_integrableproof · cited by 73
- MeasureTheory.MemLp.comp_fstproof · cited by 4
Cited by2
Results whose statement or proof uses this declaration.
- MeasureTheory.integrable_continuousLinearMap_prod'proof · cited by 1
- MeasureTheory.Integrable.comp_fst_iffproof · cited by 0