doc-src/TutorialI/Misc/arith1.thy
author nipkow
Mon, 09 Oct 2000 10:18:21 +0200
changeset 10171 59d6633835fa
parent 9458 c613cd06d5cf
permissions -rw-r--r--
*** empty log message ***
     1 (*<*)
     2 theory arith1 = Main:;
     3 (*>*)
     4 lemma "\<lbrakk> \<not> m < n; m < n+1 \<rbrakk> \<Longrightarrow> m = n";
     5 (**)(*<*)
     6 by(auto);
     7 end
     8 (*>*)