doc-src/TutorialI/Misc/arith4.thy
author paulson
Tue, 05 Sep 2000 13:12:00 +0200
changeset 9843 cc8aa63bdad6
parent 9458 c613cd06d5cf
permissions -rw-r--r--
tidied, proving gcd_greatest_iff and using induct_tac

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