Theorems · Definition · functional analysis
ContinuousMapZero.mkD
{X : Type u_1} →
{R : Type u_2} →
[inst : Zero R] →
[inst_1 : TopologicalSpace X] →
[inst_2 : TopologicalSpace R] → [inst_3 : Zero X] → (X → R) → ContinuousMapZero X R → ContinuousMapZero X RInterpret f : α → β as an element of C(α, β)₀, falling back to the default value
default : C(α, β)₀ if f is not continuous or does not map 0 to 0.
This is mainly intended to be used for C(α, β)₀-valued integration. For example, if a family of
functions f : ι → α → β satisfies that f i is continuous and maps 0 to 0 for almost every
i, you can write the C(α, β)₀-valued integral "∫ i, f i" as
∫ i, ContinuousMapZero.mkD (f i) 0.
- Cited by
- 21 results in Mathlib
- Foundations
- Depth 15 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites3
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- TopologicalSpacestatement and proof · cited by 24,529
- Continuousproof · cited by 2,592
- ContinuousMapZerostatement and proof · cited by 167
Cited by21
Results whose statement or proof uses this declaration.
- ContinuousMapZero.mkD_eq_mkD_of_map_zerostatement and proof · cited by 4
- ContinuousMapZero.hasFiniteIntegral_mkD_restrict_of_boundstatement · cited by 4
- ContinuousMapZero.mkD_of_continuousstatement · cited by 4
- ContinuousMapZero.aeStronglyMeasurable_mkD_restrict_of_uncurrystatement · cited by 2
- ContinuousMapZero.aeStronglyMeasurable_restrict_mkD_restrict_of_uncurrystatement · cited by 2
- cfcₙ_eq_cfcₙL_mkDstatement · cited by 2
- cfcₙ_integral'statement and proof · cited by 2
- ContinuousMapZero.mkD_of_continuousOnstatement · cited by 2
- ContinuousMapZero.mkD_of_not_continuousstatement · cited by 2
- integrable_cfcₙ'statement and proof · cited by 2
- ContinuousMapZero.mkD_apply_of_continuousstatement · cited by 1
- ContinuousMapZero.mkD_apply_of_continuousOnstatement · cited by 1