Convergence to ±infinity in ordered rings #
The monomial function x^n
tends to +∞
at +∞
for any positive natural n
.
A version for positive real powers exists as tendsto_rpow_atTop
.
@[deprecated Filter.Tendsto.atTop_mul_atBot₀ (since := "2025-02-13")]
theorem
Filter.Tendsto.atTop_mul_atBot
{α : Type u_1}
{β : Type u_2}
[OrderedRing α]
{l : Filter β}
{f g : β → α}
(hf : Tendsto f l atTop)
(hg : Tendsto g l atBot)
:
Alias of Filter.Tendsto.atTop_mul_atBot₀
.
@[deprecated Filter.Tendsto.atBot_mul_atTop₀ (since := "2025-02-13")]
theorem
Filter.Tendsto.atBot_mul_atTop
{α : Type u_1}
{β : Type u_2}
[OrderedRing α]
{l : Filter β}
{f g : β → α}
(hf : Tendsto f l atBot)
(hg : Tendsto g l atTop)
:
Alias of Filter.Tendsto.atBot_mul_atTop₀
.