-
Notifications
You must be signed in to change notification settings - Fork 65
Open
Labels
renaming/refactoring 🔧This is about a renaming or refactoring in the libraryThis is about a renaming or refactoring in the library
Milestone
Description
analysis/theories/normedtype_theory/tvs.v
Lines 309 to 311 in 0a1e66d
| 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.
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