Step * of Lemma decidable__l_contains

[T:Type]. ((∀x,y:T.  Dec(x y ∈ T))  (∀A,B:T List.  Dec(A ⊆ B)))
BY
(Unfold `l_contains` THEN Auto) }


Latex:


Latex:
\mforall{}[T:Type].  ((\mforall{}x,y:T.    Dec(x  =  y))  {}\mRightarrow{}  (\mforall{}A,B:T  List.    Dec(A  \msubseteq{}  B)))


By


Latex:
(Unfold  `l\_contains`  0  THEN  Auto)




Home Index