Theorems · Theorem · general topology
Filter.Tendsto.enatSub
∀ {α : Type u_1} {l : Filter α} {f g : α → ℕ∞} {a b : ℕ∞},
Filter.Tendsto f l (nhds a) →
Filter.Tendsto g l (nhds b) → a ≠ ⊤ ∨ b ≠ ⊤ → Filter.Tendsto (fun x => f x - g x) l (nhds (a - b))- Defined in
- Mathlib.Topology.Instances.ENat
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 85 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.
- Top.topstatement and proof · cited by 9,680
- Filterstatement and proof · cited by 8,121
- nhdsstatement and proof · cited by 5,554
- ENatstatement and proof · cited by 4,985
- Filter.Tendstostatement and proof · cited by 3,814
- Filter.Tendsto.compproof · cited by 560
- ContinuousAt.tendstoproof · cited by 103
- Filter.Tendsto.prodMk_nhdsproof · cited by 46
- ENat.continuousAt_subproof · cited by 1
Cited by2
Results whose statement or proof uses this declaration.
- ContinuousAt.enatSubproof · cited by 1
- ContinuousWithinAt.enatSubproof · cited by 1