Theorems · Theorem · measure theory
MeasureTheory.continuous_of_dominated
∀ {α : Type u_1} {G : Type u_5} [inst : NormedAddCommGroup G] [inst_1 : NormedSpace ℝ G] {m : MeasurableSpace α}
{μ : MeasureTheory.Measure α} {X : Type u_6} [inst_2 : TopologicalSpace X] [FirstCountableTopology X] {F : X → α → G}
{bound : α → ℝ},
(∀ (x : X), MeasureTheory.AEStronglyMeasurable (F x) μ) →
(∀ (x : X), ∀ᵐ (a : α) ∂μ, ‖F x a‖ ≤ bound a) →
MeasureTheory.Integrable bound μ →
(∀ᵐ (a : α) ∂μ, Continuous fun x => F x a) → Continuous fun x => ∫ (a : α), F x a ∂μ- Cited by
- 1 results in Mathlib
- Foundations
- Depth 252 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
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
- TopologicalSpacestatement and proof · cited by 24,529
- 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
- Filter.Eventuallystatement and proof · cited by 3,134
- Continuousstatement and proof · cited by 2,592
- MeasureTheory.aestatement and proof · cited by 2,352
- MeasureTheory.integralstatement · cited by 1,779
- MeasureTheory.Integrablestatement and proof · cited by 1,367
Cited by1
Results whose statement or proof uses this declaration.
- VectorFourier.fourierIntegral_continuousproof · cited by 1