]> matita.cs.unibo.it Git - helm.git/blob - matita/matita/contribs/lambdadelta/ground/arith/ynat_lt_le_pred_succ.ma
milestone update in ground, partial commit
[helm.git] / matita / matita / contribs / lambdadelta / ground / arith / ynat_lt_le_pred_succ.ma
1 (**************************************************************************)
2 (*       ___                                                              *)
3 (*      ||M||                                                             *)
4 (*      ||A||       A project by Andrea Asperti                           *)
5 (*      ||T||                                                             *)
6 (*      ||I||       Developers:                                           *)
7 (*      ||T||         The HELM team.                                      *)
8 (*      ||A||         http://helm.cs.unibo.it                             *)
9 (*      \   /                                                             *)
10 (*       \ /        This file is distributed under the terms of the       *)
11 (*        v         GNU General Public License Version 2                  *)
12 (*                                                                        *)
13 (**************************************************************************)
14
15 include "ground/arith/ynat_le_pred_succ.ma".
16 include "ground/arith/ynat_lt_pred_succ.ma".
17
18 (* STRICT ORDER FOR NON-NEGATIVE INTEGERS WITH INFINITY *********************)
19
20 (* Constructions with yle and ypred and ysucc *******************************)
21
22 (*** yle_inv_succ_sn_lt yle_inv_succ1_lt *)
23 lemma le_succ_sn_ylt (x) (y):
24       ↑x ≤ y → ∧∧ x ≤ ↓y & 𝟎 < y.
25 #x #y #H elim (yle_inv_succ_sn … H) -H
26 /4 width=2 by ylt_zero_sn, conj/
27 qed-.