doc-src/Tutorial/Misc/arith2.ML
author berghofe
Wed, 10 Jul 2002 18:37:51 +0200
changeset 13341 f15ed50d16cf
parent 6577 a2b5c84d590a
permissions -rw-r--r--
- Moved abs_def to drule.ML - elim_defs now takes a boolean argument which controls the automatic expansion of theorems mentioning constants whose definitions are eliminated

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