Step * 1 1 of Lemma ancestral-logic-lemma1

.....assertion..... 
⊢ ∀x,y:Dom.  ((R y)  ((R y) ∨ (∃z:Dom. ((R z) ∧ TC(λa,b.R b)(z,y)))))
BY
(RepeatFor (FOAllIntro) THEN FOImpliesIntro THEN FOOrIntroLeft) }

1
9. Dom@i
10. Dom@i
11. y@i
⊢ y


Latex:


.....assertion..... 
\mvdash{}  \mforall{}x,y:Dom.    ((R  x  y)  {}\mRightarrow{}  ((R  x  y)  \mvee{}  (\mexists{}z:Dom.  ((R  x  z)  \mwedge{}  TC(\mlambda{}a,b.R  a  b)(z,y)))))


By

(RepeatFor  2  (FOAllIntro)  THEN  FOImpliesIntro  THEN  FOOrIntroLeft)




Home Index