Auxiliary lemmas #
Small helper lemmas about CauSeq suprema/infima and about Cauchy sequences
converging to a real number, used in the construction of computable reals.
theorem
CauSeq.sup_equiv_of_equivs
{α : Type u_1}
[Field α]
[LinearOrder α]
[IsStrictOrderedRing α]
{a b c : CauSeq α abs}
(ha : a ≈ c)
(hb : b ≈ c)
:
theorem
CauSeq.equiv_sup_of_equivs
{α : Type u_1}
[Field α]
[LinearOrder α]
[IsStrictOrderedRing α]
{a b c : CauSeq α abs}
(ha : c ≈ a)
(hb : c ≈ b)
:
theorem
CauSeq.inf_equiv_of_equivs
{α : Type u_1}
[Field α]
[LinearOrder α]
[IsStrictOrderedRing α]
{a b c : CauSeq α abs}
(ha : a ≈ c)
(hb : b ≈ c)
:
theorem
CauSeq.drop_equiv_self
{α : Type u_1}
[Field α]
[LinearOrder α]
[IsStrictOrderedRing α]
(a : CauSeq α abs)
(n : ℕ)
:
Dropping elements from a Cauchy sequence gives an equivalent one.