doc-src/TutorialI/Misc/arith4.thy
author wenzelm
Fri, 01 Sep 2000 00:36:08 +0200
changeset 9779 c71a1acffc27
parent 9458 c613cd06d5cf
permissions -rw-r--r--
Method.bang_sectioned_args';

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