doc-src/Tutorial/Misc/NatSum.ML
author paulson
Mon, 19 Apr 2004 13:49:35 +0200
changeset 14631 ec1e67f88f49
parent 5377 efb799c5ed3c
permissions -rw-r--r--
badly-needed updates

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