doc-src/TutorialI/Misc/arith4.thy
author wenzelm
Fri, 04 Aug 2000 22:55:08 +0200
changeset 9526 e20323caff47
parent 9458 c613cd06d5cf
permissions -rw-r--r--
setup hypsubst_setup;

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