Step
*
of Lemma
greatest-lower-bound-unique
∀[T:Type]. ∀[R:T ⟶ T ⟶ ℙ].
  ∀[a,b,c,d:T].
    (c = d ∈ T) supposing (greatest-lower-bound(T;x,y.R[x;y];a;b;c) and greatest-lower-bound(T;x,y.R[x;y];a;b;d)) 
  supposing Order(T;x,y.R[x;y])
BY
{ Auto }
Latex:
Latex:
\mforall{}[T:Type].  \mforall{}[R:T  {}\mrightarrow{}  T  {}\mrightarrow{}  \mBbbP{}].
    \mforall{}[a,b,c,d:T].
        (c  =  d)  supposing 
              (greatest-lower-bound(T;x,y.R[x;y];a;b;c)  and 
              greatest-lower-bound(T;x,y.R[x;y];a;b;d)) 
    supposing  Order(T;x,y.R[x;y])
By
Latex:
Auto
Home
Index