-
Notifications
You must be signed in to change notification settings - Fork 370
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(LinearAlgebra/CliffordAlgebra): port SpinGroup #9111
Conversation
Co-authored-by: Jiale Miao <[email protected]>
Co-authored-by: Eric Wieser <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
simp only [SMul.smul, SetLike.mem_coe, LinearMap.mem_range, DistribMulAction.toLinearMap_apply, | ||
ConjAct.ofConjAct_toConjAct] at ha | ||
rcases ha with ⟨⟨b, hb⟩, ha1⟩ | ||
(hx : x ∈ lipschitz Q) : ConjAct.toConjAct x • LinearMap.range (ι Q) ≤ LinearMap.range (ι Q) := by |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In this PR, we define `lipschitzGroup`, `pinGroup` and `spinGroup`, and prove some basic lemmas. Ported from leanprover-community/mathlib3/pull/16040. Co-authored-by: Jiale Miao <[email protected]> Co-authored-by: Eric Wieser <[email protected]> Co-authored-by: utensil <[email protected]> Co-authored-by: Utensil <[email protected]>
Build failed (retrying...): |
In this PR, we define `lipschitzGroup`, `pinGroup` and `spinGroup`, and prove some basic lemmas. Ported from leanprover-community/mathlib3/pull/16040. Co-authored-by: Jiale Miao <[email protected]> Co-authored-by: Eric Wieser <[email protected]> Co-authored-by: utensil <[email protected]> Co-authored-by: Utensil <[email protected]>
Build failed (retrying...): |
In this PR, we define `lipschitzGroup`, `pinGroup` and `spinGroup`, and prove some basic lemmas. Ported from leanprover-community/mathlib3/pull/16040. Co-authored-by: Jiale Miao <[email protected]> Co-authored-by: Eric Wieser <[email protected]> Co-authored-by: utensil <[email protected]> Co-authored-by: Utensil <[email protected]>
Build failed (retrying...): |
In this PR, we define `lipschitzGroup`, `pinGroup` and `spinGroup`, and prove some basic lemmas. Ported from leanprover-community/mathlib3/pull/16040. Co-authored-by: Jiale Miao <[email protected]> Co-authored-by: Eric Wieser <[email protected]> Co-authored-by: utensil <[email protected]> Co-authored-by: Utensil <[email protected]>
Build failed: |
I agree with this, but didn't find the time to come back and say it. Sorry for letting this drag on so long @utensil! |
PR summary 1a12eaa0ebImport changes for modified filesNo significant changes to the import graph Import changes for all files
|
bors merge |
In this PR, we define `lipschitzGroup`, `pinGroup` and `spinGroup`, and prove some basic lemmas. Ported from leanprover-community/mathlib3/pull/16040. Co-authored-by: Jiale Miao <[email protected]> Co-authored-by: Eric Wieser <[email protected]> Co-authored-by: utensil <[email protected]> Co-authored-by: Utensil <[email protected]>
Build failed: |
Weird, looks like one of the runners went offline before the build finished: https://github.com/leanprover-community/mathlib4/actions/runs/10460865400 Let's try again. |
In this PR, we define `lipschitzGroup`, `pinGroup` and `spinGroup`, and prove some basic lemmas. Ported from leanprover-community/mathlib3/pull/16040. Co-authored-by: Jiale Miao <[email protected]> Co-authored-by: Eric Wieser <[email protected]> Co-authored-by: utensil <[email protected]> Co-authored-by: Utensil <[email protected]>
Build failed (retrying...): |
In this PR, we define `lipschitzGroup`, `pinGroup` and `spinGroup`, and prove some basic lemmas. Ported from leanprover-community/mathlib3/pull/16040. Co-authored-by: Jiale Miao <[email protected]> Co-authored-by: Eric Wieser <[email protected]> Co-authored-by: utensil <[email protected]> Co-authored-by: Utensil <[email protected]>
Build failed: |
One of the runners ran out of space. Re-running |
In this PR, we define `lipschitzGroup`, `pinGroup` and `spinGroup`, and prove some basic lemmas. Ported from leanprover-community/mathlib3/pull/16040. Co-authored-by: Jiale Miao <[email protected]> Co-authored-by: Eric Wieser <[email protected]> Co-authored-by: utensil <[email protected]> Co-authored-by: Utensil <[email protected]>
Pull request successfully merged into master. Build succeeded: |
In this PR, we define `lipschitzGroup`, `pinGroup` and `spinGroup`, and prove some basic lemmas. Ported from leanprover-community/mathlib3/pull/16040. Co-authored-by: Jiale Miao <[email protected]> Co-authored-by: Eric Wieser <[email protected]> Co-authored-by: utensil <[email protected]> Co-authored-by: Utensil <[email protected]>
In this PR, we define `lipschitzGroup`, `pinGroup` and `spinGroup`, and prove some basic lemmas. Ported from leanprover-community/mathlib3/pull/16040. Co-authored-by: Jiale Miao <[email protected]> Co-authored-by: Eric Wieser <[email protected]> Co-authored-by: utensil <[email protected]> Co-authored-by: Utensil <[email protected]>
In this PR, we define `lipschitzGroup`, `pinGroup` and `spinGroup`, and prove some basic lemmas. Ported from leanprover-community/mathlib3/pull/16040. Co-authored-by: Jiale Miao <[email protected]> Co-authored-by: Eric Wieser <[email protected]> Co-authored-by: utensil <[email protected]> Co-authored-by: Utensil <[email protected]>
In this PR, we define
lipschitzGroup
,pinGroup
andspinGroup
, and prove some basic lemmas.Ported from leanprover-community/mathlib3/pull/16040.
Co-authored-by: Jiale Miao [email protected]
Co-authored-by: Eric Wieser [email protected]
This PR is a port of leanprover-community/mathlib3#16040 .
invertible_of_invertible_ι
missing from feat(linear_algebra/clifford_algebra/spin_group) : Spin Group mathlib3#16040 (with @eric-wieser 's help)lipschitz
tolipschitzGroup
and update doc, commit log etc.This PR can be reviewed here or discussed on Zulip.