doc-src/Tutorial/Misc/NatSum.ML
author wenzelm
Mon, 03 May 1999 10:57:14 +0200
changeset 6563 128cf997c768
parent 5377 efb799c5ed3c
permissions -rw-r--r--
tuned;

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