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(linear_algebra/clifford_algebra): the clifford algebra is isomorphic as a module to the exterior algebra #11468

Closed
wants to merge 19 commits into from

Conversation

eric-wieser
Copy link
Member

@eric-wieser eric-wieser commented Jan 15, 2022

The key result here is

/-- The module isomorphism to the exterior algebra -/
def equiv_exterior [invertible (2 : R)] : clifford_algebra Q ≃ₗ[R] exterior_algebra R M :=

There are a handful of intermediate definitions that are needed to get here that are missing lots of useful (but difficult) API lemmas, but I don't expect to have time to address those for a while.

Probably the main missing result is that equiv_exterior preserves reversion.


Open in Gitpod

@eric-wieser eric-wieser added help-wanted The author needs attention to resolve issues awaiting-CI The author would like to see what CI has to say before doing more work. labels Jan 15, 2022
@eric-wieser eric-wieser marked this pull request as draft January 15, 2022 12:08
@eric-wieser eric-wieser force-pushed the eric-wieser/exterior_algebra-contraction branch 3 times, most recently from 149d739 to b4ada86 Compare January 15, 2022 12:27
@eric-wieser eric-wieser added awaiting-author A reviewer has asked the author a question or requested changes and removed help-wanted The author needs attention to resolve issues labels Jan 15, 2022
@eric-wieser eric-wieser force-pushed the eric-wieser/exterior_algebra-contraction branch from b4ada86 to 5366ec6 Compare January 15, 2022 13:07
@github-actions github-actions bot removed the awaiting-CI The author would like to see what CI has to say before doing more work. label Jan 15, 2022
@leanprover-community-bot-assistant leanprover-community-bot-assistant added the merge-conflict Please `git merge origin/master` then a bot will remove this label. label Jan 18, 2022
@leanprover-community-bot-assistant leanprover-community-bot-assistant removed the merge-conflict Please `git merge origin/master` then a bot will remove this label. label Jan 18, 2022
@eric-wieser eric-wieser changed the title feat(linear_algebra/exterior_algebra): define the contraction with a dual element of M feat(linear_algebra/clifford_algebra): the clifford algebra is isomorphic as a module to the exterior algebra Jun 20, 2022
eric-wieser added a commit to pygae/lean-ga that referenced this pull request Aug 10, 2022
While this work is incomplete, it is sufficient to illustrate the example in the ICACGA paper.

The full version will eventually integrate into mathlib as part of leanprover-community/mathlib#11468.
bors bot pushed a commit that referenced this pull request Aug 17, 2022
…#16077)

I believe the reverse direction of `is_unit_ι_of_is_unit` is true, but it requires that `Q` is divisible by two and #11468.
bors bot pushed a commit that referenced this pull request Aug 17, 2022
…#16077)

I believe the reverse direction of `is_unit_ι_of_is_unit` is true, but it requires that `Q` is divisible by two and #11468.
@eric-wieser eric-wieser force-pushed the eric-wieser/exterior_algebra-contraction branch from dc72448 to 638650a Compare August 17, 2022 23:03
@eric-wieser eric-wieser force-pushed the eric-wieser/exterior_algebra-contraction branch from 638650a to d667314 Compare August 17, 2022 23:05
@eric-wieser eric-wieser added the awaiting-CI The author would like to see what CI has to say before doing more work. label Aug 17, 2022
@eric-wieser eric-wieser marked this pull request as ready for review August 17, 2022 23:08
@mathlib-dependent-issues-bot mathlib-dependent-issues-bot added blocked-by-other-PR This PR depends on another PR which is still in the queue. A bot manages this label via PR comment. and removed blocked-by-other-PR This PR depends on another PR which is still in the queue. A bot manages this label via PR comment. labels Sep 23, 2022
@mathlib-dependent-issues-bot mathlib-dependent-issues-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 Sep 23, 2022
@mathlib-dependent-issues-bot mathlib-dependent-issues-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 Sep 30, 2022
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.

Thanks 🎉

bors merge

