aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Arith/Max.v
diff options
context:
space:
mode:
authorGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2010-02-17 13:44:25 +0000
committerGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2010-02-17 13:44:25 +0000
commite9ccfc401c610ce4df6b06f48c611070a26f89d7 (patch)
tree4fc33ceb1a3151a599906fa3640cbe1678460384 /theories/Arith/Max.v
parentfbaa8cdc94dd62f5c138bee1eeabbf0ba6b696ff (diff)
Arith's min and max placed in Peano (+basic specs max_l and co)
This allow for instance to remove the dependency of List.v toward Min.v To prove max_l and co, we push Le.le_pred and Le.le_S_n into Peano. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12784 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/Arith/Max.v')
-rw-r--r--theories/Arith/Max.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Arith/Max.v b/theories/Arith/Max.v
index 592cf489e..b94cc2485 100644
--- a/theories/Arith/Max.v
+++ b/theories/Arith/Max.v
@@ -15,7 +15,7 @@ Require Export NPeano.
Local Open Scope nat_scope.
Implicit Types m n p : nat.
-Notation max := max (only parsing).
+Notation max := Peano.max (only parsing).
Definition max_0_l := Nat.max_0_l.
Definition max_0_r := Nat.max_0_r.