[Merged by Bors] - chore: rename invOf lemmas to match inv lemmas#16590
Closed
eric-wieser wants to merge 6 commits intomasterfrom
Closed
[Merged by Bors] - chore: rename invOf lemmas to match inv lemmas#16590eric-wieser wants to merge 6 commits intomasterfrom
eric-wieser wants to merge 6 commits intomasterfrom
Conversation
PR summary e2faa85400Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
YaelDillies
reviewed
Sep 8, 2024
Co-authored-by: Yaël Dillies <yael.dillies@gmail.com>
YaelDillies
approved these changes
Sep 8, 2024
Contributor
YaelDillies
left a comment
There was a problem hiding this comment.
Thanks for the followup!
maintainer merge
|
🚀 Pull request has been placed on the maintainer queue by YaelDillies. |
Member
|
Thanks! bors merge |
mathlib-bors bot
pushed a commit
that referenced
this pull request
Sep 8, 2024
This follows on from #11530 In each case, I've added an `example` with the `Group` lemma, to make it easier to keep the names in sync.
Contributor
|
Pull request successfully merged into master. Build succeeded: |
bjoernkjoshanssen
pushed a commit
that referenced
this pull request
Sep 9, 2024
This follows on from #11530 In each case, I've added an `example` with the `Group` lemma, to make it easier to keep the names in sync.
bjoernkjoshanssen
pushed a commit
that referenced
this pull request
Sep 9, 2024
This follows on from #11530 In each case, I've added an `example` with the `Group` lemma, to make it easier to keep the names in sync.
bjoernkjoshanssen
pushed a commit
that referenced
this pull request
Sep 12, 2024
This follows on from #11530 In each case, I've added an `example` with the `Group` lemma, to make it easier to keep the names in sync.
mathlib-bors bot
pushed a commit
that referenced
this pull request
Sep 26, 2024
This adds the [Woodbury Identity](https://en.wikipedia.org/wiki/Woodbury_matrix_identity). [Zulip discussion](https://leanprover.zulipchat.com/#narrow/stream/287929-mathlib4/topic/Woodbury.20identity/near/462245284) Also corrects some bad deprecations introduced in #16590, which affected development of this PR. Co-authored-by: Mohanad Ahmad Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
fbarroero
pushed a commit
that referenced
this pull request
Oct 2, 2024
This adds the [Woodbury Identity](https://en.wikipedia.org/wiki/Woodbury_matrix_identity). [Zulip discussion](https://leanprover.zulipchat.com/#narrow/stream/287929-mathlib4/topic/Woodbury.20identity/near/462245284) Also corrects some bad deprecations introduced in #16590, which affected development of this PR. Co-authored-by: Mohanad Ahmad Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
fbarroero
pushed a commit
that referenced
this pull request
Oct 2, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This follows on from #11530
In each case, I've added an
examplewith theGrouplemma, to make it easier to keep the names in sync.