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.lean contains the core definitions and notations needed to define the simplex category, the truncated simplex category, and their respective SmallCategory instances.
  • Mathlib/AlgebraicTopology/SimplexCategory/Basic.lean contains everything else.

Estimated changes