doc-src/TutorialI/Misc/arith3.thy
author wenzelm
Tue, 12 Sep 2000 22:13:23 +0200
changeset 9941 fe05af7ec816
parent 8745 13b32661dde4
permissions -rw-r--r--
renamed atts: rulify to rule_format, elimify to elim_format;

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