Step * of Lemma bag-remove-repeats-no-repeats

[T:Type]. ∀[eq:EqDecider(T)]. ∀[bs:bag(T)].  bag-no-repeats(T;bag-remove-repeats(eq;bs))
BY
((UnivCD THENA Auto)
   THEN BagToList (-1)
   THEN Auto
   THEN RepUR ``bag-no-repeats bag-remove-repeats`` 0
   THEN 0
   THEN InstConcl [⌜list-to-set(eq;bs)⌝]⋅
   THEN Auto
   THEN BLemma `list-to-set-property`
   THEN Auto) }


Latex:


Latex:
\mforall{}[T:Type].  \mforall{}[eq:EqDecider(T)].  \mforall{}[bs:bag(T)].    bag-no-repeats(T;bag-remove-repeats(eq;bs))


By


Latex:
((UnivCD  THENA  Auto)
  THEN  BagToList  (-1)
  THEN  Auto
  THEN  RepUR  ``bag-no-repeats  bag-remove-repeats``  0
  THEN  D  0
  THEN  InstConcl  [\mkleeneopen{}list-to-set(eq;bs)\mkleeneclose{}]\mcdot{}
  THEN  Auto
  THEN  BLemma  `list-to-set-property`
  THEN  Auto)




Home Index