Theorems · Theorem · Lie groups
Filter.tendsto_div_const_iff
∀ {α : Type u} {G : Type u_1} [inst : GroupWithZero G] [inst_1 : TopologicalSpace G] [ContinuousDiv G] {b : G},
b ≠ 0 →
∀ {c : G} {f : α → G} {l : Filter α},
Filter.Tendsto (fun x => f x / b) l (nhds (c / b)) ↔ Filter.Tendsto f l (nhds c)- Defined in
- Mathlib.Topology.Algebra.Group.Basic
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 73 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- TopologicalSpacestatement and proof · cited by 24,529
- Filterstatement and proof · cited by 8,121
- nhdsstatement and proof · cited by 5,554
- Filter.Tendstostatement and proof · cited by 3,814
- GroupWithZerostatement and proof · cited by 691
- div_oneproof · cited by 629
- inv_mul_cancel₀proof · cited by 267
- ContinuousDivstatement and proof · cited by 26
- div_mul_eq_div_div_swapproof · cited by 8
- Filter.Tendsto.div_const'proof · cited by 2
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.