Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2022-05-18 16:04 c38ab356

View on Github →

feat(analysis/convex/combination): The convex hull of s + t (#14160) convex_hull distributes over pointwise addition of sets and commutes with pointwise scalar multiplication. Also delete linear_map.image_convex_hull because it duplicates linear_map.convex_hull_image.

Estimated changes