We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Instead of sentence:
Given a type A, all endomorphisms defined on A are a monoid
isn't it more correct to say:
Given a type A, all endomorphisms defined on A under function composition operation are a monoid
Because semigroups are defined on pair of type A and operation on type A.
The text was updated successfully, but these errors were encountered:
@SHND I think this is correct.
You've got:
a type A
A
a function A => A, our endomorphism
A => A
the identity function as the empty element
identity
Maybe a better phrasing would be:
"Given a type A, all endomorphims defined on A form (define?) a monoid.
Sorry, something went wrong.
No branches or pull requests
Instead of sentence:
isn't it more correct to say:
Because semigroups are defined on pair of type A and operation on type A.
The text was updated successfully, but these errors were encountered: