doc-src/TutorialI/Misc/arith3.thy
author wenzelm
Mon, 02 Oct 2000 14:22:39 +0200
changeset 10121 fb9be005cc44
parent 8745 13b32661dde4
permissions -rw-r--r--
export get_datatypes_sg; added weak_case_congs_of(_sg);

(*<*)
theory arith3 = Main:;
(*>*)
lemma "n*n = n \\<Longrightarrow> n=0 \\<or> n=1";
(**)(*<*)
oops;
end
(*>*)