diff options
| author | Vincent Laporte | 2019-01-25 13:01:21 +0000 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2019-09-09 13:45:03 +0200 |
| commit | ee02c17a2e8a10c4f6f6b47e8875f2f9b1a3d42f (patch) | |
| tree | bbdf40527b6fd1eb20c0ec839d9cc8062ba1d37f /theories | |
| parent | 110e87a2bee21c112f7fc4291e5a7b7e5180217b (diff) | |
[stdlib] Do not put INR_eq in the “real” hint database
Diffstat (limited to 'theories')
| -rw-r--r-- | theories/Reals/RIneq.v | 1 |
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. |
