doc-src/TutorialI/Misc/arith1.thy
author wenzelm
Thu, 17 Aug 2000 10:33:37 +0200
changeset 9619 6125cc9efc18
parent 9458 c613cd06d5cf
child 10171 59d6633835fa
permissions -rw-r--r--
fixed deps;

(*<*)
theory arith1 = Main:;
(*>*)
lemma "\\<lbrakk> \\<not> m < n; m < n+1 \\<rbrakk> \\<Longrightarrow> m = n";
(**)(*<*)
by(auto);
end
(*>*)