doc-src/Tutorial/Misc/arith2.ML
author paulson
Mon, 24 Nov 2003 15:33:07 +0100
changeset 14266 08b34c902618
parent 6577 a2b5c84d590a
permissions -rw-r--r--
conversion of integers to use Ring_and_Field; new lemmas for Ring_and_Field
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))";