open_nbhs -> mem_open - #2094
Conversation
| + lemma `RealsE` to include `RcosE`, `Rtrigo_PIE`, `RsinE` | ||
|
|
||
| - in `topology_structure.v`: | ||
| + lemma `denseNE` not used `exists2` |
There was a problem hiding this comment.
Is this sentence accurate ? What does it mean ?
There was a problem hiding this comment.
Arg, that's a typo: it should be "now uses" :-)
mkerjean
left a comment
There was a problem hiding this comment.
I agree that the name change is welcomed. As long as the CI is green, it can be merged in my opinion (maybe once my comment about the changelog is clarified).
|
From @mkerjean at #1969 (comment)
Something one could do instead is swap the definitional and propositional equality, i.e., have the statement |
CohenCyril
left a comment
There was a problem hiding this comment.
I would keep the name but change the definition, and write a lemma stating
Lemma open_nbhs_mem (p : T) (A : set T) : open_nbhs p A = open A /\ A p.| Context {T : topologicalType}. | ||
|
|
||
| Definition open_nbhs (p : T) (A : set T) := open A /\ A p. | ||
| Definition mem_open (p : T) (A : set T) := open A /\ A p. |
There was a problem hiding this comment.
| Definition mem_open (p : T) (A : set T) := open A /\ A p. | |
| Definition open_nbhs (p : T) := open `&` nbhs p |
Motivation for this change
fixes #1969
fixes #2050
fyi: @CohenCyril @andrew-appel
Checklist
CHANGELOG_UNRELEASED.mdReference: How to document
Merge policy
As a rule of thumb:
all compile are preferentially merged into master.
Reminder to reviewers