Mathlib Map

Theorems · Definition · field theory

IsGaloisGroup.restrictHom

(G : Type u_1) →
  (G' : Type u_2) →
    [inst : Group G] →
      [inst_1 : Group G'] →
        (A : Type u_5) →
          (B : Type u_6) →
            (C : Type u_7) →
              [inst_2 : CommRing A] →
                [inst_3 : CommRing B] →
                  [inst_4 : CommRing C] →
                    [IsDomain C] →
                      [inst_6 : Algebra A B] →
                        [inst_7 : Algebra A C] →
                          [inst_8 : Algebra B C] →
                            [FaithfulSMul A B] →
                              [FaithfulSMul B C] →
                                [IsScalarTower A B C] →
                                  [Finite G] →
                                    [Finite G'] →
                                      [inst_14 : MulSemiringAction G C] →
                                        [IsGaloisGroup G A C] →
                                          [inst_16 : MulSemiringAction G' B] → [IsGaloisGroup G' A B] → G →* G'

The restriction homomorphism from the Galois group of C/A to the Galois group of B/A where C/B/A is a tower of domains with C/A and B/A Galois.

Defined in
Mathlib.FieldTheory.Galois.IsGaloisGroup
Cited by
5 results in Mathlib
Foundations
Depth 208 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
GroupGroupCommRingCommRingCommRingIsDomainAlgebraAlgebraAlgebraFaithfulSMulFaithfulSMulIsScalarTowerFiniteFiniteMulSemiringActionIsGaloisGroupMulSemiringActionIsGaloisGroup

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites19

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by5

Results whose statement or proof uses this declaration.