Step * of Lemma integer-dot-product_wf

[as,bs:ℤ List].  (as ⋅ bs ∈ ℤ)
BY
(RepeatFor (InductionOnList)
   THEN (UnivCD THENA Auto)
   THEN RecUnfold `integer-dot-product` 0
   THEN Reduce 0
   THEN Auto) }


Latex:


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


By


Latex:
(RepeatFor  2  (InductionOnList)
  THEN  (UnivCD  THENA  Auto)
  THEN  RecUnfold  `integer-dot-product`  0
  THEN  Reduce  0
  THEN  Auto)




Home Index