Documentation

LeanPool.BrauerGroupNew.RelativeBrauer

Relative Brauer Group #

Main results #

@[reducible, inline]
noncomputable abbrev RelativeBrGroup (K F : Type u) [Field K] [Field F] [Algebra F K] :

The relative Brauer group Br(K/F) is the kernel of the base-change map Br F → Br K.

Equations
Instances For
    theorem BrauerGroup.split_iff (K F : Type u) [Field K] [Field F] [Algebra F K] (A : CSA F) :

    A central simple algebra is split by K iff its Brauer class base-changes to 1.

    theorem mem_relativeBrGroup (K F : Type u) [Field K] [Field F] [Algebra F K] (A : CSA F) :

    Membership in the relative Brauer group is equivalent to being split by K.

    theorem split_sound (K F : Type u) [Field K] [Field F] [Algebra F K] (A B : CSA F) (h0 : IsBrauerEquivalent A B) (h : isSplit F (↑A.toAlgCat) K) :
    isSplit F (↑B.toAlgCat) K

    Brauer-equivalent central simple algebras have the same splitting fields.

    theorem split_sound' (K F : Type u) [Field K] [Field F] [Algebra F K] (A B : CSA F) (h0 : IsBrauerEquivalent A B) :
    isSplit F (↑A.toAlgCat) K isSplit F (↑B.toAlgCat) K

    Brauer-equivalent central simple algebras are split by K simultaneously.

    theorem IsBrauerEquivalent.exists_common_division_algebra (K : Type u) [Field K] (A B : CSA K) (h : IsBrauerEquivalent A B) :
    ∃ (D : Type u) (x : DivisionRing D) (x_1 : Algebra K D) (m : ) (n : ) (_ : NeZero m) (_ : NeZero n), Nonempty (A.toAlgCat ≃ₐ[K] Matrix (Fin m) (Fin m) D) Nonempty (B.toAlgCat ≃ₐ[K] Matrix (Fin n) (Fin n) D)

    Brauer-equivalent central simple algebras have matrix forms over a common division algebra.