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

improvements to trivial group #2186

Merged
merged 2 commits into from
Jan 4, 2025

Conversation

Alizter
Copy link
Collaborator

@Alizter Alizter commented Jan 4, 2025

First, we rename IsTrivialSubgroup to IsTrivialGroup. maximal_subgroup is now a coercion, which means we can write IsTrivialGroup G for a subgroup G, therefore dropping the sub seemed appropriate.

Next we simplify the definition by only requiring a map into the trivial group, which corresponds to a subgroup inclusion. The reverse inclusion is trivial, and is stated for completeness. It didn't need to be part of the data.

Finally we show that a group is trivial iff it is isomorphic to the trivial group. Seems negligible on paper, but some details need to be provided.

Signed-off-by: Ali Caglayan <alizter@gmail.com>

<!-- ps-id: 806836eb-8793-4452-af1a-11ceb893c83a -->
theories/Algebra/Groups/Subgroup.v Outdated Show resolved Hide resolved
theories/Algebra/Groups/Subgroup.v Outdated Show resolved Hide resolved
Signed-off-by: Ali Caglayan <alizter@gmail.com>
@Alizter Alizter merged commit ec3f7e8 into HoTT:master Jan 4, 2025
22 checks passed
@Alizter Alizter deleted the ps/rr/more_on_trivial_groups branch January 4, 2025 18:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants