Theorems · Theorem · functional analysis
BoundedContinuousFunction.norm_eq
∀ {α : Type u} {β : Type v} [inst : TopologicalSpace α] [inst_1 : SeminormedAddCommGroup β]
(f : BoundedContinuousFunction α β), ‖f‖ = sInf {C | 0 ≤ C ∧ ∀ (x : α), ‖f x‖ ≤ C}The norm of a bounded continuous function is the supremum of ‖f x‖.
We use sInf to ensure that the definition works if α has no elements.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 116 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Realstatement and proof · cited by 25,697
- TopologicalSpacestatement and proof · cited by 24,529
- Set.ofPredstatement and proof · cited by 6,101
- Norm.normstatement and proof · cited by 5,413
- SeminormedAddCommGroupstatement and proof · cited by 2,671
- InfSet.sInfstatement and proof · cited by 935
- BoundedContinuousFunctionstatement and proof · cited by 511
- dist_zero_rightproof · cited by 172
Cited by2
Results whose statement or proof uses this declaration.
- BoundedContinuousFunction.norm_eq_of_nonemptyproof · cited by 0
- BoundedContinuousFunction.norm_normCompproof · cited by 0