Skip to content

Commit

Permalink
doc(algebra/module/linear_map): Explain where the ring instance is (#…
Browse files Browse the repository at this point in the history
…5023)

Co-authored-by: Johan Commelin <johan@commelin.net>
  • Loading branch information
eric-wieser and jcommelin committed Nov 18, 2020
1 parent dfdad99 commit d22a878
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/algebra/module/linear_map.lean
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,8 @@ end add_comm_group

end is_linear_map

/-- Ring of linear endomorphismsms of a module. -/
/-- Linear endomorphisms of a module, with associated ring structure
`linear_map.endomorphism_semiring` and algebra structure `module.endomorphism_algebra`. -/
abbreviation module.End (R : Type u) (M : Type v)
[semiring R] [add_comm_monoid M] [semimodule R M] := M →ₗ[R] M

Expand Down

0 comments on commit d22a878

Please sign in to comment.