Documentation
Projects
.
RealAnalysis
.
Bounds
Search
return to top
source
Imports
Init
Projects.RealAnalysis.Subsequence
Imported by
RealAnalysis
.
bounds
RealAnalysis
.
bounds_le_bounds_of_tendsTo
RealAnalysis
.
bounds_le_bounds_of_converges
RealAnalysis
.
abs_le_bounds_of_tendsTo
RealAnalysis
.
abs_le_bounds_of_converges
RealAnalysis
.
tendsTo_lub_seq_of_nonneg
RealAnalysis
.
tendsTo_bounds_of_tendsTo
RealAnalysis
.
bounds_abs
RealAnalysis
.
bounds_nonneg_of_tendsTo
RealAnalysis
.
bounds_nonneg_of_converges
RealAnalysis
.
abs_bounds_of_tendsTo
RealAnalysis
.
abs_bounds_of_converges
RealAnalysis
.
monoGe_bounds_of_tendsTo
RealAnalysis
.
monoGe_bounds_of_converges
RealAnalysis
.
bounds_neg
source
noncomputable def
RealAnalysis
.
bounds
(
a
:
ℕ
→
ℝ
)
(
n
:
ℕ
)
:
ℝ
Equations
RealAnalysis.bounds
a
n
=
RealAnalysis.lub
|
fun (
x
:
ℕ
) =>
a
(
n
+
x
)
|
Instances For
source
theorem
RealAnalysis
.
bounds_le_bounds_of_tendsTo
{
a
:
ℕ
→
ℝ
}
{
L
:
ℝ
}
{
k
n
:
ℕ
}
(
h₁
:
tendsTo
a
L
)
(
h₂
:
k
≤
n
)
:
bounds
a
n
≤
bounds
a
k
source
theorem
RealAnalysis
.
bounds_le_bounds_of_converges
{
a
:
ℕ
→
ℝ
}
{
k
n
:
ℕ
}
(
h₁
:
converges
a
)
(
h₂
:
k
≤
n
)
:
bounds
a
n
≤
bounds
a
k
source
theorem
RealAnalysis
.
abs_le_bounds_of_tendsTo
{
a
:
ℕ
→
ℝ
}
{
L
:
ℝ
}
{
n
:
ℕ
}
(
h
:
tendsTo
a
L
)
:
|
a
n
|
≤
bounds
a
n
source
theorem
RealAnalysis
.
abs_le_bounds_of_converges
{
a
:
ℕ
→
ℝ
}
{
n
:
ℕ
}
(
h
:
converges
a
)
:
|
a
n
|
≤
bounds
a
n
source
theorem
RealAnalysis
.
tendsTo_lub_seq_of_nonneg
{
a
:
ℕ
→
ℝ
}
{
L
:
ℝ
}
(
h₁
:
tendsTo
a
L
)
:
tendsTo
(fun (
n
:
ℕ
) =>
lub
fun (
x
:
ℕ
) =>
a
(
n
+
x
)
)
L
source
theorem
RealAnalysis
.
tendsTo_bounds_of_tendsTo
{
a
:
ℕ
→
ℝ
}
{
L
:
ℝ
}
(
h
:
tendsTo
a
L
)
:
tendsTo
(
bounds
a
)
|
L
|
source
@[simp]
theorem
RealAnalysis
.
bounds_abs
{
a
:
ℕ
→
ℝ
}
:
bounds
|
a
|
=
bounds
a
source
theorem
RealAnalysis
.
bounds_nonneg_of_tendsTo
{
a
:
ℕ
→
ℝ
}
{
L
:
ℝ
}
{
n
:
ℕ
}
(
h
:
tendsTo
a
L
)
:
0
≤
bounds
a
n
source
theorem
RealAnalysis
.
bounds_nonneg_of_converges
{
a
:
ℕ
→
ℝ
}
{
n
:
ℕ
}
(
h
:
converges
a
)
:
0
≤
bounds
a
n
source
theorem
RealAnalysis
.
abs_bounds_of_tendsTo
{
a
:
ℕ
→
ℝ
}
{
L
:
ℝ
}
{
n
:
ℕ
}
(
h
:
tendsTo
a
L
)
:
|
bounds
a
n
|
=
bounds
a
n
source
theorem
RealAnalysis
.
abs_bounds_of_converges
{
a
:
ℕ
→
ℝ
}
{
n
:
ℕ
}
(
h
:
converges
a
)
:
|
bounds
a
n
|
=
bounds
a
n
source
theorem
RealAnalysis
.
monoGe_bounds_of_tendsTo
{
a
:
ℕ
→
ℝ
}
{
L
:
ℝ
}
(
h
:
tendsTo
a
L
)
:
monoGe
(
bounds
a
)
source
theorem
RealAnalysis
.
monoGe_bounds_of_converges
{
a
:
ℕ
→
ℝ
}
(
h
:
converges
a
)
:
monoGe
(
bounds
a
)
source
@[simp]
theorem
RealAnalysis
.
bounds_neg
{
a
:
ℕ
→
ℝ
}
:
bounds
(
-
a
)
=
bounds
a