Commit 2026-01-09 10:20 e55b59b1
View on Github āfeat(ConvexSpace): complete proof_wanted statements (#33562)
This PR proves the three proof_wanted statements for convexComboPair:
convexComboPair_zero: weight 0 on first point gives the second pointconvexComboPair_one: weight 1 on first point gives the first pointconvexComboPair_same: any convex combo of a point with itself is that point Also adds supporting lemmas:StdSimplex.ext: extensionality lemma forStdSimplexStdSimplex.mk_single: simp lemma for constructor applied to single@[simp]attribute onConvexSpace.singleš¤ Prepared with Claude Code