Step * of Lemma no_repeats-l_member!

[T:Type]. ∀l:T List. ∀x:T. ((x ∈ l) ⇐⇒ (x ∈l)) supposing no_repeats(T;l)
BY
(Auto
   THEN (D -1 THEN ExRepD)
   THEN With ⌜i⌝ (D 0)⋅
   THEN Auto
   THEN All (RepUR ``no_repeats nat``)
   THEN (EqTypeCD THEN Auto)
   THEN SupposeNot
   THEN (InstHyp [⌜j⌝;⌜i⌝3⋅ THENA (Auto THEN ParallelLast THEN Auto))
   THEN (-1)
   THEN Auto) }


Latex:


Latex:
\mforall{}[T:Type].  \mforall{}l:T  List.  \mforall{}x:T.  ((x  \mmember{}  l)  \mLeftarrow{}{}\mRightarrow{}  (x  \mmember{}!  l))  supposing  no\_repeats(T;l)


By


Latex:
(Auto
  THEN  (D  -1  THEN  ExRepD)
  THEN  With  \mkleeneopen{}i\mkleeneclose{}  (D  0)\mcdot{}
  THEN  Auto
  THEN  All  (RepUR  ``no\_repeats  nat``)
  THEN  (EqTypeCD  THEN  Auto)
  THEN  SupposeNot
  THEN  (InstHyp  [\mkleeneopen{}j\mkleeneclose{};\mkleeneopen{}i\mkleeneclose{}]  3\mcdot{}  THENA  (Auto  THEN  ParallelLast  THEN  Auto))
  THEN  D  (-1)
  THEN  Auto)




Home Index