Step * of Lemma no_repeats_singleton

[T:Type]. ∀[x:T].  no_repeats(T;[x])
BY
((UnivCD THENA Auto)
   THEN BLemma `no_repeats_cons`
   THEN Auto
   THEN Try (Complete ((BLemma `no_repeats_nil` THEN Auto)))
   THEN RWO "nil_member" 0
   THEN Auto) }


Latex:


Latex:
\mforall{}[T:Type].  \mforall{}[x:T].    no\_repeats(T;[x])


By


Latex:
((UnivCD  THENA  Auto)
  THEN  BLemma  `no\_repeats\_cons`
  THEN  Auto
  THEN  Try  (Complete  ((BLemma  `no\_repeats\_nil`  THEN  Auto)))
  THEN  RWO  "nil\_member"  0
  THEN  Auto)




Home Index