doc-src/TutorialI/Misc/arith3.thy
author paulson
Wed, 25 Oct 2000 17:44:48 +0200
changeset 10326 d4fe5ce8a5d5
parent 8745 13b32661dde4
permissions -rw-r--r--
minor tinkering

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