Theorems · Theorem · functional analysis
controlled_prod_of_mem_closure_range
∀ {E : Type u_4} {F : Type u_5} [inst : SeminormedCommGroup E] [inst_1 : SeminormedCommGroup 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
- Filter.Tendstostatement and proof · cited by 3,814
- MonoidHomstatement and proof · cited by 3,629
- Subgroupstatement · cited by 3,593
- Filter.atTopstatement and proof · cited by 2,405
- Finset.prodstatement and proof · cited by 2,356
- Finset.rangestatement and proof · cited by 1,341
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.