Step * 1 1 of Lemma restriction-of-transitive


1. [T] Type
2. [R] T ⟶ T ⟶ ℙ
3. [P] T ⟶ ℙ
4. ∀a,b,c:T.  ((R b)  (R c)  (R c))@i
⊢ ∀a,b,c:T.  ((((R b) ∧ (P a)) ∧ (P b))  (((R c) ∧ (P b)) ∧ (P c))  (((R c) ∧ (P a)) ∧ (P c)))
BY
(RepeatFor (ParallelLast) THEN ProveProp THEN Auto) }


Latex:


Latex:

1.  [T]  :  Type
2.  [R]  :  T  {}\mrightarrow{}  T  {}\mrightarrow{}  \mBbbP{}
3.  [P]  :  T  {}\mrightarrow{}  \mBbbP{}
4.  \mforall{}a,b,c:T.    ((R  a  b)  {}\mRightarrow{}  (R  b  c)  {}\mRightarrow{}  (R  a  c))@i
\mvdash{}  \mforall{}a,b,c:T.
        ((((R  a  b)  \mwedge{}  (P  a))  \mwedge{}  (P  b))  {}\mRightarrow{}  (((R  b  c)  \mwedge{}  (P  b))  \mwedge{}  (P  c))  {}\mRightarrow{}  (((R  a  c)  \mwedge{}  (P  a))  \mwedge{}  (P  c)))


By


Latex:
(RepeatFor  3  (ParallelLast)  THEN  ProveProp  THEN  Auto)




Home Index