aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Num/DiscrProps.v
diff options
context:
space:
mode:
Diffstat (limited to 'theories/Num/DiscrProps.v')
-rw-r--r--theories/Num/DiscrProps.v11
1 files changed, 11 insertions, 0 deletions
diff --git a/theories/Num/DiscrProps.v b/theories/Num/DiscrProps.v
new file mode 100644
index 000000000..7c84d2b35
--- /dev/null
+++ b/theories/Num/DiscrProps.v
@@ -0,0 +1,11 @@
+(*i $Id$ i*)
+
+Require Export DiscrAxioms.
+Require Export LtProps.
+
+(*s Properties of a discrete order *)
+
+Lemma lt_le_Sx_y : (x,y:N)(x<y) -> ((S x)<=y).
+EAuto with num.
+Save.
+Hints Resolve lt_le_Sx_y : num. \ No newline at end of file