Theorems · Theorem · measure theory
MeasureTheory.integrable_comp_eval
∀ {ι : Type u_2} [inst : Fintype ι] {X : ι → Type u_3} {mX : (i : ι) → MeasurableSpace (X i)}
{μ : (i : ι) → MeasureTheory.Measure (X i)} {E : Type u_4} [inst_1 : NormedAddCommGroup E]
[∀ (i : ι), MeasureTheory.IsFiniteMeasure (μ i)] {i : ι} {f : X i → E},
MeasureTheory.Integrable f (μ i) → MeasureTheory.Integrable (fun x => f (x i)) (MeasureTheory.Measure.pi μ)- Defined in
- Mathlib.MeasureTheory.Integral.Pi
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 232 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
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
- Fintypestatement and proof · cited by 7,736
- Set.univproof · cited by 3,945
- Finset.univproof · cited by 3,473
- MeasureTheory.Integrablestatement and proof · cited by 1,367
- MeasureTheory.IsFiniteMeasurestatement and proof · cited by 1,078
- Finset.eraseproof · cited by 455
- MeasureTheory.measure_ne_topproof · cited by 171
- MeasureTheory.Measure.pistatement · cited by 130
- measurable_pi_applyproof · cited by 77
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.integrable_evalproof · cited by 1