Step * 1 1 1 2 of Lemma ancestral-logic-example1


9. ∀x,y:Dom.  ((P x y) ⇒ (Q x y))@i
10. x : Dom@i
11. y : Dom@i
12. P x y@i
13. ∀y:Dom. ((P x y) ⇒ (Q x y))@i
14. (P x y) ⇒ (Q x y)@i
15. Q x y@i
⊢ TC(λa,b.Q a b)(x,y)
BY
{ TCBase }

1
9. ∀x,y:Dom.  ((P x y) ⇒ (Q x y))@i
10. x : Dom@i
11. y : Dom@i
12. P x y@i
13. ∀y:Dom. ((P x y) ⇒ (Q x y))@i
14. (P x y) ⇒ (Q x y)@i
15. Q x y@i
⊢ Q x y


Latex:


Latex:

9.  \mforall{}x,y:Dom.    ((P  x  y)  {}\mRightarrow{}  (Q  x  y))@i
10.  x  :  Dom@i
11.  y  :  Dom@i
12.  P  x  y@i
13.  \mforall{}y:Dom.  ((P  x  y)  {}\mRightarrow{}  (Q  x  y))@i
14.  (P  x  y)  {}\mRightarrow{}  (Q  x  y)@i
15.  Q  x  y@i
\mvdash{}  TC(\mlambda{}a,b.Q  a  b)(x,y)


By


Latex:
TCBase




Home Index