Theorems · Theorem · measure theory
ContinuousMapZero.hasFiniteIntegral_mkD_restrict_of_bound
∀ {X : Type u_1} {Y : Type u_2} [inst : MeasurableSpace X] {μ : MeasureTheory.Measure X} [inst_1 : TopologicalSpace Y]
{E : Type u_3} [inst_2 : NormedAddCommGroup E] {s : Set Y} [inst_3 : CompactSpace ↑s] [inst_4 : Zero ↑s]
(f : X → Y → E) (g : ContinuousMapZero (↑s) E),
(∀ᵐ (x : X) ∂μ, ContinuousOn (f x) s) →
(∀ᵐ (x : X) ∂μ, f x ↑0 = 0) →
∀ (bound : X → ℝ),
MeasureTheory.HasFiniteIntegral bound μ →
(∀ᵐ (x : X) ∂μ, ∀ y ∈ s, ‖f x y‖ ≤ bound x) →
MeasureTheory.HasFiniteIntegral (fun x => ContinuousMapZero.mkD (s.domRestrict (f x)) g) μA variant of ContinuousMapZero.hasFiniteIntegral_mkD_of_bound for a family of
functions which are continuous on a compact set.
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 184 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.
- Setstatement and proof · cited by 53,352
- 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
- MeasureTheory.Measurestatement and proof · cited by 10,939
- Set.Elemstatement and proof · cited by 7,166
- Norm.normstatement and proof · cited by 5,413
- Filter.Eventuallystatement and proof · cited by 3,134
- MeasureTheory.aestatement and proof · cited by 2,352
- ContinuousOnstatement and proof · cited by 1,411
- CompactSpacestatement and proof · cited by 593
Cited by4
Results whose statement or proof uses this declaration.
- integrableOn_cfcₙproof · cited by 2
- cfcₙ_setIntegralproof · cited by 2
- cfcₙ_integralproof · cited by 0
- integrable_cfcₙproof · cited by 0