]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/basic_2/static/sh.ma
lambdadelta
[helm.git] / matita / matita / contribs / lambdadelta / basic_2 / static / sh.ma
index 7c31b884fedb8af6f7522c481210030ab34bd521..f43b9b31d040f8ca740a04179091f43d3e7afa59 100644 (file)
@@ -33,7 +33,12 @@ lapply (next_lt h ((next h)^l k)) #H
 lapply (le_to_lt_to_lt … IHl H) -IHl -H /2 width=2/
 qed.
 
+lemma nexts_lt: ∀h,k,l. k < (next h)^(l+1) k.
+#h #k #l >iter_SO
+lapply (nexts_le h k l) #H
+@(le_to_lt_to_lt … H) //
+qed.
+
 axiom nexts_dec: ∀h,k1,k2. Decidable (∃l. (next h)^l k1 = k2).
 
 axiom nexts_inj: ∀h,k,l1,l2. (next h)^l1 k = (next h)^l2 k → l1 = l2.
-