Step * of Lemma rel_plus_minimal

[T:Type]. ∀[R,Q:T ⟶ T ⟶ ℙ].  (R =>  Trans(T;x,y.x y)  R+ => Q)
BY
(InstLemma `rel_plus_closure` []
   THEN RepeatFor (ParallelLast')
   THEN Auto
   THEN (D (-1) THENA Auto)
   THEN 0
   THEN Auto) }


Latex:


Latex:
\mforall{}[T:Type].  \mforall{}[R,Q:T  {}\mrightarrow{}  T  {}\mrightarrow{}  \mBbbP{}].    (R  =>  Q  {}\mRightarrow{}  Trans(T;x,y.x  Q  y)  {}\mRightarrow{}  R\msupplus{}  =>  Q)


By


Latex:
(InstLemma  `rel\_plus\_closure`  []
  THEN  RepeatFor  3  (ParallelLast')
  THEN  Auto
  THEN  (D  (-1)  THENA  Auto)
  THEN  D  0
  THEN  Auto)




Home Index