doc-src/TutorialI/Misc/arith3.thy
author paulson
Tue, 10 Oct 2000 12:31:00 +0200
changeset 10181 c07860c826c5
parent 8745 13b32661dde4
permissions -rw-r--r--
added a section label

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