Theorems · Inductive type · general topology
BoundedContinuousFunction
(α : Type u) → (β : Type v) → [TopologicalSpace α] → [PseudoMetricSpace β] → Type (max u v)
α →ᵇ β is the type of bounded continuous functions α → β from a topological space to a
metric space.
When possible, instead of parametrizing results over (f : α →ᵇ β),
you should parametrize over (F : Type*) [BoundedContinuousMapClass F α β] (f : F).
When you extend this structure, make sure to extend BoundedContinuousMapClass.
- Cited by
- 511 results in Mathlib
- Foundations
- Depth 1 from the axioms, rests on 3 definitions · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites2
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- TopologicalSpacestatement · cited by 24,529
- PseudoMetricSpacestatement · cited by 1,550
Cited by589
Results whose statement or proof uses this declaration.
- MeasureTheory.FiniteMeasure.testAgainstNNstatement and proof · cited by 27
- BoundedContinuousFunction.continuousstatement and proof · cited by 26
- BoundedContinuousFunction.compContinuousstatement and proof · cited by 25
- BoundedContinuousFunction.norm_coe_le_normstatement and proof · cited by 25
- thickenedIndicatorstatement · cited by 23
- BoundedContinuousFunction.mkOfCompactstatement · cited by 21
- BoundedContinuousFunction.conststatement · cited by 20
- BoundedContinuousFunction.toContinuousMapstatement and proof · cited by 19
- BoundedContinuousFunction.dist_coe_le_diststatement and proof · cited by 18
- ContDiffMapSupportedIn.seminormproof · cited by 15
- BoundedContinuousFunction.extstatement and proof · cited by 14
- ContDiffMapSupportedIn.structureMapCLMstatement and proof · cited by 13
Showing the 200 most cited of 589.