[Merged by Bors] - chore: rename LinearMapClass.linearMap to LinearMap.ofClass - #43368
[Merged by Bors] - chore: rename LinearMapClass.linearMap to LinearMap.ofClass#43368grunweg wants to merge 2 commits into
Conversation
PR summary 2ec00433b2Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
46df03a to
2ec0043
Compare
|
🚀 Pull request has been placed on the maintainer queue by mcdoll. |
|
Thanks for the fast review! This PR is already referenced in the tracking issue #31365 --- that's what you meant, right? |
|
(By the way: #43367 does the analogous rename in a few more cases, and is also waiting for review.) |
|
I meant as in putting it in a list in the issue under point (2), similar to the list for point (4). |
|
Ah! Good idea; I started a list. |
|
Thanks! bors merge |
A small part of #31365, step (2).
|
Pull request successfully merged into master. Build succeeded: |
…er-community#43368) A small part of leanprover-community#31365, step (2).
…43376) This rename is a small part of #31365, step (2) and the analogue of #43368 for semi-linear maps. In addition, this PR goes one step further by removing the existing `LinearMap.ofClass`: both definitions mean the same, so we only need one. Note that neither `LinearMap` nor `SemilinearMap` is a definition, and `LinearMapClass` is defined in terms of `SemilinearMapClass`. Rename a few lemmas using `ofClass`, so their names match the naming convention. And delete `LinearMap.coe_semilinearMap`, which would have been misnamed now, as an exact duplicate of the now-called `LinearMap.coe_ofClass`.
A small part of #31365, step (2).