mathlib
mathlib copied to clipboard
feat(algebra/module/graded_module): define graded module
By imitating the current graded_algebra, this pr builds graded_module over some graded algebra
Co-authored-by: Eric Wieser @eric-wieser
- [x] depends on: #14626
- [x] depends on: #15654
It might make sense to handle #14583 first, so that we can avoid having extra scalar rings here.
There is a weird issue: if I put instances like set_like \sigma A etc inside def/lemma, then Lean can find them, but if I put them in variables, then Lean cannot find them.
You probably need an include \sigma line to make lean aware that you intend to refer to \sigma
This works, thanks
You probably need an
include \sigmaline to make lean aware that you intend to refer to\sigma
This PR/issue depends on:
- ~~leanprover-community/mathlib#14626~~
- ~~leanprover-community/mathlib#15654~~ By Dependent Issues (🤖). Happy coding!
@eric-wieser, this PR has been forgotten by me and you. Could you please have a look again please. Thanks.
Hmm, this merge didn't go well ... Shouldn't have squash-merged ... should be fine now.
Pull request successfully merged into master.
Build succeeded: