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 d6f48e471cImport changes for modified filesNo significant changes to the import graph Import changes for all files
|
|
This PR/issue depends on:
|
We switch the
NormedSpaceinstance onPiTensorProducts frominjectiveSeminormtoprojectiveSeminormand update 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.Co-authored-by: Davood H. H. Tehrani