aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Arith/Lt.v
diff options
context:
space:
mode:
authorGravatar filliatr <filliatr@85f007b7-540e-0410-9357-904b9bb8a0f7>2002-02-14 14:39:07 +0000
committerGravatar filliatr <filliatr@85f007b7-540e-0410-9357-904b9bb8a0f7>2002-02-14 14:39:07 +0000
commit67f72c93f5f364591224a86c52727867e02a8f71 (patch)
treeecf630daf8346e77e6620233d8f3e6c18a0c9b3c /theories/Arith/Lt.v
parentb239b208eb9a66037b0c629cf7ccb6e4b110636a (diff)
option -dump-glob pour coqdoc
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2474 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/Arith/Lt.v')
-rwxr-xr-xtheories/Arith/Lt.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/theories/Arith/Lt.v b/theories/Arith/Lt.v
index 7b5e089c3..e6a448a8e 100755
--- a/theories/Arith/Lt.v
+++ b/theories/Arith/Lt.v
@@ -64,7 +64,7 @@ NewDestruct 1; Simpl; Auto with arith.
Save.
Hints Resolve lt_pred_n_n : arith v62.
-(* Relationship between le and lt *)
+(** Relationship between [le] and [lt] *)
Theorem lt_le_S : (n,p:nat)(lt n p)->(le (S n) p).
Proof.
@@ -103,7 +103,7 @@ NewInduction 1; Auto with arith.
Qed.
Hints Immediate lt_O_neq : arith v62.
-(* Transitivity properties *)
+(** Transitivity properties *)
Theorem lt_trans : (n,m,p:nat)(lt n m)->(lt m p)->(lt n p).
Proof.