Step * of Lemma remove-combine-implies-member

[T:Type]. ∀cmp:T ⟶ ℤ. ∀x:T. ∀l:T List.  ((x ∈ remove-combine(cmp;l))  (x ∈ l))
BY
(InductionOnList
   THEN (RW ListC THENA Auto)
   THEN Repeat (AutoSplit)
   THEN Try (RW ListC 0)
   THEN Auto
   THEN DProdsAndUnions
   THEN Auto
   THEN (-2)
   THEN Auto) }


Latex:


Latex:
\mforall{}[T:Type].  \mforall{}cmp:T  {}\mrightarrow{}  \mBbbZ{}.  \mforall{}x:T.  \mforall{}l:T  List.    ((x  \mmember{}  remove-combine(cmp;l))  {}\mRightarrow{}  (x  \mmember{}  l))


By


Latex:
(InductionOnList
  THEN  (RW  ListC  0  THENA  Auto)
  THEN  Repeat  (AutoSplit)
  THEN  Try  (RW  ListC  0)
  THEN  Auto
  THEN  DProdsAndUnions
  THEN  Auto
  THEN  D  (-2)
  THEN  Auto)




Home Index