doc-src/TutorialI/Misc/arith3.thy
author berghofe
Tue, 07 Nov 2000 17:50:21 +0100
changeset 10415 e6d7b77a0574
parent 8745 13b32661dde4
permissions -rw-r--r--
moved rewriting functions from Drule to MetaSimplifier

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