Step
*
2
of Lemma
list-diff-property
1. [T] : Type
2. eq : EqDecider(T)@i
3. as : T List@i
4. bs : T List@i
⊢ no_repeats(T;as-bs) supposing no_repeats(T;as)
BY
{ (Auto THEN Unfold `list-diff` 0 THEN BLemma `no_repeats_filter` THEN Auto) }
Latex:
Latex:
1.  [T]  :  Type
2.  eq  :  EqDecider(T)@i
3.  as  :  T  List@i
4.  bs  :  T  List@i
\mvdash{}  no\_repeats(T;as-bs)  supposing  no\_repeats(T;as)
By
Latex:
(Auto  THEN  Unfold  `list-diff`  0  THEN  BLemma  `no\_repeats\_filter`  THEN  Auto)
Home
Index