Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(Algebra): add
MonoidHom.coe_id
(#21189)
We have this as a `@[simp]` lemma for most algebraic structures: `RingHom`, `LinearMap`, ... I need this for the concrete category refactor, since we will get a lot of `@[simp]` lemmas about unapplied / partially applied functions, including `id`.
- Loading branch information