doc-src/Tutorial/Misc/NatSum.ML
author nipkow
Mon, 09 Oct 2000 19:20:55 +0200
changeset 10178 aecb5bf6f76f
parent 5377 efb799c5ed3c
permissions -rw-r--r--
*** empty log message ***

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