Step * of Lemma no_repeats-sublist

[T:Type]. ∀[L,L':T List].  (no_repeats(T;L')) supposing (L' ⊆ and no_repeats(T;L))
BY
(RepeatFor (Intro) THEN RWO "no_repeats_iff" THEN Auto) }

1
1. Type
2. List
3. L' List
4. ∀[x,y:T].  ¬(x y ∈ T) supposing before y ∈ L
5. L' ⊆ L
6. T
7. T
8. before y ∈ L'
⊢ ¬(x y ∈ T)


Latex:


Latex:
\mforall{}[T:Type].  \mforall{}[L,L':T  List].    (no\_repeats(T;L'))  supposing  (L'  \msubseteq{}  L  and  no\_repeats(T;L))


By


Latex:
(RepeatFor  3  (Intro)  THEN  RWO  "no\_repeats\_iff"  0  THEN  Auto)




Home Index