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
This PR proves the three `proof_wanted` statements for `convexComboPair`:
- `convexComboPair_zero`: weight 0 on first point gives the second point
- `convexComboPair_one`: weight 1 on first point gives the first point
- `convexComboPair_same`: any convex combo of a point with itself is that point
Also adds supporting lemmas:
- `StdSimplex.ext`: extensionality lemma for `StdSimplex`
- `StdSimplex.mk_single`: simp lemma for constructor applied to single
- `@[simp]` attribute on `ConvexSpace.single`
🤖 Prepared with Claude Code
0 commit comments