Theorems · Theorem · functional analysis
controlled_sum_of_mem_closure
∀ {E : Type u_4} [inst : SeminormedAddCommGroup E] {a : E} {s : AddSubgroup 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
- 2 results in Mathlib
- Foundations
- Depth 144 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- SeminormedAddCommGroup
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites42
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
- Finset.sumstatement and proof · cited by 5,195
- Filter.Tendstostatement and proof · cited by 3,814
- AddSubgroupstatement and proof · cited by 3,232
- add_zeroproof · cited by 2,707
- SeminormedAddCommGroupstatement and proof · cited by 2,671
- Filter.atTopstatement and proof · cited by 2,405
Cited by2
Results whose statement or proof uses this declaration.
- controlled_closure_of_completeproof · cited by 1
- controlled_sum_of_mem_closure_rangeproof · cited by 0