Topologies on linear ordered fields #
THIS FILE IS SYNCHRONIZED WITH MATHLIB4. Any changes to this file require a corresponding PR to mathlib4.
In a linearly ordered field with the order topology, if f tends to at_top and g tends to
a positive constant C then f * g tends to at_top.
In a linearly ordered field with the order topology, if f tends to a positive constant C and
g tends to at_top then f * g tends to at_top.
In a linearly ordered field with the order topology, if f tends to at_top and g tends to
a negative constant C then f * g tends to at_bot.
In a linearly ordered field with the order topology, if f tends to a negative constant C and
g tends to at_top then f * g tends to at_bot.
In a linearly ordered field with the order topology, if f tends to at_bot and g tends to
a positive constant C then f * g tends to at_bot.
In a linearly ordered field with the order topology, if f tends to at_bot and g tends to
a negative constant C then f * g tends to at_top.
In a linearly ordered field with the order topology, if f tends to a positive constant C and
g tends to at_bot then f * g tends to at_bot.
In a linearly ordered field with the order topology, if f tends to a negative constant C and
g tends to at_bot then f * g tends to at_top.
The function x ↦ x⁻¹ tends to +∞ on the right of 0.
The function r ↦ r⁻¹ tends to 0 on the right as r → +∞.
The function x^(-n) tends to 0 at +∞ for any positive natural n.
A version for positive real powers exists as tendsto_rpow_neg_at_top.