doc-src/TutorialI/Misc/arith4.thy
author wenzelm
Tue, 01 Aug 2000 13:43:22 +0200
changeset 9490 c2606af9922c
parent 9458 c613cd06d5cf
permissions -rw-r--r--
tuned msg;

(*<*)
theory arith4 = Main:;
(*>*)
lemma "\\<not> m < n \\<and> m < n+1 \\<Longrightarrow> m = n";
(**)(*<*)
by(arith);
end
(*>*)