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.
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(Mathlib/Algebra/BrauerGroup/Defs): define Brauer Equivalence and Brauer Group #20968
[Merged by Bors] - feat(Mathlib/Algebra/BrauerGroup/Defs): define Brauer Equivalence and Brauer Group #20968
Changes from 6 commits
1e73d9b
f528e5d
48ed88f
0720584
0f6826f
8f91cdc
9fef1ca
4dd08ba
cb258ea
c672292
6163382
ba507b2
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
For this we do need to use the notion of Morita equivalence over a base field/commutative ring, which is now in #20632: see https://mathoverflow.net/questions/344673/are-azumaya-algebras-of-trivial-brauer-class-isomorphic-to-mathcalend-mathc#comment1183423_344684
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.
the official PR is actually #20640, I have a WIP branch on mathlib called
azumaya_wip
that's gonna be about proving azumaya algebras on fields aare indeed central simple algebras but a lot prerequists are yet to implement,optimistically speaking that part of content is about 2-3 PRs away?
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.
equivalency of
Azumaya
andCSA
sorry-freed! Next step is to proveMorita
iffBrauerEquivalent
over field!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.
I'm inclined to wait with this PR for a little time while mathlib learns more about Azumaya algebras. Because I imagine that most of this file will have to be rewritten anyways once you have Morita equivalence for Azumaya algebras available.
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.
No I think my current plan is (because I have lots of materials on
CSA
andBrauerGroup
awaiting PR) to PR only about fields and I'm proving over fields this is equivalent to azumaya algebra and morita equivalence if that's okayThere 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.
Ok, let's go for it.
bors merge