diff options
Diffstat (limited to 'theories/Num/DiscrProps.v')
| -rw-r--r-- | theories/Num/DiscrProps.v | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/theories/Num/DiscrProps.v b/theories/Num/DiscrProps.v index 5554357e8c..fd578ad17a 100644 --- a/theories/Num/DiscrProps.v +++ b/theories/Num/DiscrProps.v @@ -5,12 +5,13 @@ (* // * This file is distributed under the terms of the *) (* * GNU Lesser General Public License Version 2.1 *) (***********************************************************************) + (*i $Id$ i*) Require Export DiscrAxioms. Require Export LtProps. -(*s Properties of a discrete order *) +(** Properties of a discrete order *) Lemma lt_le_Sx_y : (x,y:N)(x<y) -> ((S x)<=y). EAuto with num. |
