Step * of Lemma l_intersection_nil

[A:Type]. ∀eq:EqDecider(A). ∀L:A List.  (l_intersection(eq;L;[]) [] ∈ (A List))
BY
(Unfold `l_intersection` THEN Reduce 0 ⋅ THEN Auto THEN ListInd (-1) THEN Reduce THEN Auto) }


Latex:


Latex:
\mforall{}[A:Type].  \mforall{}eq:EqDecider(A).  \mforall{}L:A  List.    (l\_intersection(eq;L;[])  =  [])


By


Latex:
(Unfold  `l\_intersection`  0  THEN  Reduce  0  \mcdot{}  THEN  Auto  THEN  ListInd  (-1)  THEN  Reduce  0  THEN  Auto)




Home Index