Commit 2025-10-28 15:18 f482e48e
View on Github →refactor(AlgebraicTopology): redefine the topological simplex using the convexity API (#28893)
Before this PR, the n-dimensional topological simplex (in the AlgebraicTopology hierarchy) was defined as a subtype of Fin (n + 1) → ℝ≥0, which did not interact well with the convexity API which assumes the ambient type is a vector space. In this PR, we redefine the topological simplex functor (as a cosimplicial object in TopCat) using the already existing stdSimplex from Analysis.Convex.