Step * of Lemma dataflow-equiv_transitivity

[A,B:Type]. ∀[f,g,h:dataflow(A;B)].  (f ≡ h) supposing (f ≡ and g ≡ h)
BY
((Auto THEN All (Unfold `dataflow-equiv`)) THEN RepeatFor (ParallelLast)) }


Latex:


Latex:
\mforall{}[A,B:Type].  \mforall{}[f,g,h:dataflow(A;B)].    (f  \mequiv{}  h)  supposing  (f  \mequiv{}  g  and  g  \mequiv{}  h)


By


Latex:
((Auto  THEN  All  (Unfold  `dataflow-equiv`))  THEN  RepeatFor  2  (ParallelLast))




Home Index