doc-src/Tutorial/Misc/arith2.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;

Goal "min i (max j (k*k)) = max (min (k*k) i) (min i (j::nat))";