Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add mulVec_bijective. #8650

Closed
wants to merge 1 commit into from
Closed

feat: Add mulVec_bijective. #8650

wants to merge 1 commit into from

Conversation

erdOne
Copy link
Member

@erdOne erdOne commented Nov 27, 2023


Open in Gitpod

@erdOne erdOne added awaiting-review The author would like community review of the PR easy < 20s of review time. See the lifecycle page for guidelines. and removed easy < 20s of review time. See the lifecycle page for guidelines. labels Nov 27, 2023
Comment on lines +596 to +602
lemma mulVec_bijective (hA : IsUnit A.det) : Function.Bijective (mulVec A) := by
rw [Function.bijective_iff_has_inverse]
use mulVec A⁻¹
simp [Function.LeftInverse, Function.RightInverse, nonsing_inv_mul _ hA, mul_nonsing_inv _ hA]

lemma mulVec_injective (hA : IsUnit A.det) : Function.Injective (mulVec A) :=
(A.mulVec_bijective hA).injective
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This overlaps with #8219

@erdOne
Copy link
Member Author

erdOne commented Nov 27, 2023

Closing in favour of #8219.

@erdOne erdOne closed this Nov 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting-review The author would like community review of the PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants