]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/ground/arith/nat_le.ma
update in ground
[helm.git] / matita / matita / contribs / lambdadelta / ground / arith / nat_le.ma
index 5d99e4c55a1606fca21959c80055157a9c83d9fe..a2bffd82c47fe054c4d83563a339e1bb90215661 100644 (file)
@@ -19,7 +19,9 @@ include "ground/arith/nat_succ.ma".
 
 (*** le *)
 inductive nle (m:nat): predicate nat ≝
+(*** le_n *)
 | nle_refl   : nle m m
+(*** le_S *)
 | nle_succ_dx: ∀n. nle m n → nle m (↑n)
 .