Step * of Lemma decidable__equal-free-dist-lattice-with-constraints-point

[T:Type]
  ∀eq:EqDecider(T). ∀Cs:T ⟶ fset(fset(T)). ∀a,b:Point(free-dist-lattice-with-constraints(T;eq;x.Cs[x])).
    Dec(a b ∈ Point(free-dist-lattice-with-constraints(T;eq;x.Cs[x])))
BY
((RWO "free-dlwc-point" THENA Auto) THEN Auto) }


Latex:


Latex:
\mforall{}[T:Type]
    \mforall{}eq:EqDecider(T).  \mforall{}Cs:T  {}\mrightarrow{}  fset(fset(T)).
    \mforall{}a,b:Point(free-dist-lattice-with-constraints(T;eq;x.Cs[x])).
        Dec(a  =  b)


By


Latex:
((RWO  "free-dlwc-point"  0  THENA  Auto)  THEN  Auto)




Home Index