Theorems · Theorem · measure theory
MeasureTheory.VectorMeasure.tendsto_setIntegral_of_L1
∀ {X : Type u_2} {E : Type u_3} {F : Type u_4} {G : Type u_5} {mX : MeasurableSpace X} [inst : NormedAddCommGroup E]
[inst_1 : NormedAddCommGroup F] [inst_2 : NormedAddCommGroup G] {μ : MeasureTheory.VectorMeasure X F}
[inst_3 : NormedSpace ℝ E] [inst_4 : NormedSpace ℝ F] [inst_5 : NormedSpace ℝ G] {B : E →L[ℝ] F →L[ℝ] G}
{ι : Type u_7} (f : X → E),
MeasureTheory.AEStronglyMeasurable f μ.variation →
∀ {F_1 : ι → X → E} {l : Filter ι},
(∀ᶠ (i : ι) in l, μ.Integrable (F_1 i)) →
Filter.Tendsto (fun i => ∫⁻ (x : X), ‖F_1 i x - f x‖ₑ ∂μ.variation) l (nhds 0) →
∀ (s : Set X),
Filter.Tendsto (fun i => ∫ᵛ (x : X) in s, F_1 i x ∂[B; μ]) l (nhds ∫ᵛ (x : X) in s, f x ∂[B; μ])If F i → f in L1, then ∫ᵛ x in s, F i x ∂[B; μ] → ∫ᵛ x in s, f x ∂[B; μ].
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 246 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites33
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- Realstatement and proof · cited by 25,697
- RingHom.idstatement and proof · cited by 18,349
- NormedAddCommGroupstatement and proof · cited by 15,752
- MeasurableSpacestatement and proof · cited by 13,106
- NormedSpacestatement and proof · cited by 12,499
- ENNRealstatement · cited by 9,879
- Filterstatement and proof · cited by 8,121
- nhdsstatement and proof · cited by 5,554
- ContinuousLinearMapstatement and proof · cited by 5,352
- Filter.Tendstostatement and proof · cited by 3,814
- Filter.Eventuallystatement and proof · cited by 3,134
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.VectorMeasure.tendsto_setIntegral_of_L1'proof · cited by 0