Theorems · Theorem · functional analysis
controlled_sum_of_mem_closure_range
∀ {E : Type u_4} {F : Type u_5} [inst : SeminormedAddCommGroup E] [inst_1 : SeminormedAddCommGroup F] {j : E →+ F}
{b : F},
b ∈ closure ↑j.range →
∀ {f : ℕ → ℝ},
(∀ (n : ℕ), 0 < f n) →
∃ a,
Filter.Tendsto (fun n => ∑ i ∈ Finset.range (n + 1), j (a i)) Filter.atTop (nhds b) ∧
‖-j (a 0) + b‖ < f 0 ∧ ∀ (n : ℕ), 0 < n → ‖j (a n)‖ < f n- Defined in
- Mathlib.Analysis.Normed.Group.Continuity
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 145 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
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
- Setstatement · cited by 53,352
- Realstatement and proof · cited by 25,697
- SetLike.coestatement and proof · cited by 8,199
- 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 · cited by 3,232
- AddMonoidHomstatement and proof · cited by 3,230
- SeminormedAddCommGroupstatement and proof · cited by 2,671
- Filter.atTopstatement and proof · cited by 2,405
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.