Theorems · Theorem · functional analysis
Seminorm.bound_of_shell_sup
∀ {𝕜 : Type u_3} {E : Type u_7} {ι : Type u_11} [inst : NormedField 𝕜] [inst_1 : AddCommGroup E] [inst_2 : Module 𝕜 E]
(p : ι → Seminorm 𝕜 E) (s : Finset ι) (q : Seminorm 𝕜 E) {ε : ℝ} {C : NNReal},
0 < ε →
∀ {c : 𝕜},
1 < ‖c‖ →
(∀ (x : E), (∀ i ∈ s, (p i) x < ε) → ∀ j ∈ s, ε / ‖c‖ ≤ (p j) x → q x ≤ (C • p j) x) →
∀ {x : E}, (∃ j ∈ s, (p j) x ≠ 0) → q x ≤ (C • s.sup p) x- Defined in
- Mathlib.Analysis.Seminorm
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 122 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
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
- Finsetstatement and proof · cited by 13,712
- AddCommGroupstatement and proof · cited by 12,871
- Norm.normstatement and proof · cited by 5,413
- NNRealstatement and proof · cited by 4,310
- NormedFieldstatement and proof · cited by 1,084
- LE.le.trans_ltproof · cited by 795
- LT.lt.trans_leproof · cited by 678
- ne_of_gtproof · cited by 637
- Finset.supstatement and proof · cited by 530
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.