Documentation
Mathlib
.
Analysis
.
SpecificLimits
.
RCLike
Search
return to top
source
Imports
Init
Mathlib.Analysis.RCLike.Basic
Mathlib.Analysis.SpecificLimits.Basic
Imported by
RCLike
.
tendsto_ofReal_cobounded_cobounded
RCLike
.
tendsto_ofReal_atTop_cobounded
RCLike
.
tendsto_ofReal_atBot_cobounded
A collection of specific limit computations for
RCLike
#
source
theorem
RCLike
.
tendsto_ofReal_cobounded_cobounded
(
𝕜
:
Type
u_1)
[
RCLike
𝕜
]
:
Filter.Tendsto
ofReal
(
Bornology.cobounded
ℝ
)
(
Bornology.cobounded
𝕜
)
source
theorem
RCLike
.
tendsto_ofReal_atTop_cobounded
(
𝕜
:
Type
u_1)
[
RCLike
𝕜
]
:
Filter.Tendsto
ofReal
Filter.atTop
(
Bornology.cobounded
𝕜
)
source
theorem
RCLike
.
tendsto_ofReal_atBot_cobounded
(
𝕜
:
Type
u_1)
[
RCLike
𝕜
]
:
Filter.Tendsto
ofReal
Filter.atBot
(
Bornology.cobounded
𝕜
)