doc-src/TutorialI/Misc/arith2.thy
author wenzelm
Mon, 23 Oct 2000 22:09:21 +0200
changeset 10307 0df0bbd7e324
parent 10171 59d6633835fa
permissions -rw-r--r--
comment out Pure-copied target;

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