Skip to content

nbhs basis in tvs.v #1981

Description

@mkerjean

In the axioms of a convexTvs, locally_convex should assume the convexity of a basis of 0-neighbourhoods, not of a basis of open sets.

  locally_convex : exists2 B : set_system E,
    (forall b, b \in B -> convex_set b) & basis B

should be

  locally_convex : exists2 B : set_system E,
    (forall b, b \in B -> convex_set b) &  filter_from [set U | B U /\ U 0] id --> 0.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions