Step * of Lemma decidable__list-closed

[T:Type]. ∀L:T List. ∀f:T ⟶ (T List).  ((∀x,y:T.  Dec(x y ∈ T))  Dec(list-closed(T;L;f)))
BY
(Auto THEN Unfold `list-closed` THEN Auto) }


Latex:


Latex:
\mforall{}[T:Type].  \mforall{}L:T  List.  \mforall{}f:T  {}\mrightarrow{}  (T  List).    ((\mforall{}x,y:T.    Dec(x  =  y))  {}\mRightarrow{}  Dec(list-closed(T;L;f)))


By


Latex:
(Auto  THEN  Unfold  `list-closed`  0  THEN  Auto)




Home Index