[Merged by Bors] - feat: decomposition of ContinuousAffineMap as an Equiv#36083
[Merged by Bors] - feat: decomposition of ContinuousAffineMap as an Equiv#36083gasparattila wants to merge 2 commits intoleanprover-community:masterfrom
ContinuousAffineMap as an Equiv#36083Conversation
PR summary 921b06da51Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
a634b46 to
ad13d3c
Compare
This PR defines an equivalence `(V →ᴬ[R] Q) ≃ Q × (V →L[R] W)`, plus `LinearEquiv` and `AffineEquiv` variants. To match the names of the new equivalences, `ContinuousAffineMap.toConstProdLinearMap` is also renamed.
ad13d3c to
5918406
Compare
|
Looks good, thanks! bors r+ |
This PR defines an equivalence `(V →ᴬ[R] Q) ≃ Q × (V →L[R] W)`, plus `LinearEquiv` and `AffineEquiv` variants. To match the names of the new equivalences, `ContinuousAffineMap.toConstProdLinearMap` is also renamed.
|
Pull request successfully merged into master. Build succeeded: |
ContinuousAffineMap as an EquivContinuousAffineMap as an Equiv
…r-community#36083) This PR defines an equivalence `(V →ᴬ[R] Q) ≃ Q × (V →L[R] W)`, plus `LinearEquiv` and `AffineEquiv` variants. To match the names of the new equivalences, `ContinuousAffineMap.toConstProdLinearMap` is also renamed.
…r-community#36083) This PR defines an equivalence `(V →ᴬ[R] Q) ≃ Q × (V →L[R] W)`, plus `LinearEquiv` and `AffineEquiv` variants. To match the names of the new equivalences, `ContinuousAffineMap.toConstProdLinearMap` is also renamed.
This PR defines an equivalence
(V →ᴬ[R] Q) ≃ Q × (V →L[R] W), plusLinearEquivandAffineEquivvariants. To match the names of the new equivalences,ContinuousAffineMap.toConstProdLinearMapis also renamed.