aboutsummaryrefslogtreecommitdiff
path: root/theories
diff options
context:
space:
mode:
authorVincent Laporte2019-01-25 13:01:21 +0000
committerPierre-Marie Pédrot2019-09-09 13:45:03 +0200
commitee02c17a2e8a10c4f6f6b47e8875f2f9b1a3d42f (patch)
treebbdf40527b6fd1eb20c0ec839d9cc8062ba1d37f /theories
parent110e87a2bee21c112f7fc4291e5a7b7e5180217b (diff)
[stdlib] Do not put INR_eq in the “real” hint database
Diffstat (limited to 'theories')
-rw-r--r--theories/Reals/RIneq.v1
1 files changed, 0 insertions, 1 deletions
diff --git a/theories/Reals/RIneq.v b/theories/Reals/RIneq.v
index 75298855b2..3b108b485a 100644
--- a/theories/Reals/RIneq.v
+++ b/theories/Reals/RIneq.v
@@ -1692,7 +1692,6 @@ Proof.
exact H.
now apply not_INR in H.
Qed.
-Hint Resolve INR_eq: real.
Lemma INR_le : forall n m:nat, INR n <= INR m -> (n <= m)%nat.
Proof.