doc-src/Tutorial/Misc/arith2.ML
author oheimb
Fri, 21 Jul 2000 17:46:29 +0200
changeset 9399 effc8d44c89c
parent 6577 a2b5c84d590a
permissions -rw-r--r--
removed weaker variant of subset_insert_iff
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6577
a2b5c84d590a Arithmetic.
nipkow
parents:
diff changeset
     1
Goal "min i (max j (k*k)) = max (min (k*k) i) (min i (j::nat))";