Theorems · Theorem · general topology
Filter.Tendsto.add_atTop
∀ {α : Type u_1} {β : Type u_2} [inst : TopologicalSpace α] [inst_1 : AddCommGroup α] [inst_2 : LinearOrder α]
[IsOrderedAddMonoid α] [OrderTopology α] {l : Filter β} {f g : β → α} {C : α},
Filter.Tendsto f l (nhds C) → Filter.Tendsto g l Filter.atTop → Filter.Tendsto (fun x => f x + g x) l Filter.atTopIn a linearly ordered additive commutative group with the order
topology, if f tends to C and g tends to atTop then f + g tends to atTop.
- Defined in
- Mathlib.Topology.Order.LeftRightNhds
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 64 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites18
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
- AddCommGroupstatement and proof · cited by 12,871
- LinearOrderstatement and proof · cited by 8,572
- Filterstatement and proof · cited by 8,121
- nhdsstatement and proof · cited by 5,554
- Filter.Tendstostatement and proof · cited by 3,814
- Nontrivialproof · cited by 2,416
- Filter.atTopstatement and proof · cited by 2,405
- IsOrderedAddMonoidstatement and proof · cited by 1,659
- OrderTopologystatement and proof · cited by 1,355
- le_of_ltproof · cited by 1,175
- Filter.Eventually.monoproof · cited by 646
Cited by3
Results whose statement or proof uses this declaration.
- Filter.Tendsto.atTop_addproof · cited by 5
- Filter.Tendsto.add_atBotproof · cited by 1
- Real.tendsto_sigmoid_atBotproof · cited by 1