Filter.atTop
filter and archimedean (semi)rings/fields #
In this file we prove that for a linear ordered archimedean semiring R
and a function f : α → ℕ
,
the function Nat.cast ∘ f : α → R
tends to Filter.atTop
along a filter l
if and only if so
does f
. We also prove that Nat.cast : ℕ → R
tends to Filter.atTop
along Filter.atTop
, as
well as version of these two results for ℤ
(and a ring R
) and ℚ
(and a field R
).
Alias of tendsto_natCast_atTop_iff
.
Alias of tendsto_natCast_atTop_atTop
.
Alias of Filter.Eventually.natCast_atTop
.
Alias of tendsto_intCast_atTop_iff
.
Alias of tendsto_intCast_atBot_iff
.
Alias of tendsto_intCast_atTop_atTop
.
Alias of Filter.Eventually.intCast_atTop
.
Alias of Filter.Eventually.intCast_atBot
.
Alias of tendsto_ratCast_atTop_iff
.
Alias of tendsto_ratCast_atBot_iff
.
Alias of Filter.Eventually.ratCast_atTop
.
Alias of Filter.Eventually.ratCast_atBot
.
Equations
- ⋯ = ⋯
Equations
- ⋯ = ⋯
If a function tends to infinity along a filter, then this function multiplied by a positive
constant (on the left) also tends to infinity. The archimedean assumption is convenient to get a
statement that works on ℕ
, ℤ
and ℝ
, although not necessary (a version in ordered fields is
given in Filter.Tendsto.const_mul_atTop
).
If a function tends to infinity along a filter, then this function multiplied by a positive
constant (on the right) also tends to infinity. The archimedean assumption is convenient to get a
statement that works on ℕ
, ℤ
and ℝ
, although not necessary (a version in ordered fields is
given in Filter.Tendsto.atTop_mul_const
).
See also Filter.Tendsto.atTop_mul_const_of_neg
for a version of this lemma for
LinearOrderedField
s which does not require the Archimedean
assumption.
See also Filter.Tendsto.atBot_mul_const
for a version of this lemma for
LinearOrderedField
s which does not require the Archimedean
assumption.
See also Filter.Tendsto.atBot_mul_const_of_neg
for a version of this lemma for
LinearOrderedField
s which does not require the Archimedean
assumption.
Alias of Filter.Tendsto.atTop_mul_const_of_neg'
.
See also Filter.Tendsto.atTop_mul_const_of_neg
for a version of this lemma for
LinearOrderedField
s which does not require the Archimedean
assumption.
Alias of Filter.Tendsto.atBot_mul_const_of_neg'
.
See also Filter.Tendsto.atBot_mul_const_of_neg
for a version of this lemma for
LinearOrderedField
s which does not require the Archimedean
assumption.