doc-src/Tutorial/Misc/NatSum.ML
author wenzelm
Fri, 08 Oct 1999 15:08:47 +0200
changeset 7799 4c69318e6a6d
parent 5377 efb799c5ed3c
permissions -rw-r--r--
include document;

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