doc-src/Tutorial/Misc/NatSum.ML
author wenzelm
Thu, 13 Apr 2000 15:02:02 +0200
changeset 8704 f76f41f24c44
parent 5377 efb799c5ed3c
permissions -rw-r--r--
Simplifier options;

Goal "sum n + sum n = n*(Suc n)";
by(induct_tac "n" 1);
by(Auto_tac);