author | paulson |
Fri, 30 May 1997 15:30:52 +0200 | |
changeset 3378 | 11f4884a071a |
parent 3377 | afa1fedef73f |
child 3379 | 7091ffa99c93 |
src/HOL/NatDef.ML | file | annotate | diff | comparison | revisions |
--- 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)";