aboutsummaryrefslogtreecommitdiff
path: root/theories/Num/LeAxioms.v
diff options
context:
space:
mode:
Diffstat (limited to 'theories/Num/LeAxioms.v')
-rw-r--r--theories/Num/LeAxioms.v6
1 files changed, 4 insertions, 2 deletions
diff --git a/theories/Num/LeAxioms.v b/theories/Num/LeAxioms.v
index 668c4677de..e1a7710fee 100644
--- a/theories/Num/LeAxioms.v
+++ b/theories/Num/LeAxioms.v
@@ -5,11 +5,13 @@
(* // * This file is distributed under the terms of the *)
(* * GNU Lesser General Public License Version 2.1 *)
(***********************************************************************)
-(*i $Id: i*)
+
+(*i $Id$ i*)
+
Require Export Axioms.
Require Export LtProps.
-(*s Axiomatizing [<=] from [<] *)
+(** Axiomatizing [<=] from [<] *)
Axiom lt_or_eq_le : (x,y:N)((x<y)\/(x=y))->(x<=y).
Axiom le_lt_or_eq : (x,y:N)(x<=y)->(x<y)\/(x=y).