doc-src/TutorialI/Misc/arith2.thy
author paulson
Wed, 28 Jun 2000 10:57:35 +0200
changeset 9174 6ef054f33f83
parent 8745 13b32661dde4
child 9458 c613cd06d5cf
permissions -rw-r--r--
FORCED TO RENAME "W" DUE TO COMPOSE VARIABLE-CLASH BUG

(*<*)
theory arith2 = Main:;
(*>*)
lemma "min i (max j (k*k)) = max (min (k*k) i) (min i (j::nat))";
apply(arith).;
(**)(*<*)
end
(*>*)