Theorems · Theorem · measure theory
MeasureTheory.continuousWithinAt_setToFun_of_dominated
∀ {α : Type u_1} {E : Type u_2} {F : Type u_3} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E]
[inst_2 : NormedAddCommGroup F] [inst_3 : NormedSpace ℝ F] {m : MeasurableSpace α} {μ : MeasureTheory.Measure α}
{T : Set α → E →L[ℝ] F} {C : ℝ} {X : Type u_7} [inst_4 : TopologicalSpace X] [FirstCountableTopology X]
(hT : MeasureTheory.DominatedFinMeasAdditive μ T C) {fs : X → α → E} {x₀ : X} {bound : α → ℝ} {s : Set X},
(∀ᶠ (x : X) in nhdsWithin x₀ s, MeasureTheory.AEStronglyMeasurable (fs x) μ) →
(∀ᶠ (x : X) in nhdsWithin x₀ s, ∀ᵐ (a : α) ∂μ, ‖fs x a‖ ≤ bound a) →
MeasureTheory.Integrable bound μ →
(∀ᵐ (a : α) ∂μ, ContinuousWithinAt (fun x => fs x a) s x₀) →
ContinuousWithinAt (fun x => MeasureTheory.setToFun μ T hT (fs x)) s x₀- Defined in
- Mathlib.MeasureTheory.Integral.SetToL1
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 244 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites20
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
- TopologicalSpacestatement and proof · cited by 24,529
- 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
- MeasureTheory.Measurestatement and proof · cited by 10,939
- Norm.normstatement and proof · cited by 5,413
- ContinuousLinearMapstatement and proof · cited by 5,352
- Filter.Eventuallystatement and proof · cited by 3,134
- MeasureTheory.aestatement and proof · cited by 2,352
Cited by3
Results whose statement or proof uses this declaration.
- MeasureTheory.continuousOn_setToFun_of_dominatedproof · cited by 2
- MeasureTheory.continuousWithinAt_of_dominatedproof · cited by 0
- MeasureTheory.VectorMeasure.continuousWithinAt_of_dominatedproof · cited by 0