Step * of Lemma l_disjoint_nil2

[A:Type]. ∀[L:A List].  l_disjoint(A;L;[])
BY
((Unfold `l_disjoint` THEN Auto) THEN RWO "nil_member" THEN Auto) }


Latex:


Latex:
\mforall{}[A:Type].  \mforall{}[L:A  List].    l\_disjoint(A;L;[])


By


Latex:
((Unfold  `l\_disjoint`  0  THEN  Auto)  THEN  RWO  "nil\_member"  0  THEN  Auto)




Home Index