Step * of Lemma no_repeats-insert

[T:Type]. ∀[eq:EqDecider(T)]. ∀[a:T]. ∀[L:T List].  no_repeats(T;insert(a;L)) supposing no_repeats(T;L)
BY
((InstLemma `insert_property` []) THEN Repeat (ParallelLast) THEN Auto) }


Latex:


Latex:
\mforall{}[T:Type].  \mforall{}[eq:EqDecider(T)].  \mforall{}[a:T].  \mforall{}[L:T  List].
    no\_repeats(T;insert(a;L))  supposing  no\_repeats(T;L)


By


Latex:
((InstLemma  `insert\_property`  [])  THEN  Repeat  (ParallelLast)  THEN  Auto)




Home Index