-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add lemmas not_near_inftyP
and not_near_ninftyP
in normedtype.v
#1291
Add lemmas not_near_inftyP
and not_near_ninftyP
in normedtype.v
#1291
Conversation
This is not a review but rather a comment. |
Maybe we do not need to distinguish |
Wonderful! By the way, would it be better to add something like this?
It shortens the proof of |
@Yosuke-Ito-345 not sure where you would want to use eq_forall :
forall [T : Type] [U V : T -> Prop],
(forall x : T, U x = V x) -> (forall x : T, U x) = (forall x : T, V x) |
@hoheinzollern
This feels inefficient to me. If we had
I would not propose
|
@affeldt-aist @hoheinzollern |
Ok, the PR looks good to me, I don't think there's a strong reason to add the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks ok to me.
Motivation for this change
@affeldt-aist @hoheinzollern
Add the infinite versions of the lemmas
not_near_at_rightP
andnot_near_at_leftP
innormedtype.v
.closes issue #1280
Checklist
CHANGELOG_UNRELEASED.md
Reference: How to document
Reminder to reviewers