Topologies on linear ordered fields #
In this file we prove that a linear ordered field with order topology has continuous multiplication
and division (apart from zero in the denominator). We also prove theorems like
Filter.Tendsto.mul_atTop
: if f
tends to a positive number and g
tends to positive infinity,
then f * g
tends to positive infinity.
If a (possibly non-unital and/or non-associative) ring R
admits a submultiplicative
nonnegative norm norm : R → 𝕜
, where 𝕜
is a linear ordered field, and the open balls
{ x | norm x < ε }
, ε > 0
, form a basis of neighborhoods of zero, then R
is a topological
ring.
In a linearly ordered field with the order topology, if f
tends to Filter.atTop
and g
tends to a positive constant C
then f * g
tends to Filter.atTop
.
In a linearly ordered field with the order topology, if f
tends to a positive constant C
and
g
tends to Filter.atTop
then f * g
tends to Filter.atTop
.
In a linearly ordered field with the order topology, if f
tends to Filter.atTop
and g
tends to a negative constant C
then f * g
tends to Filter.atBot
.
In a linearly ordered field with the order topology, if f
tends to a negative constant C
and
g
tends to Filter.atTop
then f * g
tends to Filter.atBot
.
In a linearly ordered field with the order topology, if f
tends to Filter.atBot
and g
tends to a positive constant C
then f * g
tends to Filter.atBot
.
In a linearly ordered field with the order topology, if f
tends to Filter.atBot
and g
tends to a negative constant C
then f * g
tends to Filter.atTop
.
In a linearly ordered field with the order topology, if f
tends to a positive constant C
and
g
tends to Filter.atBot
then f * g
tends to Filter.atBot
.
In a linearly ordered field with the order topology, if f
tends to a negative constant C
and
g
tends to Filter.atBot
then f * g
tends to Filter.atTop
.
Alias of inv_nhdsGT_zero
.
The function x ↦ x⁻¹
tends to +∞
on the right of 0
.
Alias of tendsto_inv_nhdsGT_zero
.
The function x ↦ x⁻¹
tends to +∞
on the right of 0
.
The function r ↦ r⁻¹
tends to 0
on the right as r → +∞
.
Alias of tendsto_inv_atTop_nhdsGT_zero
.
The function r ↦ r⁻¹
tends to 0
on the right as r → +∞
.
The function x ↦ x⁻¹
tends to -∞
on the left of 0
.
The function r ↦ r⁻¹
tends to 0
on the left as r → -∞
.
Alias of Filter.Tendsto.inv_tendsto_nhdsGT_zero
.
If g
tends to zero and there exists a constant C : 𝕜
such that eventually |f x| ≤ C
,
then the product f * g
tends to zero.
If g
tends to zero and there exist constants b B : 𝕜
such that eventually b ≤ f x| ≤ B
,
then the product f * g
tends to zero.
If g
tends to atTop
and there exist constants b B : 𝕜
such that eventually
b ≤ f x| ≤ B
, then the quotient f / g
tends to zero.
The function x^(-n)
tends to 0
at +∞
for any positive natural n
.
A version for positive real powers exists as tendsto_rpow_neg_atTop
.
Alias of comap_mulLeft_nhdsGT_zero
.
Alias of eventually_nhdsGT_zero_mul_left
.