-
Notifications
You must be signed in to change notification settings - Fork 65
Closed
Labels
renaming/refactoring 🔧This is about a renaming or refactoring in the libraryThis is about a renaming or refactoring in the library
Milestone
Description
There are
Lemma interior_subset {T} [A : set T] : A° `<=` A
Lemma subset_closure {T} [A : set T] : A `<=` closure A
Lemma closure_subset [T] [A B : set T] : A `<=` B -> closure A `<=` closure B
It looks like the first two are named according to the position of each operator wrt the subset relation.
The third one looks ad-hoc, and especially problematic if we want to add its interior counterpart.
Lemma subset_interior [T] [A B : set T] : A `<=` B -> interior A `<=` interior B
This name would be bad.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
renaming/refactoring 🔧This is about a renaming or refactoring in the libraryThis is about a renaming or refactoring in the library