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

Fix: Isomorphisms of trivial groups are bijective #1116

Merged
merged 3 commits into from
Feb 2, 2017

Conversation

b-reinke
Copy link

@b-reinke b-reinke commented Feb 2, 2017

The group homomorphism returned by
IsomorphismAbelianGroupViaIndependentGenerators should always have
IsBijective set. This was not the case when the given group was trivial.

Tick all what applies to this pull request

  • Adds new features
  • Improves and extends functionality
  • Fixes bugs that could lead to crashes
  • Fixes bugs that could lead to incorrect results
  • Fixes bugs that could lead to break loops

Write below the description of changes (for the release notes)

The group homomorphism returned by IsomorphismAbelianGroupViaIndependentGenerators has also IsBijective set if the given group was trivial.

Bernhard Reinke added 3 commits February 2, 2017 14:43
The group homomorphism returned by
IsomorphismAbelianGroupViaIndependentGenerators should always have
IsBijective set. This was not the case when the given group was trivial.
Copy link
Member

@fingolfin fingolfin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me

@fingolfin fingolfin merged commit 7d16e9f into gap-system:master Feb 2, 2017
@fingolfin
Copy link
Member

Thanks!

@olexandr-konovalov olexandr-konovalov added this to the GAP 4.9.0 milestone Feb 2, 2017
@olexandr-konovalov olexandr-konovalov added the release notes: added PRs introducing changes that have since been mentioned in the release notes label Jan 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release notes: added PRs introducing changes that have since been mentioned in the release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants