Step * of Lemma no_repeats_list-diff

[T:Type]. ∀[L1,L2:T List]. ∀[eq:EqDecider(T)].  no_repeats(T;L1-L2) supposing no_repeats(T;L1)
BY
((UnivCD THENA Auto) THEN Unfold `list-diff` THEN GenListD THEN Trivial) }


Latex:


Latex:
\mforall{}[T:Type].  \mforall{}[L1,L2:T  List].  \mforall{}[eq:EqDecider(T)].    no\_repeats(T;L1-L2)  supposing  no\_repeats(T;L1)


By


Latex:
((UnivCD  THENA  Auto)  THEN  Unfold  `list-diff`  0  THEN  GenListD  0  THEN  Trivial)




Home Index