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

Rename 'IsDecomposableSemigroup' to 'IsSurjectiveSemigroup' #558

Merged
merged 1 commit into from
Nov 13, 2018

Conversation

wilfwilson
Copy link
Collaborator

In my viva, Nik Ruskuc pointed out that decomposable is not a good name for a semigroup S that satisfies S^2 = S. Instead, he suggested `surjective' as a better name (along with several others). It makes sense because a semigroup satisfies S^2 = S if its multiplication is surjective. This is the name that I have moved to in my PhD thesis.

Since IsDecomposableSemigroup was never included in a released version of the package, there should be no problems with renaming it.

@wilfwilson wilfwilson force-pushed the decomposable-to-surjective branch 3 times, most recently from 616c866 to efedec5 Compare November 9, 2018 16:19
@wilfwilson wilfwilson changed the base branch from master to stable-3.0 November 9, 2018 17:30
@wilfwilson wilfwilson changed the base branch from stable-3.0 to master November 9, 2018 17:31
@wilfwilson wilfwilson added the 3.* label Nov 12, 2018
In my viva, Nik Ruskuc pointed out that decomposable is
not a good name for a semigroup S that satisfies S^2 = S.
Instead, he suggested `surjective' as a better name (along
with several others). It means sense because a semigroup
satisfies S^2 = S if its multiplication is surjective. This
is the name that I have moved to in my PhD thesis.

Since `IsDecomposableSemigroup` was never included in a
released version of the package, there should be no problems
with renaming it.
@wilfwilson wilfwilson changed the base branch from master to stable-3.0 November 13, 2018 13:08
@wilfwilson wilfwilson changed the base branch from stable-3.0 to master November 13, 2018 13:09
@wilfwilson wilfwilson merged commit b16f509 into semigroups:master Nov 13, 2018
@wilfwilson wilfwilson deleted the decomposable-to-surjective branch November 13, 2018 13:09
@james-d-mitchell
Copy link
Collaborator

Hmm, I was going to review this, I don't much like the name IsSurjectiveSemigroup but I can live with it...

@wilfwilson
Copy link
Collaborator Author

Sorry @james-d-mitchell, I know it's not the done thing to merge it myself.

My excuse: I made my final changes to my PhD thesis today. As part of the changes, I now name and describe the functions that I've implemented in the Semigroups package related to my PhD thesis. I wanted to make sure that my description was accurate and consistent. So now the name of the function in the package matches the description of the function in my thesis, which matches the name of the property in my thesis (surjective). I need to resubmit my thesis soon, which is why I merged this – otherwise of course this is neither an important nor urgent change and I would have waited longer for your comment.

I don't really like the name either. But I had an interesting discussion about possible names with Nik in my viva. Of the options we talked about, I preferred surjective. It has the benefit of seeming a bit more specific, and being used in the literature (according to Nik). Nik's problem with decomposable is that the idea of a semigroup being "decomposable" is very general, and in some sense it should mean that the semigroup can be broken up into parts, and that there should be some kind of product that lets you create the whole from those parts.

But using IsDecomposableSemigroup for this specific instance of S = S^2 maybe isn't the best idea, especially since it's not an interesting decomposition: the decomposition is just of one semigroup into two copies itself (so there aren't "smaller" components that it decomposes into), and the product is just set product. A semigroup might not be "surjective", as I now define it, but it could have many other interesting decompositions (for instance, it could decompose as a direct product), and yet in the Semigroups package it would have IsDecomposableSemigroup return false.

I hope that helps you feel a bit better about moving away from the name IsDecomposableSemigroup.

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.

None yet

2 participants