You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(Geometry/Convex/Cone): weaken assumptions for convex cone duality to CommSemiring (leanprover-community#37323)
The majority of the duality theory for convex cones does not requires `CommRing`, but `CommSemiring` suffices. This PR weakens the assumptions accordingly. The two exceptions are
* `dual_univ`
* `dual_neg`
which have been moved to the end of the file in a separate section `CommRing`.
There is also some minor cleanup.
Co-authored-by: Martin Winter <martin.winter.math@gmail.com>
0 commit comments