Step * of Lemma ispair-pair

[t,x,y:Base].  t ∈ Top × Top supposing if is pair then inl otherwise inr y  inl x
BY
(Auto
   THEN (Assert ⌜(if is pair then inl otherwise inr )↓⌝⋅ THENA (HypSubst (-1) THEN Reduce THEN Auto))
   THEN HasValueD  (-1)
   THEN MoveToConcl (-3)
   THEN CanonicalTestCases
   THEN Try (Complete (Auto))
   THEN (D THENA Auto)) }

1
1. Base
2. Base
3. Base
4. (if is pair then inl otherwise inr )↓
5. (t)↓
6. ∀[u,v:Top].  (if is pair then otherwise v)
7. inr y  inl x@i
⊢ t ∈ Top × Top


Latex:


Latex:
\mforall{}[t,x,y:Base].    t  \mmember{}  Top  \mtimes{}  Top  supposing  if  t  is  a  pair  then  inl  x  otherwise  inr  y    \msim{}  inl  x


By


Latex:
(Auto
  THEN  (Assert  \mkleeneopen{}(if  t  is  a  pair  then  inl  x  otherwise  inr  y  )\mdownarrow{}\mkleeneclose{}\mcdot{}
              THENA  (HypSubst  (-1)  0  THEN  Reduce  0  THEN  Auto)
              )
  THEN  HasValueD    (-1)
  THEN  MoveToConcl  (-3)
  THEN  CanonicalTestCases
  THEN  Try  (Complete  (Auto))
  THEN  (D  0  THENA  Auto))




Home Index