Skip to content
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

Lifting relation on Fin to Fin + Fin #142

Closed
inexxt opened this issue Oct 18, 2021 · 0 comments
Closed

Lifting relation on Fin to Fin + Fin #142

inexxt opened this issue Oct 18, 2021 · 0 comments
Assignees
Milestone

Comments

@inexxt
Copy link
Collaborator

inexxt commented Oct 18, 2021

We write that

The general observation is: If we have a group structure on (List(A), <~*~>) (with multiplication given by ++, inverse given by reverse), then we can lift it uniquely to a group structure on (List(A + A), <<~*~>>), in the following way:

codiag : A + A → A
map codiag : List(A + A) → List(A)
w1 <<~*~>> w2 := map codiag w1 <~*~> map codiag w2
This is in the formalisation (see Coxeter/GeneratedGroupGeneralised.agda), and we will highlight this result.
@inexxt inexxt added this to the Revised paper milestone Oct 18, 2021
@vikraman vikraman self-assigned this Oct 23, 2021
@inexxt inexxt mentioned this issue Oct 26, 2021
bors bot added a commit that referenced this issue Oct 27, 2021
147: My changes r=vikraman a=vikraman

Fixes:
- #144 
- #142 

Co-authored-by: Vikraman Choudhury <git@vikraman.org>
@bors bors bot closed this as completed in cc5709c Oct 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants