doc-src/TutorialI/Misc/arith4.thy
author nipkow
Fri, 28 Jul 2000 16:02:51 +0200
changeset 9458 c613cd06d5cf
parent 8745 13b32661dde4
permissions -rw-r--r--
apply. -> by

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