Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

[Merged by Bors] - feat(data/matrix/basic): miscellaneous defs and lemmas#8289

Closed
l534zhan wants to merge 34 commits intomasterfrom
matrix_lz
Closed

[Merged by Bors] - feat(data/matrix/basic): miscellaneous defs and lemmas#8289
l534zhan wants to merge 34 commits intomasterfrom
matrix_lz

Conversation

@l534zhan
Copy link
Copy Markdown
Collaborator

@l534zhan l534zhan commented Jul 13, 2021

@l534zhan l534zhan added the awaiting-review The author would like community review of the PR label Jul 13, 2021
Copy link
Copy Markdown
Member

@eric-wieser eric-wieser left a comment

Choose a reason for hiding this comment

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

IMO this PR changes far too many things at once, especially since you don't really describe the motivation for the changes.

Can you make a new PR that just adds conj_transpose and the things you need for it? We can then come back to this PR after that simpler one is merged.

@l534zhan
Copy link
Copy Markdown
Collaborator Author

IMO this PR changes far too many things at once, especially since you don't really describe the motivation for the changes.

Can you make a new PR that just adds conj_transpose and the things you need for it? We can then come back to this PR after that simpler one is merged.

Yes, sure.

@eric-wieser eric-wieser added awaiting-author A reviewer has asked the author a question or requested changes and removed awaiting-review The author would like community review of the PR labels Jul 13, 2021
@l534zhan l534zhan added awaiting-review The author would like community review of the PR and removed awaiting-author A reviewer has asked the author a question or requested changes labels Jul 13, 2021
@l534zhan l534zhan requested a review from eric-wieser July 13, 2021 11:26
@l534zhan l534zhan requested a review from eric-wieser July 13, 2021 12:57
@github-actions github-actions bot added the blocked-by-other-PR This PR depends on another PR which is still in the queue. A bot manages this label via PR comment. label Jul 13, 2021
bors bot pushed a commit that referenced this pull request Jul 13, 2021
As requested by Eric Wieser, I pulled one single change of #8289 out into a new PR. As such, this PR will not block anything in #8289.



Co-authored-by: l534zhan <84618936+l534zhan@users.noreply.github.com>
bors bot pushed a commit that referenced this pull request Jul 13, 2021
As requested by Eric Wieser, I pulled one single change of #8289 out into a new PR. As such, this PR will not block anything in #8289.



Co-authored-by: l534zhan <84618936+l534zhan@users.noreply.github.com>
@github-actions github-actions bot removed the blocked-by-other-PR This PR depends on another PR which is still in the queue. A bot manages this label via PR comment. label Jul 13, 2021
@l534zhan
Copy link
Copy Markdown
Collaborator Author

@eric-wieser I will look at your suggestions in detail tomorrow. Could you let me know the first command I need to run for my local version, git pull or something else?

@eric-wieser
Copy link
Copy Markdown
Member

git pull should work fine. I took the liberty of attempting to resolve the conflicts myself to make it easier for you, although I didn't do a perfect job of it - there are now two copies of transpose and conj_transpose, and you'll need to decide which one to keep.

@bors
Copy link
Copy Markdown

bors bot commented Apr 20, 2023

✌️ YaelDillies can now approve this pull request. To approve and merge a pull request, simply reply with bors r+. More detailed instructions are available here.

@leanprover-community-bot-assistant leanprover-community-bot-assistant added delegated The PR author may merge after reviewing final suggestions. and removed awaiting-review The author would like community review of the PR labels Apr 20, 2023
@YaelDillies
Copy link
Copy Markdown
Collaborator

bors merge

bors bot pushed a commit that referenced this pull request Apr 20, 2023
miscellaneous defs and lemmas



Co-authored-by: l534zhan <luming.zhang@merton.ox.ac.uk>
Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
Co-authored-by: l534zhan <84618936+l534zhan@users.noreply.github.com>
@bors
Copy link
Copy Markdown

bors bot commented Apr 20, 2023

Build failed (retrying...):

bors bot pushed a commit that referenced this pull request Apr 20, 2023
miscellaneous defs and lemmas



Co-authored-by: l534zhan <luming.zhang@merton.ox.ac.uk>
Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
Co-authored-by: l534zhan <84618936+l534zhan@users.noreply.github.com>
@bors
Copy link
Copy Markdown

bors bot commented Apr 20, 2023

Build failed:

@eric-wieser
Copy link
Copy Markdown
Member

Looks like there's an unrelated timeout

@YaelDillies
Copy link
Copy Markdown
Collaborator

bors merge

bors bot pushed a commit that referenced this pull request Apr 21, 2023
miscellaneous defs and lemmas



Co-authored-by: l534zhan <luming.zhang@merton.ox.ac.uk>
Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
Co-authored-by: l534zhan <84618936+l534zhan@users.noreply.github.com>
@eric-wieser eric-wieser dismissed their stale review April 21, 2023 15:09

Yael addressed my complains

@bors
Copy link
Copy Markdown

bors bot commented Apr 21, 2023

Pull request successfully merged into master.

Build succeeded:

@bors bors bot changed the title feat(data/matrix/basic): miscellaneous defs and lemmas [Merged by Bors] - feat(data/matrix/basic): miscellaneous defs and lemmas Apr 21, 2023
@bors bors bot closed this Apr 21, 2023
@bors bors bot deleted the matrix_lz branch April 21, 2023 16:29
YaelDillies added a commit to leanprover-community/mathlib4 that referenced this pull request Apr 22, 2023
bors bot pushed a commit to leanprover-community/mathlib4 that referenced this pull request Apr 24, 2023
Match leanprover-community/mathlib3#8289





Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
bors bot pushed a commit to leanprover-community/mathlib4 that referenced this pull request Apr 25, 2023
kim-em pushed a commit to leanprover-community/mathlib4 that referenced this pull request May 10, 2023
Match leanprover-community/mathlib3#8289





Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
kim-em pushed a commit to leanprover-community/mathlib4 that referenced this pull request May 10, 2023
hrmacbeth pushed a commit to leanprover-community/mathlib4 that referenced this pull request May 10, 2023
Match leanprover-community/mathlib3#8289





Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
hrmacbeth pushed a commit to leanprover-community/mathlib4 that referenced this pull request May 10, 2023
hrmacbeth pushed a commit to leanprover-community/mathlib4 that referenced this pull request May 11, 2023
Match leanprover-community/mathlib3#8289





Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
hrmacbeth pushed a commit to leanprover-community/mathlib4 that referenced this pull request May 11, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

delegated The PR author may merge after reviewing final suggestions. modifies-synchronized-file This PR touches a files that has already been ported to mathlib4, and may need a synchronization PR. t-algebra Algebra (groups, rings, fields etc)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants