Theorems · Theorem · functional analysis
Seminorm.rescale_to_shell_zpow
∀ {𝕜 : 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 → ∃ n, c ^ n ≠ 0 ∧ p (c ^ n • x) < ε ∧ ε / ‖c‖ ≤ p (c ^ n • x) ∧ ‖c ^ n‖⁻¹ ≤ ε⁻¹ * ‖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 118 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites37
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
- one_mulproof · cited by 2,841
- Nat.cast_oneproof · cited by 2,501
- mul_commproof · cited by 2,262
- mul_assocproof · cited by 1,667
- le_of_ltproof · cited by 1,175
- NormedFieldstatement and proof · cited by 1,084
- Set.Icoproof · cited by 799
Cited by2
Results whose statement or proof uses this declaration.
- Seminorm.rescale_to_shellproof · cited by 2
- rescale_to_shell_semi_normed_zpowproof · cited by 1