Theorems · Theorem · functional analysis
Seminorm.rescale_to_shell
∀ {𝕜 : Type u_3} {E : Type u_7} [inst : NormedField 𝕜] [inst_1 : AddCommGroup E] [inst_2 : Module 𝕜 E]
(p : Seminorm 𝕜 E) {c : 𝕜},
1 < ‖c‖ →
∀ {ε : ℝ}, 0 < ε → ∀ {x : E}, p x ≠ 0 → ∃ d, d ≠ 0 ∧ p (d • x) < ε ∧ ε / ‖c‖ ≤ p (d • x) ∧ ‖d‖⁻¹ ≤ ε⁻¹ * ‖c‖ * p xLet p be a seminorm on a vector space over a NormedField.
If there is a scalar c with ‖c‖>1, then any x such that p x ≠ 0 can be
moved by scalar multiplication to any p-shell of width ‖c‖. Also recap information on the
value of p on the rescaling element that shows up in applications.
- Defined in
- Mathlib.Analysis.Seminorm
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 119 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
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
- Modulestatement and proof · cited by 20,661
- AddCommGroupstatement and proof · cited by 12,871
- Norm.normstatement and proof · cited by 5,413
- NormedFieldstatement and proof · cited by 1,084
- Seminormstatement and proof · cited by 272
- Seminorm.rescale_to_shell_zpowproof · cited by 2
Cited by2
Results whose statement or proof uses this declaration.
- rescale_to_shell_semi_normedproof · cited by 3
- Seminorm.bound_of_shellproof · cited by 3