Commit 2021-02-26 10:06 dd5363b5
View on Github →feat(algebraic_topology): introduce the simplex category (#6173)
- introduce simplex_category, with objectsnatand morphismsn ⟶ morder-preserving maps fromfin (n+1)tofin (m+1).
- prove the simplicial identities
- show the category is equivalent to NonemptyFinLinOrdThis is the start of simplicial sets, moving and completing some of the material from @jcommelin'sssetbranch. Dold-Kan is the obvious objective; apparently we're going to need it forlean-liquidat some point. The proofs of the simplicial identities are bad and slow. They involve extravagant use of nonterminal simp (simp?doesn't seem to give good answers) and lots oflinarithbashing. Help welcome, especially if you love playing with inequalities innatinvolving lots of-1s.