Step
*
of Lemma
dataflow-equiv_weakening
∀[A,B:Type]. ∀[f,g:dataflow(A;B)].  f ≡ g supposing f = g ∈ dataflow(A;B)
BY
{ (Auto THEN HypSubst' (-1) 0 THEN Auto) }
1
1. A : Type
2. B : Type
3. f : dataflow(A;B)
4. g : dataflow(A;B)
5. f = g ∈ dataflow(A;B)
⊢ g ≡ g
Latex:
Latex:
\mforall{}[A,B:Type].  \mforall{}[f,g:dataflow(A;B)].    f  \mequiv{}  g  supposing  f  =  g
By
Latex:
(Auto  THEN  HypSubst'  (-1)  0  THEN  Auto)
Home
Index