Skip to content

nbhs basis in tvs.v #1981

@mkerjean

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions