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

refactor: Use flat structures for morphisms #6791

Open
wants to merge 57 commits into
base: master
Choose a base branch
from

Conversation

eric-wieser
Copy link
Member

This restores the symmetry we had in Lean3, where we had MonoidHom.mk f one mul not MonoidHom.mk (OneHom.mk f one) mul, and f.toFun wasn't notation for f.toMulHom.toFun.

The nesting provided by the previous inheritance is useless to us in the face of MonoidHomClass.toMonoidHom, which completely eta-expands the structure anyway.

We call the class FunLikeFlatHack._ because this means the field is called to_ which uses up less space in the goal view than any alternative.


Open in Gitpod

This restores the symmetry we had in Lean3, where we had `MonoidHom.mk f one mul` not `MonoidHom.mk (OneHom.mk f one) mul`, and `f.toFun` wasn't notation for `f.toMulHom.toFun`.

The nesting provided by the previous inheritance is useless to us in the face of `MonoidHomClass.toMonoidHom`, which completely eta-expands the structure anyway.
@eric-wieser eric-wieser added awaiting-author A reviewer has asked the author a question or requested changes awaiting-CI labels Aug 25, 2023
@eric-wieser eric-wieser added the help-wanted The author needs attention to resolve issues label Aug 25, 2023
@leanprover-community-mathlib4-bot leanprover-community-mathlib4-bot added the merge-conflict The PR has a merge conflict with master, and needs manual merging. label Sep 12, 2023
@leanprover-community-mathlib4-bot leanprover-community-mathlib4-bot removed the merge-conflict The PR has a merge conflict with master, and needs manual merging. label Sep 13, 2023
@bors bors bot changed the base branch from master to ScottCarnahan/BinomialRing2 September 17, 2023 03:26
@semorrison semorrison changed the base branch from ScottCarnahan/BinomialRing2 to master September 17, 2023 12:11
@leanprover-community-mathlib4-bot leanprover-community-mathlib4-bot added the merge-conflict The PR has a merge conflict with master, and needs manual merging. label Sep 18, 2023
@mo271 mo271 mentioned this pull request Jan 27, 2024
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting-author A reviewer has asked the author a question or requested changes awaiting-CI help-wanted The author needs attention to resolve issues merge-conflict The PR has a merge conflict with master, and needs manual merging.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants