doc-src/TutorialI/Misc/arith1.thy
author berghofe
Tue, 07 Nov 2000 17:50:21 +0100
changeset 10415 e6d7b77a0574
parent 10171 59d6633835fa
permissions -rw-r--r--
moved rewriting functions from Drule to MetaSimplifier

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