Skip to content

alternative definition of convexity #1888

@affeldt-aist

Description

@affeldt-aist

Definition convex (R : numDomainType) (M : lmodType R) (A : set M) :=
forall x y (lambda : R), x \in A -> y \in A ->
0 < lambda -> lambda < 1 -> lambda *: x + (1 - lambda) *: y \in A.

This definition ought to be in convex.v.

@mkerjean

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