-
Notifications
You must be signed in to change notification settings - Fork 373
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(AlgebraicTopology/SimplexCategory/GeneratorsRelations/NormalForms): Normal forms for P_σ
s
#21745
base: master
Are you sure you want to change the base?
Conversation
PR summary 0e442a8564Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
9c72e13
to
dfacf95
Compare
This PR/issue depends on: |
dfacf95
to
3ff3643
Compare
Co-authored-by: Joël Riou <[email protected]>
dc5e8b6
to
80f0501
Compare
80f0501
to
0e442a8
Compare
We prove that admissible lists indeed provide a normal form for morphisms of satisfying
P_σ
.To this end, we introduce
standardσ
, a construction that takes a list and turn it into a composition ofσ i
s inSimplexCategoryGenRel
. We then prove that, thangs to the fifth simplicial identity, composition on the right corresponds to simplicial insertion in the list. This gives existence of a normal form for every morphism satisfyingP_σ
.For unicity, we introduce an auxiliary function
simplicialEvalσ : (List ℕ) → ℕ → ℕ
and show that for admissible lists, it lifts toℕ
theorderHom
attached totoSimplexCategory.map standardσ
, and that we can recover elements of the list only by looking at values of this function.Part of a series of PR formalising that
SimplexCategoryGenRel
is equivalent toSimplexCategory
.