doc-src/TutorialI/Misc/arith2.thy
author wenzelm
Mon, 02 Oct 2000 14:22:39 +0200
changeset 10121 fb9be005cc44
parent 9458 c613cd06d5cf
child 10171 59d6633835fa
permissions -rw-r--r--
export get_datatypes_sg; added weak_case_congs_of(_sg);

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