Theorems · Theorem · Lie groups
Filter.Tendsto.uniformity_add_iff_left
∀ {α : Type u_1} [inst : UniformSpace α] [inst_1 : AddGroup α] [IsUniformAddGroup α] {ι : Type u_3} {f g : ι → α × α}
{l : Filter ι},
Filter.Tendsto g l (uniformity α) → (Filter.Tendsto (f + g) l (uniformity α) ↔ Filter.Tendsto f l (uniformity α))If g : ι → G × G converges to the uniformity, then any f : ι → G × G
converges to the uniformity iff f + g does. This is often useful when g is valued in the
diagonal, in which case its convergence is automatic.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 79 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Filterstatement and proof · cited by 8,121
- AddGroupstatement and proof · cited by 4,410
- Filter.Tendstostatement and proof · cited by 3,814
- UniformSpacestatement and proof · cited by 2,040
- uniformitystatement and proof · cited by 765
- IsUniformAddGroupstatement and proof · cited by 342
- add_neg_cancel_rightproof · cited by 65
- Filter.Tendsto.uniformity_negproof · cited by 4
- Filter.Tendsto.uniformity_addproof · cited by 3
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.