Mathlib Map

Theorems · Definition · field theory

IntermediateField.LinearDisjoint

{F : Type u} →
  {E : Type v} →
    [inst : Field F] →
      [inst_1 : Field E] →
        [inst_2 : Algebra F E] →
          IntermediateField F E →
            (L : Type w) →
              [inst_3 : Field L] → [inst_4 : Algebra F L] → [inst_5 : Algebra L E] → [IsScalarTower F L E] → Prop

If A is an intermediate field of E / F, and E / L / F is a field extension tower, then A and L are linearly disjoint, if they are linearly disjoint as subalgebras of E (Subalgebra.LinearDisjoint).

Defined in
Mathlib.FieldTheory.LinearDisjoint
Cited by
82 results in Mathlib
Foundations
Depth 47 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
FieldFieldAlgebraFieldAlgebraAlgebraIsScalarTower

Around this declaration

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

IntermediateField.linearDisjoint_iff' · cited by 19IntermediateField.linearD…IntermediateField.LinearDisjoint.basisOfBasisRight · cited by 4LinearDisjoint.basisOfBas…IntermediateField.LinearDisjoint.lift_adjoin_rank_eq_lift_rank_right_of_isAlgebraic · cited by 4LinearDisjoint.lift_adjoi…Module.Basis.ofIsCoprimeDifferentIdeal · cited by 3Basis.ofIsCoprimeDifferen…IsDedekindDomain.differentIdeal_eq_map_differentIdeal · cited by 3IsDedekindDomain.differen…IntermediateField.LinearDisjoint.lift_rank_right_mul_lift_adjoin_rank_eq_of_isAlgebraic · cited by 3LinearDisjoint.lift_rank_…IntermediateField.linearDisjoint_iff · cited by 3IntermediateField.linearD…IntermediateField.LinearDisjoint.adjoin_rank_eq_rank_left_of_isAlgebraic · cited by 2LinearDisjoint.adjoin_ran…IntermediateField.LinearDisjoint.adjoin_rank_eq_rank_right_of_isAlgebraic · cited by 2LinearDisjoint.adjoin_ran…IntermediateField.LinearDisjoint.basisOfBasisLeft · cited by 2LinearDisjoint.basisOfBas…IntermediateField.LinearDisjoint.finrank_left_eq_finrank · cited by 2LinearDisjoint.finrank_le…IntermediateField.LinearDisjoint.inf_eq_bot · cited by 2LinearDisjoint.inf_eq_botIntermediateField.LinearDisjoint.of_inf_eq_bot · cited by 2LinearDisjoint.of_inf_eq_…IntermediateField.LinearDisjoint.of_le_left · cited by 2LinearDisjoint.of_le_leftIntermediateField.LinearDisjoint.rank_right_mul_adjoin_rank_eq_of_isAlgebraic · cited by 2LinearDisjoint.rank_right…Algebra · cited by 11388AlgebraField · cited by 7404FieldIsScalarTower · cited by 3896IsScalarTowerIntermediateField · cited by 988IntermediateFieldIsScalarTower.toAlgHom · cited by 232IsScalarTower.toAlgHomAlgHom.range · cited by 169AlgHom.rangeIntermediateField.toSubalgebra · cited by 134IntermediateField.toSubal…Subalgebra.LinearDisjoint · cited by 75Subalgebra.LinearDisjointIntermediateField.LinearDisjo…CITED BYCITES

Cites8

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

Cited by85

Results whose statement or proof uses this declaration.