doc-src/TutorialI/Misc/arith1.thy
author wenzelm
Thu, 19 Oct 2000 02:19:57 +0200
changeset 10270 6086be03a80b
parent 10171 59d6633835fa
permissions -rw-r--r--
tuned;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
8745
13b32661dde4 I wonder which files i forgot.
nipkow
parents:
diff changeset
     1
(*<*)
13b32661dde4 I wonder which files i forgot.
nipkow
parents:
diff changeset
     2
theory arith1 = Main:;
13b32661dde4 I wonder which files i forgot.
nipkow
parents:
diff changeset
     3
(*>*)
10171
59d6633835fa *** empty log message ***
nipkow
parents: 9458
diff changeset
     4
lemma "\<lbrakk> \<not> m < n; m < n+1 \<rbrakk> \<Longrightarrow> m = n";
8745
13b32661dde4 I wonder which files i forgot.
nipkow
parents:
diff changeset
     5
(**)(*<*)
9458
c613cd06d5cf apply. -> by
nipkow
parents: 8745
diff changeset
     6
by(auto);
8745
13b32661dde4 I wonder which files i forgot.
nipkow
parents:
diff changeset
     7
end
13b32661dde4 I wonder which files i forgot.
nipkow
parents:
diff changeset
     8
(*>*)