Step * of Lemma no_repeats-strong-subtype

[T,S:Type]. ∀[L:S List].  (no_repeats(T;L)) supposing (no_repeats(S;L) and strong-subtype(S;T))
BY
(Auto THEN RepeatFor (ParallelLast) THEN FLemma `strong-subtype-implies` [4] THEN Auto) }


Latex:


Latex:
\mforall{}[T,S:Type].  \mforall{}[L:S  List].    (no\_repeats(T;L))  supposing  (no\_repeats(S;L)  and  strong-subtype(S;T))


By


Latex:
(Auto  THEN  RepeatFor  7  (ParallelLast)  THEN  FLemma  `strong-subtype-implies`  [4]  THEN  Auto)




Home Index