Convergence to ±infinity in linear ordered (semi)fields #
Multiplication by constant: iff lemmas #
If r
is a positive constant, fun x ↦ r * f x
tends to infinity along a filter
if and only if f
tends to infinity along the same filter.
If r
is a positive constant, fun x ↦ f x * r
tends to infinity along a filter
if and only if f
tends to infinity along the same filter.
If r
is a positive constant, x ↦ f x / r
tends to infinity along a filter
if and only if f
tends to infinity along the same filter.
If f
tends to infinity along a nontrivial filter l
, then
fun x ↦ r * f x
tends to infinity if and only if 0 < r.
If f
tends to infinity along a nontrivial filter l
, then
fun x ↦ f x * r
tends to infinity if and only if 0 < r.
If f
tends to infinity along a nontrivial filter l
, then
x ↦ f x * r
tends to infinity if and only if 0 < r.
If f
tends to infinity along a filter, then f
multiplied by a positive
constant (on the left) also tends to infinity. For a version working in ℕ
or ℤ
, use
Filter.Tendsto.const_mul_atTop'
instead.
If a function f
tends to infinity along a filter, then f
multiplied by a positive
constant (on the right) also tends to infinity. For a version working in ℕ
or ℤ
, use
Filter.Tendsto.atTop_mul_const'
instead.
If a function f
tends to infinity along a filter, then f
divided by a positive
constant also tends to infinity.
If r
is a positive constant, fun x ↦ r * f x
tends to negative infinity along a filter
if and only if f
tends to negative infinity along the same filter.
If r
is a positive constant, fun x ↦ f x * r
tends to negative infinity along a filter
if and only if f
tends to negative infinity along the same filter.
If r
is a positive constant, fun x ↦ f x / r
tends to negative infinity along a filter
if and only if f
tends to negative infinity along the same filter.
If r
is a negative constant, fun x ↦ r * f x
tends to infinity along a filter l
if and only if f
tends to negative infinity along l
.
If r
is a negative constant, fun x ↦ f x * r
tends to infinity along a filter l
if and only if f
tends to negative infinity along l
.
If r
is a negative constant, fun x ↦ f x / r
tends to infinity along a filter l
if and only if f
tends to negative infinity along l
.
If r
is a negative constant, fun x ↦ r * f x
tends to negative infinity along a filter l
if and only if f
tends to infinity along l
.
If r
is a negative constant, fun x ↦ f x * r
tends to negative infinity along a filter l
if and only if f
tends to infinity along l
.
If r
is a negative constant, fun x ↦ f x / r
tends to negative infinity along a filter l
if and only if f
tends to infinity along l
.
The function fun x ↦ r * f x
tends to infinity along a nontrivial filter
if and only if r > 0
and f
tends to infinity or r < 0
and f
tends to negative infinity.
The function fun x ↦ f x * r
tends to infinity along a nontrivial filter
if and only if r > 0
and f
tends to infinity or r < 0
and f
tends to negative infinity.
The function fun x ↦ f x / r
tends to infinity along a nontrivial filter
if and only if r > 0
and f
tends to infinity or r < 0
and f
tends to negative infinity.
The function fun x ↦ r * f x
tends to negative infinity along a nontrivial filter
if and only if r > 0
and f
tends to negative infinity or r < 0
and f
tends to infinity.
The function fun x ↦ f x * r
tends to negative infinity along a nontrivial filter
if and only if r > 0
and f
tends to negative infinity or r < 0
and f
tends to infinity.
The function fun x ↦ f x / r
tends to negative infinity along a nontrivial filter
if and only if r > 0
and f
tends to negative infinity or r < 0
and f
tends to infinity.
If f
tends to negative infinity along a nontrivial filter l
,
then fun x ↦ r * f x
tends to infinity if and only if r < 0.
If f
tends to negative infinity along a nontrivial filter l
,
then fun x ↦ f x * r
tends to infinity if and only if r < 0.
If f
tends to negative infinity along a nontrivial filter l
,
then fun x ↦ f x / r
tends to infinity if and only if r < 0.
If f
tends to negative infinity along a nontrivial filter l
, then
fun x ↦ r * f x
tends to negative infinity if and only if 0 < r.
If f
tends to negative infinity along a nontrivial filter l
, then
fun x ↦ f x * r
tends to negative infinity if and only if 0 < r.
If f
tends to negative infinity along a nontrivial filter l
, then
fun x ↦ f x / r
tends to negative infinity if and only if 0 < r.
If f
tends to infinity along a nontrivial filter,
fun x ↦ r * f x
tends to negative infinity if and only if r < 0.
If f
tends to infinity along a nontrivial filter,
fun x ↦ f x * r
tends to negative infinity if and only if r < 0.
If f
tends to infinity along a nontrivial filter,
fun x ↦ f x / r
tends to negative infinity if and only if r < 0.
If a function f
tends to infinity along a filter,
then f
multiplied by a negative constant (on the left) tends to negative infinity.
If a function f
tends to infinity along a filter,
then f
multiplied by a negative constant (on the right) tends to negative infinity.
If a function f
tends to infinity along a filter,
then f
divided by a negative constant tends to negative infinity.
If a function f
tends to negative infinity along a filter, then f
multiplied by
a positive constant (on the left) also tends to negative infinity.
If a function f
tends to negative infinity along a filter, then f
multiplied by
a positive constant (on the right) also tends to negative infinity.
If a function f
tends to negative infinity along a filter, then f
divided by
a positive constant also tends to negative infinity.
If a function f
tends to negative infinity along a filter,
then f
multiplied by a negative constant (on the left) tends to positive infinity.
If a function tends to negative infinity along a filter,
then f
multiplied by a negative constant (on the right) tends to positive infinity.
Alias of Filter.Tendsto.const_mul_atTop_of_neg
.
If a function f
tends to infinity along a filter,
then f
multiplied by a negative constant (on the left) tends to negative infinity.
Alias of Filter.Tendsto.atTop_mul_const_of_neg
.
If a function f
tends to infinity along a filter,
then f
multiplied by a negative constant (on the right) tends to negative infinity.
Alias of Filter.Tendsto.const_mul_atBot_of_neg
.
If a function f
tends to negative infinity along a filter,
then f
multiplied by a negative constant (on the left) tends to positive infinity.
Alias of Filter.Tendsto.atBot_mul_const_of_neg
.
If a function tends to negative infinity along a filter,
then f
multiplied by a negative constant (on the right) tends to positive infinity.