doc-src/TutorialI/Misc/arith2.thy
author wenzelm
Mon, 11 Sep 2000 17:59:53 +0200
changeset 9923 fe13743ffc8b
parent 9458 c613cd06d5cf
child 10171 59d6633835fa
permissions -rw-r--r--
renamed "rulify" to "rulified"; renamed "less_induct" to "nat_less_induct";

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