doc-src/Tutorial/Misc/NatSum.ML
author paulson
Tue, 03 Sep 2002 18:43:15 +0200
changeset 13556 d17f6474eed0
parent 5377 efb799c5ed3c
permissions -rw-r--r--
fixed the typesetting

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