-
Notifications
You must be signed in to change notification settings - Fork 974
[Merged by Bors] - chore(Topology/Algebra/Module/LinearMap): deprecate duplicate lemmas #33341
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
[Merged by Bors] - chore(Topology/Algebra/Module/LinearMap): deprecate duplicate lemmas #33341
Conversation
PR summary a36c84ab82Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
| U.starProjection.ker = Uᗮ := by | ||
| rw [(isIdempotentElem_starProjection U).ker_eq_range, ← starProjection_orthogonal', | ||
| range_starProjection] | ||
| rw [LinearMap.IsIdempotentElem.ker_eq_range U.isIdempotentElem_starProjection.toLinearMap, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does dot notation not work?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not here because both ContinuousLinearMap and LinearMap namespaces are opened, so Lean gets confused which ker_eq_range to use. We would be able to use dot notation after removing the deprecation in 6 months.
|
Thanks! bors merge |
…33341) Now that `range` and `ker` take in a `LinearMap` instead of a `LinearMapClass`, these lemmas are the same thing as the linear map versions.
|
Build failed: |
|
I think that's a spurious bors failure so let's try again: bors merge |
…33341) Now that `range` and `ker` take in a `LinearMap` instead of a `LinearMapClass`, these lemmas are the same thing as the linear map versions.
|
Pull request successfully merged into master. Build succeeded! And happy new year! 🎉 |
Now that
rangeandkertake in aLinearMapinstead of aLinearMapClass, these lemmas are the same thing as the linear map versions.