doc-src/TutorialI/Misc/arith3.thy
author paulson
Mon, 23 Oct 2000 18:55:00 +0200
changeset 10304 a372910d82d6
parent 8745 13b32661dde4
permissions -rw-r--r--
part of set-up

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