Step * of Lemma transitive-closure-contains

[A:Type]. ∀[R:A ⟶ A ⟶ ℙ].  => TC(R)
BY
(Auto
   THEN 0
   THEN Auto
   THEN RenameVar `r' (-1)
   THEN UseWitness ⌜[<x, y, r>]⌝ ⋅
   THEN RepUR ``transitive-closure`` 0
   THEN MemTypeCD
   THEN Auto
   THEN RepUR ``rel_path`` 0
   THEN Auto') }


Latex:


Latex:
\mforall{}[A:Type].  \mforall{}[R:A  {}\mrightarrow{}  A  {}\mrightarrow{}  \mBbbP{}].    R  =>  TC(R)


By


Latex:
(Auto
  THEN  D  0
  THEN  Auto
  THEN  RenameVar  `r'  (-1)
  THEN  UseWitness  \mkleeneopen{}[<x,  y,  r>]\mkleeneclose{}  \mcdot{}
  THEN  RepUR  ``transitive-closure``  0
  THEN  MemTypeCD
  THEN  Auto
  THEN  RepUR  ``rel\_path``  0
  THEN  Auto')




Home Index