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

[Merged by Bors] - feat: port LinearAlgebra.CliffordAlgebra.Conjugation #5404

Closed

Conversation

eric-wieser
Copy link
Member

@eric-wieser eric-wieser commented Jun 22, 2023

Annoyingly, Lean 4 cannot work out that reverse x where x : clifford_algebra Q is referring to reverse (Q := Q) x, even though that's the only thing that type checks.

Otherwise the only difficulty when porting was the standard LinearMap.range dot notation failing thing.


Please rebase this to remove the #5349 commits before merging (I will likely not be around to do so)

Open in Gitpod

@eric-wieser eric-wieser added WIP Work in progress mathlib-port This is a port of a theory file from mathlib. labels Jun 22, 2023
@kim-em kim-em added the blocked-by-other-PR This PR depends on another PR to Mathlib (this label is automatically managed by a bot) label Jun 23, 2023
Copy link
Member

@jcommelin jcommelin left a comment

Choose a reason for hiding this comment

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

LGTM, but let's wait for the dependent PR to merge.

@kim-em kim-em removed the blocked-by-other-PR This PR depends on another PR to Mathlib (this label is automatically managed by a bot) label Jun 23, 2023
@kim-em
Copy link
Contributor

kim-em commented Jun 23, 2023

This PR/issue depends on:

@kim-em kim-em added the merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) label Jun 23, 2023
@kim-em kim-em removed the merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) label Jun 23, 2023
@jcommelin
Copy link
Member

Thanks 🎉

bors merge

@github-actions github-actions bot added ready-to-merge This PR has been sent to bors. and removed awaiting-review labels Jun 23, 2023
bors bot pushed a commit that referenced this pull request Jun 23, 2023
Annoyingly, Lean 4 cannot work out that `reverse x` where `x : clifford_algebra Q` is referring to `reverse (Q := Q) x`, even though that's the only thing that type checks.

Otherwise the only difficulty when porting was the standard `LinearMap.range` dot notation failing thing.



Co-authored-by: Jeremy Tan Jie Rui <[email protected]>
@bors
Copy link

bors bot commented Jun 23, 2023

Pull request successfully merged into master.

Build succeeded!

The publicly hosted instance of bors-ng is deprecated and will go away soon.

If you want to self-host your own instance, instructions are here.
For more help, visit the forum.

If you want to switch to GitHub's built-in merge queue, visit their help page.

@bors bors bot changed the title feat: port LinearAlgebra.CliffordAlgebra.Conjugation [Merged by Bors] - feat: port LinearAlgebra.CliffordAlgebra.Conjugation Jun 23, 2023
@bors bors bot closed this Jun 23, 2023
@bors bors bot deleted the port/LinearAlgebra.CliffordAlgebra.Conjugation branch June 23, 2023 07:23
kim-em pushed a commit that referenced this pull request Jun 25, 2023
Annoyingly, Lean 4 cannot work out that `reverse x` where `x : clifford_algebra Q` is referring to `reverse (Q := Q) x`, even though that's the only thing that type checks.

Otherwise the only difficulty when porting was the standard `LinearMap.range` dot notation failing thing.



Co-authored-by: Jeremy Tan Jie Rui <[email protected]>
kbuzzard pushed a commit that referenced this pull request Jul 6, 2023
Annoyingly, Lean 4 cannot work out that `reverse x` where `x : clifford_algebra Q` is referring to `reverse (Q := Q) x`, even though that's the only thing that type checks.

Otherwise the only difficulty when porting was the standard `LinearMap.range` dot notation failing thing.



Co-authored-by: Jeremy Tan Jie Rui <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mathlib-port This is a port of a theory file from mathlib. ready-to-merge This PR has been sent to bors.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants