Step * of Lemma ispair-or-isaxiom-append-nil

l:Base. ((l [])↓  ((↑ispair(l [])) ∨ (↑isaxiom(l []))))
BY
(Auto THEN HVimplies2 [1;1] THEN (OrRight THENA Auto) THEN HVimplies2 [1]) }

1
1. Base@i
2. (l [])↓@i
3. ∀a,b:Top.  (if [] is pair then otherwise b)
4. ∀a,b:Top.  (if [] Ax then otherwise b)
⊢ False


Latex:


Latex:
\mforall{}l:Base.  ((l  @  [])\mdownarrow{}  {}\mRightarrow{}  ((\muparrow{}ispair(l  @  []))  \mvee{}  (\muparrow{}isaxiom(l  @  []))))


By


Latex:
(Auto  THEN  HVimplies2  0  [1;1]  THEN  (OrRight  THENA  Auto)  THEN  HVimplies2  0  [1])




Home Index