Theorems · Theorem · measure theory
ContinuousMap.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] (f : X → Y → E) (g : C(↑s, E)),
(∀ᵐ (x : X) ∂μ, ContinuousOn (f x) s) →
∀ (bound : X → ℝ),
MeasureTheory.HasFiniteIntegral bound μ →
(∀ᵐ (x : X) ∂μ, ∀ y ∈ s, ‖f x y‖ ≤ bound x) →
MeasureTheory.HasFiniteIntegral (fun x => ContinuousMap.mkD (s.domRestrict (f x)) g) μA variant of ContinuousMap.hasFiniteIntegral_mkD_of_bound for a family of
functions which are continuous on a compact set.
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 201 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
- ContinuousMapstatement and proof · cited by 2,491
- MeasureTheory.aestatement and proof · cited by 2,352
- ContinuousOnstatement and proof · cited by 1,411
Cited by4
Results whose statement or proof uses this declaration.
- integrable_cfcproof · cited by 0
- cfc_integralproof · cited by 0
- cfc_setIntegralproof · cited by 0
- integrableOn_cfcproof · cited by 0