Commit 2025-02-14 08:16 75b995ce
View on Github →chore(AlgebraicTopology): split SimplexCategory.lean (#21625)
We split Mathlib/AlgebraicTopology/SimplexCategory.lean into two files, SimplexCategory/Defs.lean and SimplexCategory/Basic.lean.
Mathlib/AlgebraicTopology/SimplexCategory/Defs.leancontains the core definitions and notations needed to define the simplex category, the truncated simplex category, and their respectiveSmallCategoryinstances.Mathlib/AlgebraicTopology/SimplexCategory/Basic.leancontains everything else.