doc-src/TutorialI/Misc/arith3.thy
author paulson
Wed, 02 Aug 2000 16:07:32 +0200
changeset 9496 07e33cac5d9c
parent 8745 13b32661dde4
permissions -rw-r--r--
coercion "intify" to remove type constraints from integer algebraic laws

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