Step * of Lemma int-vec-add_wf

∀[as,bs:ℤ List].  (as + bs ∈ ℤ List)
BY
{ (RepeatFor 2 (InductionOnList) THEN (UnivCD THENA Auto) THEN RecUnfold `int-vec-add` 0 THEN Reduce 0 THEN Auto) }


Latex:


Latex:
\mforall{}[as,bs:\mBbbZ{}  List].    (as  +  bs  \mmember{}  \mBbbZ{}  List)


By


Latex:
(RepeatFor  2  (InductionOnList)
  THEN  (UnivCD  THENA  Auto)
  THEN  RecUnfold  `int-vec-add`  0
  THEN  Reduce  0
  THEN  Auto)




Home Index