theorem
Chapter6.Sequence.convergent_of_monotone
{a : Sequence}
(hbound : a.BddAbove)
(hmono : a.IsMonotone)
:
Proposition 6.3.8 / Exercise 6.3.3
theorem
Chapter6.Sequence.lim_of_monotone
{a : Sequence}
(hbound : a.BddAbove)
(hmono : a.IsMonotone)
:
Proposition 6.3.8 / Exercise 6.3.3
theorem
Chapter6.Sequence.convergent_of_antitone
{a : Sequence}
(hbound : a.BddBelow)
(hmono : a.IsAntitone)
:
theorem
Chapter6.Sequence.lim_of_antitone
{a : Sequence}
(hbound : a.BddBelow)
(hmono : a.IsAntitone)
:
Exercise 6.3.4