Step * of Lemma radd-list-append

[L1,L2:ℝ List].  (radd-list(L1 L2) (radd-list(L1) radd-list(L2)))
BY
(InductionOnList THEN Reduce THEN Auto THEN (RWW "radd-list-cons -2" THENA Auto) THEN slowRNorm THEN Auto) }


Latex:


Latex:
\mforall{}[L1,L2:\mBbbR{}  List].    (radd-list(L1  @  L2)  =  (radd-list(L1)  +  radd-list(L2)))


By


Latex:
(InductionOnList
  THEN  Reduce  0
  THEN  Auto
  THEN  (RWW  "radd-list-cons  -2"  0  THENA  Auto)
  THEN  slowRNorm  0
  THEN  Auto)




Home Index