Theorems · Theorem · measure theory
MeasureTheory.continuous_integral_integral
∀ {α : 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 ν]
[inst_4 : NormedSpace ℝ E] [MeasureTheory.SFinite μ], Continuous fun f => ∫ (x : α), ∫ (y : β), ↑↑f (x, y) ∂ν ∂μThe map that sends an L¹-function f : α × β → E to ∫∫f is continuous.
- Defined in
- Mathlib.MeasureTheory.Integral.Prod
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 262 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites42
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
- ENNRealstatement and proof · cited by 9,879
- nhdsproof · cited by 5,554
- Norm.normproof · cited by 5,413
- Filter.Tendstoproof · cited by 3,814
- AddSubgroupstatement · cited by 3,232
- Continuousstatement · cited by 2,592
- MeasureTheory.integralstatement and proof · cited by 1,779
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.integral_prodproof · cited by 9