doc-src/Tutorial/Misc/NatSum.ML
author paulson
Fri, 21 Apr 2000 11:28:18 +0200
changeset 8756 b03a0b219139
parent 5377 efb799c5ed3c
permissions -rw-r--r--
new file Integ/NatSimprocs.ML

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