Step * 1 1 of Lemma ancestral-logic-example1

.....assertion..... 
9. ∀x,y:Dom.  ((P y)  (Q y))@i
⊢ ∀x,y:Dom.  ((P y)  TC(λa,b.Q b)(x,y))
BY
Repeat (First [FOAllIntro; FOImpliesIntro]) }

1
9. ∀x,y:Dom.  ((P y)  (Q y))@i
10. Dom@i
11. Dom@i
12. y@i
⊢ TC(λa,b.Q b)(x,y)


Latex:


.....assertion..... 
9.  \mforall{}x,y:Dom.    ((P  x  y)  {}\mRightarrow{}  (Q  x  y))@i
\mvdash{}  \mforall{}x,y:Dom.    ((P  x  y)  {}\mRightarrow{}  TC(\mlambda{}a,b.Q  a  b)(x,y))


By

Repeat  (First  [FOAllIntro;  FOImpliesIntro])




Home Index