Theorems · Definition · field theory
AlgHom.liftNormal
{F : Type u_1} →
[inst : Field F] →
{K₁ : Type u_3} →
{K₂ : Type u_4} →
[inst_1 : Field K₁] →
[inst_2 : Field K₂] →
[inst_3 : Algebra F K₁] →
[inst_4 : Algebra F K₂] →
(K₁ →ₐ[F] K₂) →
(E : Type u_6) →
[inst_5 : Field E] →
[inst_6 : Algebra F E] →
[inst_7 : Algebra K₁ E] →
[inst_8 : Algebra K₂ E] →
[IsScalarTower F K₁ E] → [IsScalarTower F K₂ E] → [h : Normal F E] → E →ₐ[F] EIf E/Kᵢ/F are towers of fields with E/F normal then we can lift
an algebra homomorphism ϕ : K₁ →ₐ[F] K₂ to ϕ.liftNormal E : E →ₐ[F] E.
- Defined in
- Mathlib.FieldTheory.Normal.Basic
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 147 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Algebrastatement and proof · cited by 11,388
- Fieldstatement and proof · cited by 7,404
- IsScalarTowerstatement and proof · cited by 3,896
- AlgHomstatement and proof · cited by 3,236
- Nonempty.someproof · cited by 340
- Normalstatement and proof · cited by 92
- AlgHom.restrictScalarsproof · cited by 83
Cited by4
Results whose statement or proof uses this declaration.
- AlgEquiv.liftNormalproof · cited by 6
- IntermediateField.normalClosure_def'proof · cited by 3
- AlgHom.liftNormal_commutesstatement · cited by 3
- AlgHom.restrict_liftNormalstatement and proof · cited by 0