@leanprover-community-bot-assistant leanprover-community-bot-assistant added ready-to-merge All that is left is for bors to build and merge this PR. (Remember you need to say `bors r+`.) and removed awaiting-review The author would like community review of the PR labels Oct 7, 2022
bors bot pushed a commit that referenced this pull request Oct 7, 2022
…phic as a module to the exterior algebra (#11468)

The key result here is
```lean
/-- The module isomorphism to the exterior algebra -/
def equiv_exterior [invertible (2 : R)] : clifford_algebra Q ≃ₗ[R] exterior_algebra R M :=
```

There are a handful of intermediate definitions that are needed to get here that are missing lots of useful (but difficult) API lemmas, but I don't expect to have time to address those for a while.

Probably the main missing result is that `equiv_exterior` preserves reversion.
@bors
Copy link

bors bot commented Oct 7, 2022

Build failed (retrying...):

bors bot pushed a commit that referenced this pull request Oct 8, 2022
…phic as a module to the exterior algebra (#11468)

The key result here is
```lean
/-- The module isomorphism to the exterior algebra -/
def equiv_exterior [invertible (2 : R)] : clifford_algebra Q ≃ₗ[R] exterior_algebra R M :=
```

There are a handful of intermediate definitions that are needed to get here that are missing lots of useful (but difficult) API lemmas, but I don't expect to have time to address those for a while.

Probably the main missing result is that `equiv_exterior` preserves reversion.
@bors
Copy link

bors bot commented Oct 8, 2022

Build failed (retrying...):

bors bot pushed a commit that referenced this pull request Oct 8, 2022
…phic as a module to the exterior algebra (#11468)

The key result here is
```lean
/-- The module isomorphism to the exterior algebra -/
def equiv_exterior [invertible (2 : R)] : clifford_algebra Q ≃ₗ[R] exterior_algebra R M :=
```

There are a handful of intermediate definitions that are needed to get here that are missing lots of useful (but difficult) API lemmas, but I don't expect to have time to address those for a while.

Probably the main missing result is that `equiv_exterior` preserves reversion.
@bors
Copy link

bors bot commented Oct 8, 2022

Build failed (retrying...):

bors bot pushed a commit that referenced this pull request Oct 8, 2022
…phic as a module to the exterior algebra (#11468)

The key result here is
```lean
/-- The module isomorphism to the exterior algebra -/
def equiv_exterior [invertible (2 : R)] : clifford_algebra Q ≃ₗ[R] exterior_algebra R M :=
```

There are a handful of intermediate definitions that are needed to get here that are missing lots of useful (but difficult) API lemmas, but I don't expect to have time to address those for a while.

Probably the main missing result is that `equiv_exterior` preserves reversion.
@bors
Copy link

bors bot commented Oct 8, 2022

Build failed (retrying...):

bors bot pushed a commit that referenced this pull request Oct 8, 2022
…phic as a module to the exterior algebra (#11468)

The key result here is
```lean
/-- The module isomorphism to the exterior algebra -/
def equiv_exterior [invertible (2 : R)] : clifford_algebra Q ≃ₗ[R] exterior_algebra R M :=
```

There are a handful of intermediate definitions that are needed to get here that are missing lots of useful (but difficult) API lemmas, but I don't expect to have time to address those for a while.

Probably the main missing result is that `equiv_exterior` preserves reversion.
@bors
Copy link

bors bot commented Oct 8, 2022

Build failed (retrying...):

bors bot pushed a commit that referenced this pull request Oct 8, 2022
…phic as a module to the exterior algebra (#11468)

The key result here is
```lean
/-- The module isomorphism to the exterior algebra -/
def equiv_exterior [invertible (2 : R)] : clifford_algebra Q ≃ₗ[R] exterior_algebra R M :=
```

There are a handful of intermediate definitions that are needed to get here that are missing lots of useful (but difficult) API lemmas, but I don't expect to have time to address those for a while.

Probably the main missing result is that `equiv_exterior` preserves reversion.
@bors
Copy link

bors bot commented Oct 8, 2022

Pull request successfully merged into master.

Build succeeded:

@bors bors bot changed the title feat(linear_algebra/clifford_algebra): the clifford algebra is isomorphic as a module to the exterior algebra [Merged by Bors] - feat(linear_algebra/clifford_algebra): the clifford algebra is isomorphic as a module to the exterior algebra Oct 8, 2022
@bors bors bot closed this Oct 8, 2022
@bors bors bot deleted the eric-wieser/exterior_algebra-contraction branch October 8, 2022 22:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-merge All that is left is for bors to build and merge this PR. (Remember you need to say `bors r+`.) t-algebra Algebra (groups, rings, fields etc)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants