src/HOL/NatDef.ML
changeset 3378 11f4884a071a
parent 3355 0d955bcf8e0a
child 3457 a8ab7c64817c
--- a/src/HOL/NatDef.ML	Fri May 30 15:24:27 1997 +0200
+++ b/src/HOL/NatDef.ML	Fri May 30 15:30:52 1997 +0200
@@ -203,6 +203,11 @@
 
 (*** Basic properties of "less than" ***)
 
+(*Used in TFL/post.sml*)
+goalw thy [less_def] "(m,n) : pred_nat^+ = (m<n)";
+by (rtac refl 1);
+qed "less_eq";
+
 (** Introduction properties **)
 
 val prems = goalw thy [less_def] "[| i<j;  j<k |] ==> i<(k::nat)";