1 (**************************************************************************)
4 (* ||A|| A project by Andrea Asperti *)
6 (* ||I|| Developers: *)
7 (* ||T|| The HELM team. *)
8 (* ||A|| http://helm.cs.unibo.it *)
10 (* \ / This file is distributed under the terms of the *)
11 (* v GNU General Public License Version 2 *)
13 (**************************************************************************)
15 (* This file was automatically generated: do not edit *********************)
19 (*#**********************************************************************)
21 (* v * The Coq Proof Assistant / The Coq Development Team *)
23 (* <O___,, * INRIA-Rocquencourt & LRI-CNRS-Orsay *)
25 (* \VV/ *************************************************************)
27 (* // * This file is distributed under the terms of the *)
29 (* * GNU Lesser General Public License Version 2.1 *)
31 (*#**********************************************************************)
33 (*i $Id: Compare_dec.v,v 1.13 2003/11/29 17:28:28 herbelin Exp $ i*)
35 include "Arith/Le.ma".
37 include "Arith/Lt.ma".
39 include "Arith/Gt.ma".
41 include "Logic/Decidable.ma".
44 Open Local Scope nat_scope.
48 Implicit Types m n x y : nat.
51 inline procedural "cic:/Coq/Arith/Compare_dec/zerop.con" as definition.
53 inline procedural "cic:/Coq/Arith/Compare_dec/lt_eq_lt_dec.con" as definition.
55 inline procedural "cic:/Coq/Arith/Compare_dec/gt_eq_gt_dec.con" as lemma.
57 inline procedural "cic:/Coq/Arith/Compare_dec/le_lt_dec.con" as lemma.
59 inline procedural "cic:/Coq/Arith/Compare_dec/le_le_S_dec.con" as definition.
61 inline procedural "cic:/Coq/Arith/Compare_dec/le_ge_dec.con" as definition.
63 inline procedural "cic:/Coq/Arith/Compare_dec/le_gt_dec.con" as definition.
65 inline procedural "cic:/Coq/Arith/Compare_dec/le_lt_eq_dec.con" as definition.
67 (*#* Proofs of decidability *)
69 inline procedural "cic:/Coq/Arith/Compare_dec/dec_le.con" as theorem.
71 inline procedural "cic:/Coq/Arith/Compare_dec/dec_lt.con" as theorem.
73 inline procedural "cic:/Coq/Arith/Compare_dec/dec_gt.con" as theorem.
75 inline procedural "cic:/Coq/Arith/Compare_dec/dec_ge.con" as theorem.
77 inline procedural "cic:/Coq/Arith/Compare_dec/not_eq.con" as theorem.
79 inline procedural "cic:/Coq/Arith/Compare_dec/not_le.con" as theorem.
81 inline procedural "cic:/Coq/Arith/Compare_dec/not_gt.con" as theorem.
83 inline procedural "cic:/Coq/Arith/Compare_dec/not_ge.con" as theorem.
85 inline procedural "cic:/Coq/Arith/Compare_dec/not_lt.con" as theorem.