Step * of Lemma integer-dot-product-comm

[as,bs:ℤ List].  (as ⋅ bs bs ⋅ as)
BY
((RepeatFor (InductionOnList) THEN Reduce 0) THEN Auto) }


Latex:


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


By


Latex:
((RepeatFor  2  (InductionOnList)  THEN  Reduce  0)  THEN  Auto)




Home Index