doc-src/Tutorial/Misc/arith1.ML
author wenzelm
Sat, 02 Sep 2000 21:47:08 +0200
changeset 9799 038b018f86f5
parent 6577 a2b5c84d590a
permissions -rw-r--r--
'split' method: '(asm)' option; added 'slow', 'slowsimp', 'bestsimp' methods;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6577
a2b5c84d590a Arithmetic.
nipkow
parents:
diff changeset
     1
Goal "[| ~ m < n; m < n+1 |] ==> m = n";