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(Mathlib/Algebra/BrauerGroup/Defs): define Brauer Equivalence and Brauer Group #20968

Closed
wants to merge 12 commits into from

Conversation

Whysoserioushah
Copy link
Collaborator

@Whysoserioushah Whysoserioushah commented Jan 22, 2025

co-authored by: @jjaassoonn


Open in Gitpod

Copy link

github-actions bot commented Jan 22, 2025

PR summary ba507b2bfb

Import changes for modified files

No significant changes to the import graph

Import changes for all files
Files Import difference
Mathlib.Algebra.BrauerGroup.Defs (new file) 1352

Declarations diff

+ Brauer.CSA_Setoid:
+ BrauerGroup
+ CSA
+ IsBrauerEquivalent
+ instance : CoeSort (CSA.{u, v} K) (Type v) := ⟨(·.carrier)⟩
+ is_eqv
+ refl
+ symm
+ trans

You can run this locally as follows
## summary with just the declaration names:
./scripts/declarations_diff.sh <optional_commit>

## more verbose report:
./scripts/declarations_diff.sh long <optional_commit>

The doc-module for script/declarations_diff.sh contains some details about this script.


No changes to technical debt.

You can run this locally as

./scripts/technical-debt-metrics.sh pr_summary
  • The relative value is the weighted sum of the differences with weight given by the inverse of the current value of the statistic.
  • The absolute value is the relative value divided by the total sum of the inverses of the current values (i.e. the weighted average of the differences).

@github-actions github-actions bot added the t-algebra Algebra (groups, rings, fields, etc) label Jan 22, 2025
@Whysoserioushah Whysoserioushah added the new-contributor This PR was made by a contributor with at most 5 merged PRs. Welcome to the community! label Jan 22, 2025
Mathlib/Algebra/BrauerGroup/Defs.lean Outdated Show resolved Hide resolved
Mathlib/Algebra/BrauerGroup/Defs.lean Outdated Show resolved Hide resolved
Mathlib/Algebra/BrauerGroup/Defs.lean Outdated Show resolved Hide resolved
Whysoserioushah and others added 2 commits January 22, 2025 21:14
Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
@eric-wieser eric-wieser added the awaiting-author A reviewer has asked the author a question or requested changes label Jan 22, 2025
@Whysoserioushah Whysoserioushah removed the awaiting-author A reviewer has asked the author a question or requested changes label Jan 22, 2025
Whysoserioushah and others added 2 commits January 22, 2025 21:37
Co-authored-by: Junyan Xu <junyanxu.math@gmail.com>
# TODOs
1. Prove that the Brauer group is an abelian group.
2. Prove that the Brauer group is a functor from the category of fields to the category of groups.
3. Prove that over a field, being Brauer equivalent is the same as being Morita equivalent.
Copy link
Contributor

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

Copy link
Collaborator Author

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?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

equivalency of Azumaya and CSA sorry-freed! Next step is to prove Morita iff BrauerEquivalent over field!

Copy link
Member

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.

Copy link
Collaborator Author

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 and BrauerGroup 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 okay

Copy link
Member

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

Mathlib/Algebra/BrauerGroup/Defs.lean Outdated Show resolved Hide resolved
Mathlib/Algebra/BrauerGroup/Defs.lean Outdated Show resolved Hide resolved
Mathlib/Algebra/BrauerGroup/Defs.lean Outdated Show resolved Hide resolved
Co-authored-by: Junyan Xu <junyanxu.math@gmail.com>
@grunweg grunweg changed the title feat(Mathlib/Algebra/BrauerGroup/Defs): Define Brauer Equivalence and Brauer Group feat(Mathlib/Algebra/BrauerGroup/Defs): define Brauer Equivalence and Brauer Group Jan 23, 2025
Co-authored-by: Bhavik Mehta <bhavikmehta8@gmail.com>
@leanprover-community-mathlib4-bot leanprover-community-mathlib4-bot added the ready-to-merge This PR has been sent to bors. label Jan 25, 2025
mathlib-bors bot pushed a commit that referenced this pull request Jan 25, 2025
… Brauer Group (#20968)

co-authored by: @jjaassoonn 



Co-authored-by: Whysoserioushah <109107491+Whysoserioushah@users.noreply.github.com>
@mathlib-bors
Copy link
Contributor

mathlib-bors bot commented Jan 25, 2025

Pull request successfully merged into master.

Build succeeded:

@mathlib-bors mathlib-bors bot changed the title feat(Mathlib/Algebra/BrauerGroup/Defs): define Brauer Equivalence and Brauer Group [Merged by Bors] - feat(Mathlib/Algebra/BrauerGroup/Defs): define Brauer Equivalence and Brauer Group Jan 25, 2025
@mathlib-bors mathlib-bors bot closed this Jan 25, 2025
@mathlib-bors mathlib-bors bot deleted the CSA branch January 25, 2025 07:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-contributor This PR was made by a contributor with at most 5 merged PRs. Welcome to the community! ready-to-merge This PR has been sent to bors. t-algebra Algebra (groups, rings, fields, etc)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants