feat: Add AffineEquiv.image_intrinsicInterior#38275
feat: Add AffineEquiv.image_intrinsicInterior#38275TTony2019 wants to merge 4 commits intoleanprover-community:masterfrom
AffineEquiv.image_intrinsicInterior#38275Conversation
Co-authored-by: imathwy <imathwy@users.noreply.github.com>
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. In particular, we kindly remind contributors that we have guidelines regarding the use of AI when making pull requests. 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 b80f227194Import changes for modified filesNo significant changes to the import graph Import changes for all files
Declarations diff
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 No changes to technical debt.You can run this locally as
|
✅ PR Title Formatted CorrectlyThe title of this PR has been updated to match our commit style conventions. |
AffineEquiv.image_intrinsicInteriorAffineEquiv.image_intrinsicInterior
Co-authored-by: Monica Omar <23701951+themathqueen@users.noreply.github.com>
Summary
This PR generalizes the existing lemma
AffineIsometry.image_intrinsicInteriorto the setting of affine equivalences, yielding the corresponding resultAffineEquiv.image_intrinsicInterior.Since affine equivalences are more general than affine isometries, the proof requires an additional finite-dimensionality assumption. The key extra input is that in finite-dimensional spaces, an affine equivalence induces a homeomorphism via
AffineEquiv.toHomeomorphOfFiniteDimensional, so the assumptions are adjusted accordingly.Apart from these extra assumptions, the argument is essentially the same as for
AffineIsometry.image_intrinsicInterior.Collaboration
This PR was developed together with @imathwy.