Step * of Lemma decide-ispair-if-has-value

∀t,a,b:Base.  ((t)↓ ⇒ ((if t is a pair then a otherwise b ~ a) ∨ (if t is a pair then a otherwise b ~ b)))
BY
{ CanonicalAuto }


Latex:


Latex:
\mforall{}t,a,b:Base.
    ((t)\mdownarrow{}  {}\mRightarrow{}  ((if  t  is  a  pair  then  a  otherwise  b  \msim{}  a)  \mvee{}  (if  t  is  a  pair  then  a  otherwise  b  \msim{}  b)))


By


Latex:
CanonicalAuto




Home Index