refactor(PiTensorProduct/{InjectiveNorm, ProjectiveNorm}): deprecate injectiveSeminorm#35569
refactor(PiTensorProduct/{InjectiveNorm, ProjectiveNorm}): deprecate injectiveSeminorm#35569goliath-klein wants to merge 13 commits intoleanprover-community:masterfrom
injectiveSeminorm#35569Conversation
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 2da3b35b9dImport changes for modified filesNo significant changes to the import graph Import changes for all files
Declarations diffNo declarations were harmed in the making of this PR! 🐙 You can run this locally as follows## summary with just the declaration names:
./scripts/pr_summary/declarations_diff.sh <optional_commit>
## more verbose report:
./scripts/pr_summary/declarations_diff.sh long <optional_commit>The doc-module for Increase in tech debt: (relative, absolute) = (4.00, 0.24)
Current commit 48ff867ca5 You can run this locally as
|
|
This pull request has conflicts, please merge |
|
This pull request has conflicts, please merge |
This PR:
PiTensorProduct.injectiveSeminormand supporting lemmas.liftEquivfrom InjectiveSeminorm.lean to ProjectiveSeminorm.lean.No changes are introduced beyond adding deprecation notices, adapting docstrings, and moving material between files.
The PR leaves InjectiveSeminorm.lean almost empty. A new implementation of
injectiveSeminorm, one which reflects the common mathematical definition, is to be done.This is the third in a series of three PRs with the goal to deprecate
PiTensorProuduct.injectiveSeminorm.projectiveSeminorm#35568Deprecations:
Preliminary work toward a reimplementation is at #33969.
I've added Davood and myself to the "Authors" field, as we have now significantly refactored this module.
Co-authored-by: Davood H. T. Tehrani