]> matita.cs.unibo.it Git - helm.git/blob - helm/software/matita/contribs/procedural/Coq/Arith/Bool_nat.mma
Preparing for 0.5.9 release.
[helm.git] / helm / software / matita / contribs / procedural / Coq / Arith / Bool_nat.mma
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 (* This file was automatically generated: do not edit *********************)
16
17 include "Coq.ma".
18
19 (*#***********************************************************************)
20
21 (*  v      *   The Coq Proof Assistant  /  The Coq Development Team     *)
22
23 (* <O___,, * CNRS-Ecole Polytechnique-INRIA Futurs-Universite Paris Sud *)
24
25 (*   \VV/  **************************************************************)
26
27 (*    //   *      This file is distributed under the terms of the       *)
28
29 (*         *       GNU Lesser General Public License Version 2.1        *)
30
31 (*#***********************************************************************)
32
33 (* $Id: Bool_nat.v,v 1.5.2.1 2004/07/16 19:30:59 herbelin Exp $ *)
34
35 include "Arith/Compare_dec.ma".
36
37 include "Arith/Peano_dec.ma".
38
39 include "Bool/Sumbool.ma".
40
41 (* UNEXPORTED
42 Open Local Scope nat_scope.
43 *)
44
45 (* UNEXPORTED
46 Implicit Types m n x y : nat.
47 *)
48
49 (*#* The decidability of equality and order relations over
50     type [nat] give some boolean functions with the adequate specification. *)
51
52 inline procedural "cic:/Coq/Arith/Bool_nat/notzerop.con" as definition.
53
54 inline procedural "cic:/Coq/Arith/Bool_nat/lt_ge_dec.con" as definition.
55
56 inline procedural "cic:/Coq/Arith/Bool_nat/nat_lt_ge_bool.con" as definition.
57
58 inline procedural "cic:/Coq/Arith/Bool_nat/nat_ge_lt_bool.con" as definition.
59
60 inline procedural "cic:/Coq/Arith/Bool_nat/nat_le_gt_bool.con" as definition.
61
62 inline procedural "cic:/Coq/Arith/Bool_nat/nat_gt_le_bool.con" as definition.
63
64 inline procedural "cic:/Coq/Arith/Bool_nat/nat_eq_bool.con" as definition.
65
66 inline procedural "cic:/Coq/Arith/Bool_nat/nat_noteq_bool.con" as definition.
67
68 inline procedural "cic:/Coq/Arith/Bool_nat/zerop_bool.con" as definition.
69
70 inline procedural "cic:/Coq/Arith/Bool_nat/notzerop_bool.con" as definition.
71