Theorems · Theorem · functional analysis
controlled_prod_of_mem_closure
∀ {E : Type u_4} [inst : SeminormedCommGroup E] {a : E} {s : Subgroup E},
a ∈ closure ↑s →
∀ {b : ℕ → ℝ},
(∀ (n : ℕ), 0 < b n) →
∃ v,
Filter.Tendsto (fun n => ∏ i ∈ Finset.range (n + 1), v i) Filter.atTop (nhds a) ∧
(∀ (n : ℕ), v n ∈ s) ∧ ‖(v 0)⁻¹ * a‖ < b 0 ∧ ∀ (n : ℕ), 0 < n → ‖v n‖ < b n- Defined in
- Mathlib.Analysis.Normed.Group.Continuity
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 144 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- SeminormedCommGroup
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites39
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · cited by 53,352
- Realstatement and proof · cited by 25,697
- SetLike.coestatement and proof · cited by 8,199
- Set.ofPredproof · cited by 6,101
- nhdsstatement and proof · cited by 5,554
- Norm.normstatement and proof · cited by 5,413
- mul_oneproof · cited by 3,885
- Filter.Tendstostatement and proof · cited by 3,814
- Subgroupstatement and proof · cited by 3,593
- Filter.atTopstatement and proof · cited by 2,405
- Finset.prodstatement and proof · cited by 2,356
- LT.lt.ne'proof · cited by 1,417
Cited by1
Results whose statement or proof uses this declaration.
- controlled_prod_of_mem_closure_rangeproof · cited by 0