doc-src/TutorialI/Misc/arith2.thy
author wenzelm
Thu, 21 Sep 2000 18:47:18 +0200
changeset 10054 0afe7d951447
parent 9458 c613cd06d5cf
child 10171 59d6633835fa
permissions -rw-r--r--
renamed to Records.thy;

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