[Merged by Bors] - refactor(PiTensorProduct/{InjectiveNorm, ProjectiveNorm}): switch NormedSpace instance to projectiveSeminorm#35568
Conversation
Welcome new contributor!Thank you for contributing to Mathlib! If you haven't done so already, please review our contribution guidelines, as well as the style guide and naming conventions. We use a review queue to manage reviews. If your PR does not appear there, it is probably because it is not successfully building (i.e., it doesn't have a green checkmark), has the If you haven't already done so, please come to https://leanprover.zulipchat.com/, introduce yourself, and mention your new PR. Thank you again for joining our community. |
PR summary b029f5e21dImport changes for modified filesNo significant changes to the import graph Import changes for all files
|
|
This PR/issue depends on: |
Co-authored-by: Robin Carlier <[email protected]>
|
Thanks. -awaiting-author |
robin-carlier
left a comment
There was a problem hiding this comment.
Thanks!
maintainer merge
|
🚀 Pull request has been placed on the maintainer queue by robin-carlier. |
|
Thanks! bors merge |
…medSpace instance to `projectiveSeminorm` (#35568) The PR switches the `NormedSpace` instance on `PiTensorProduct`s from `injectiveSeminorm` to `projectiveSeminorm` and updates all follow-up results. The signature of `norm_eval_le_projectiveSeminorm` is changed to match the one of `norm_eval_le_injectiveSeminorm`. This is the second in a series of three PRs with the goal to [deprecate `PiTensorProuduct.injectiveSeminorm`](https://leanprover.zulipchat.com/#narrow/channel/287929-mathlib4/topic/injectiveSeminorm/with/568798633). Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
|
Pull request successfully merged into master. Build succeeded: |
projectiveSeminormprojectiveSeminorm
…medSpace instance to `projectiveSeminorm` (leanprover-community#35568) The PR switches the `NormedSpace` instance on `PiTensorProduct`s from `injectiveSeminorm` to `projectiveSeminorm` and updates all follow-up results. The signature of `norm_eval_le_projectiveSeminorm` is changed to match the one of `norm_eval_le_injectiveSeminorm`. This is the second in a series of three PRs with the goal to [deprecate `PiTensorProuduct.injectiveSeminorm`](https://leanprover.zulipchat.com/#narrow/channel/287929-mathlib4/topic/injectiveSeminorm/with/568798633). Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
The PR switches the
NormedSpaceinstance onPiTensorProducts frominjectiveSeminormtoprojectiveSeminormand updates all follow-up results.The signature of
norm_eval_le_projectiveSeminormis changed to match the one ofnorm_eval_le_injectiveSeminorm.This is the second in a series of three PRs with the goal to deprecate
PiTensorProuduct.injectiveSeminorm.This series is the result of splitting up #34137. More discussion there.
Co-authored-by: Davood H. H. Tehrani