[Merged by Bors] - refactor(LinearAlgebra/BilinearForm/Hom): Deprecate results#12078
[Merged by Bors] - refactor(LinearAlgebra/BilinearForm/Hom): Deprecate results#12078
Conversation
|
Thanks! bors r+ |
Following the removal of `structure BilinForm` from Mathlib (#11278) a number of definitions and results in `LinearAlgebra/BilinearForm/Hom` are essentially just the identity. This PR deprecates these results. Co-authored-by: Christopher Hoskin <[email protected]>
|
Pull request successfully merged into master. Build succeeded: |
| #align bilin_form.to_lin_hom_aux₁ LinearMap.BilinForm.toLinHomAux₁ | ||
|
|
||
| /-- Auxiliary definition to define `toLinHom`; see below. -/ | ||
| @[deprecated] |
There was a problem hiding this comment.
Here is how adding a deprecation date could look like:
| @[deprecated] | |
| @[deprecated] -- 2024-04-26 |
There was a problem hiding this comment.
I would aim for the date of deprecation: a deprecation policy will imply then this can be deleted.
Fair enough; I have started a zulip thread trying to create consensus.
|
Thank you for your work refactoring bilinear forms in mathlib. I see that your PR deprecated a few lemmas, but added no deprecation dates to these declarations. My understanding is that we'd like to add them, so we know when we can remove the deprecated results later. :-) |
`toBilin` was depreciated in #12078. This porting note no longer makes sense.
|
Following the removal of `structure BilinForm` from Mathlib (#11278) a number of definitions and results in `LinearAlgebra/BilinearForm/Hom` are essentially just the identity. This PR deprecates these results. Co-authored-by: Christopher Hoskin <[email protected]>
`toBilin` was depreciated in #12078. This porting note no longer makes sense.
Following the removal of `structure BilinForm` from Mathlib (#11278) a number of definitions and results in `LinearAlgebra/BilinearForm/Hom` are essentially just the identity. This PR deprecates these results. Co-authored-by: Christopher Hoskin <[email protected]>
`toBilin` was depreciated in #12078. This porting note no longer makes sense.
Following the removal of
structure BilinFormfrom Mathlib (#11278) a number of definitions and results inLinearAlgebra/BilinearForm/Homare essentially just the identity. This PR deprecates these results.