Skip to content

Rename open_nbhs to mem_open #1969

Description

@mkerjean

The name of open_nbhs is misleading as it does not contain the nbhs property, and makes searching difficult. Can it be renamed mem_open (or else) and can open_nbhs_nbhs be renamed as mem_open_nbhs ?

Definition open_nbhs (p : T) (A : set T) := open A /\ A p.
Lemma open_nbhs_nbhs (p : T) (A : set T) : open_nbhs p A -> nbhs p A.

has a circular flavor : one can think that open_nbhs is the conjunction of open and nbhs and that the lemma looks circular.

The documentation in topology_structure is itself is also a bit misleading, as it interprets the definition instead of describing it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    renaming/refactoring 🔧This is about a renaming or refactoring in the library

    Type

    No type

    Projects

    No projects

      Milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions