Theorems · Theorem · functional analysis
Seminorm.bound_of_continuous_normedSpace
∀ {𝕜 : Type u_2} {F : Type u_7} [inst : NontriviallyNormedField 𝕜] [inst_1 : SeminormedAddCommGroup F]
[inst_2 : NormedSpace 𝕜 F] (q : Seminorm 𝕜 F), Continuous ⇑q → ∃ C, 0 < C ∧ ∀ (x : F), q x ≤ C * ‖x‖Let F be a semi-NormedSpace over a NontriviallyNormedField, and let q be a
seminorm on F. If q is continuous, then it is uniformly controlled by the norm, that is there
is some C > 0 such that ∀ x, q x ≤ C * ‖x‖.
The continuity ensures boundedness on a ball of some radius ε. The nontriviality of the
norm is then used to rescale any element into an element of norm in [ε/C, ε[, thus with a
controlled image by q. The control of q at the original element follows by rescaling.
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 159 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites32
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
- NormedSpacestatement and proof · cited by 12,499
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- Set.ofPredproof · cited by 6,101
- nhdsproof · cited by 5,554
- Norm.normstatement and proof · cited by 5,413
- Set.preimageproof · cited by 4,946
- Filter.Tendstoproof · cited by 3,814
- LE.le.transproof · cited by 3,151
- SeminormedAddCommGroupstatement and proof · cited by 2,671
- Continuousstatement and proof · cited by 2,592
Cited by3
Results whose statement or proof uses this declaration.
- NormedSpace.equicontinuous_TFAEproof · cited by 2
- Seminorm.bound_of_continuousproof · cited by 2
- SemilinearMapClass.bound_of_continuousproof · cited by 2