Loogle!
Result
Found 244 declarations mentioning Algebra.IsSeparable. Of these, only the first 200 are shown.
- Algebra.IsSeparable ๐ Mathlib.FieldTheory.Separable
(F : Type u_1) (K : Type u_3) [CommRing F] [Ring K] [Algebra F K] : Prop - Algebra.isSeparable_self ๐ Mathlib.FieldTheory.Separable
(F : Type u_1) [Field F] : Algebra.IsSeparable F F - Algebra.IsSeparable.isAlgebraic ๐ Mathlib.FieldTheory.Separable
(F : Type u_1) (K : Type u_3) [CommRing F] [Ring K] [Algebra F K] [Nontrivial F] [Algebra.IsSeparable F K] : Algebra.IsAlgebraic F K - Algebra.IsSeparable.isIntegral ๐ Mathlib.FieldTheory.Separable
(F : Type u_1) {K : Type u_3} [CommRing F] [Ring K] [Algebra F K] [Algebra.IsSeparable F K] (x : K) : IsIntegral F x - Algebra.IsSeparable.isSeparable ๐ Mathlib.FieldTheory.Separable
(F : Type u_1) {K : Type u_3} [CommRing F] [Ring K] [Algebra F K] [Algebra.IsSeparable F K] (x : K) : IsSeparable F x - Algebra.IsSeparable.isSeparable' ๐ Mathlib.FieldTheory.Separable
{F : Type u_1} {K : Type u_3} {instโ : CommRing F} {instโยน : Ring K} {instโยฒ : Algebra F K} [self : Algebra.IsSeparable F K] (x : K) : IsSeparable F x - Algebra.IsSeparable.mk ๐ Mathlib.FieldTheory.Separable
{F : Type u_1} {K : Type u_3} [CommRing F] [Ring K] [Algebra F K] (isSeparable' : โ (x : K), IsSeparable F x) : Algebra.IsSeparable F K - Algebra.isSeparable_def ๐ Mathlib.FieldTheory.Separable
(F : Type u_1) (K : Type u_3) [CommRing F] [Ring K] [Algebra F K] : Algebra.IsSeparable F K โ โ (x : K), IsSeparable F x - Algebra.isSeparable_iff ๐ Mathlib.FieldTheory.Separable
{F : Type u_1} {K : Type u_3} [CommRing F] [Ring K] [Algebra F K] : Algebra.IsSeparable F K โ โ (x : K), IsIntegral F x โง IsSeparable F x - Algebra.IsSeparable.of_integral ๐ Mathlib.FieldTheory.Separable
(F : Type u_1) [Field F] (K : Type u_2) [Ring K] [Algebra F K] [IsDomain K] [Algebra.IsIntegral F K] [CharZero F] : Algebra.IsSeparable F K - AlgEquiv.Algebra.isSeparable ๐ Mathlib.FieldTheory.Separable
{F : Type u_1} {K : Type u_3} [CommRing F] [Ring K] [Algebra F K] {E : Type u_4} [Ring E] [Algebra F E] (e : K โโ[F] E) [Algebra.IsSeparable F K] : Algebra.IsSeparable F E - AlgEquiv.Algebra.isSeparable_iff ๐ Mathlib.FieldTheory.Separable
{F : Type u_1} {K : Type u_3} [CommRing F] [Ring K] [Algebra F K] {E : Type u_4} [Ring E] [Algebra F E] (e : K โโ[F] E) : Algebra.IsSeparable F K โ Algebra.IsSeparable F E - Algebra.IsSeparable.of_algHom ๐ Mathlib.FieldTheory.Separable
(F : Type u_1) [Field F] {E : Type u_3} (E' : Type u_4) [Field E] [Field E'] [Algebra F E] [Algebra F E'] [Algebra.IsSeparable F E'] (f : E โโ[F] E') : Algebra.IsSeparable F E - Algebra.isSeparable_tower_top_of_isSeparable ๐ Mathlib.FieldTheory.Separable
(F : Type u_1) (L : Type u_2) [CommRing F] (E : Type u_4) [Field L] [Ring E] [Algebra F L] [Algebra F E] [Algebra L E] [IsScalarTower F L E] [Algebra.IsSeparable F E] : Algebra.IsSeparable L E - Algebra.isSeparable_tower_bot_of_isSeparable ๐ Mathlib.FieldTheory.Separable
(F : Type u_1) [Field F] (K : Type u_2) (E : Type u_3) [Field K] [Ring E] [Algebra F K] [Algebra F E] [Nontrivial E] [Algebra K E] [IsScalarTower F K E] [h : Algebra.IsSeparable F E] : Algebra.IsSeparable F K - IntermediateField.isSeparable_tower_top ๐ Mathlib.FieldTheory.Separable
(F : Type u_1) [Field F] {K : Type u_2} [Field K] [Algebra F K] (M : IntermediateField F K) [Algebra.IsSeparable F K] : Algebra.IsSeparable (โฅM) K - Subalgebra.isSeparable_iff ๐ Mathlib.FieldTheory.Separable
{F : Type u_1} {L : Type u_2} [CommRing F] [Ring L] [Algebra F L] {S : Subalgebra F L} : Algebra.IsSeparable F โฅS โ โ x โ S, IsSeparable F x - IntermediateField.isSeparable_tower_bot ๐ Mathlib.FieldTheory.Separable
(F : Type u_1) [Field F] {K : Type u_2} [Field K] [Algebra F K] (M : IntermediateField F K) [Algebra.IsSeparable F K] : Algebra.IsSeparable F โฅM - Algebra.IsSeparable.of_equiv_equiv ๐ Mathlib.FieldTheory.Separable
{Aโ : Type u_1} {Bโ : Type u_2} {Aโ : Type u_3} {Bโ : Type u_4} [Field Aโ] [Ring Bโ] [Field Aโ] [Ring Bโ] [Algebra Aโ Bโ] [Algebra Aโ Bโ] (eโ : Aโ โ+* Aโ) (eโ : Bโ โ+* Bโ) (he : (algebraMap Aโ Bโ).comp โeโ = (โeโ).comp (algebraMap Aโ Bโ)) [Algebra.IsSeparable Aโ Bโ] : Algebra.IsSeparable Aโ Bโ - Algebra.IsSeparable.iff_of_equiv_equiv ๐ Mathlib.FieldTheory.Separable
{Aโ : Type u_1} {Bโ : Type u_2} {Aโ : Type u_3} {Bโ : Type u_4} [Field Aโ] [Ring Bโ] [Field Aโ] [Ring Bโ] [Algebra Aโ Bโ] [Algebra Aโ Bโ] (eโ : Aโ โ+* Aโ) (eโ : Bโ โ+* Bโ) (he : (algebraMap Aโ Bโ).comp โeโ = (โeโ).comp (algebraMap Aโ Bโ)) : Algebra.IsSeparable Aโ Bโ โ Algebra.IsSeparable Aโ Bโ - Algebra.IsAlgebraic.isSeparable_of_perfectField ๐ Mathlib.FieldTheory.Perfect
{K : Type u_1} {L : Type u_2} [Field K] [Field L] [Algebra K L] [Algebra.IsAlgebraic K L] [PerfectField K] : Algebra.IsSeparable K L - FixedPoints.isSeparable ๐ Mathlib.FieldTheory.Fixed
(G : Type u) [Group G] (F : Type v) [Field F] [MulSemiringAction G F] [Finite G] : Algebra.IsSeparable (โฅ(FixedPoints.subfield G F)) F - IsAlgClosure.separable ๐ Mathlib.FieldTheory.IsAlgClosed.Basic
(R : Type u_1) (K : Type u_2) [Field R] [Field K] [Algebra R K] [IsAlgClosure R K] [CharZero R] : Algebra.IsSeparable R K - instIsSeparableQuotientIdealOfResidueField ๐ Mathlib.RingTheory.LocalRing.ResidueField.Instances
{A : Type u_2} {B : Type u_3} [CommRing A] [CommRing B] [Algebra A B] (p : Ideal A) (q : Ideal B) [q.LiesOver p] [p.IsMaximal] [q.IsMaximal] [Algebra (Localization.AtPrime p) (Localization.AtPrime q)] [Localization.AtPrime.IsLiesOverAlgebra p q] [Algebra.IsSeparable p.ResidueField q.ResidueField] : Algebra.IsSeparable (A โงธ p) (B โงธ q) - instIsSeparableResidueFieldOfQuotientIdeal ๐ Mathlib.RingTheory.LocalRing.ResidueField.Instances
{A : Type u_2} {B : Type u_3} [CommRing A] [CommRing B] [Algebra A B] (p : Ideal A) (q : Ideal B) [q.LiesOver p] [p.IsMaximal] [q.IsMaximal] [Algebra (Localization.AtPrime p) (Localization.AtPrime q)] [Localization.AtPrime.IsLiesOverAlgebra p q] [Algebra.IsSeparable (A โงธ p) (B โงธ q)] : Algebra.IsSeparable p.ResidueField q.ResidueField - Algebra.isSeparable_residueField_iff ๐ Mathlib.RingTheory.LocalRing.ResidueField.Instances
{A : Type u_2} {B : Type u_3} [CommRing A] [CommRing B] [Algebra A B] {p : Ideal A} {q : Ideal B} [q.LiesOver p] [p.IsMaximal] [q.IsMaximal] [Algebra (Localization.AtPrime p) (Localization.AtPrime q)] [Localization.AtPrime.IsLiesOverAlgebra p q] : Algebra.IsSeparable p.ResidueField q.ResidueField โ Algebra.IsSeparable (A โงธ p) (B โงธ q) - Field.powerBasisOfFiniteOfSeparable ๐ Mathlib.FieldTheory.PrimitiveElement
(F : Type u_1) (E : Type u_2) [Field F] [Field E] [Algebra F E] [FiniteDimensional F E] [Algebra.IsSeparable F E] : PowerBasis F E - Field.primitive_element_inf_aux ๐ Mathlib.FieldTheory.PrimitiveElement
(F : Type u_1) [Field F] [Infinite F] {E : Type u_2} [Field E] (ฮฑ ฮฒ : E) [Algebra F E] [Algebra.IsSeparable F E] : โ ฮณ, Fโฎฮฑ, ฮฒโฏ = Fโฎฮณโฏ - AlgHom.card ๐ Mathlib.FieldTheory.PrimitiveElement
(F : Type u_1) (E : Type u_2) [Field F] [Field E] [Algebra F E] [FiniteDimensional F E] [Algebra.IsSeparable F E] (K : Type u_3) [Field K] [IsAlgClosed K] [Algebra F K] : Fintype.card (E โโ[F] K) = Module.finrank F E - AlgHom.natCard_of_splits ๐ Mathlib.FieldTheory.PrimitiveElement
(F : Type u_1) (E : Type u_2) [Field F] [Field E] [Algebra F E] [FiniteDimensional F E] [Algebra.IsSeparable F E] (L : Type u_3) [Field L] [Algebra F L] (hL : โ (x : E), (Polynomial.map (algebraMap F L) (minpoly F x)).Splits) : Nat.card (E โโ[F] L) = Module.finrank F E - Field.exists_primitive_element ๐ Mathlib.FieldTheory.PrimitiveElement
(F : Type u_1) (E : Type u_2) [Field F] [Field E] [Algebra F E] [FiniteDimensional F E] [Algebra.IsSeparable F E] : โ ฮฑ, Fโฎฮฑโฏ = โค - AlgHom.card_of_splits ๐ Mathlib.FieldTheory.PrimitiveElement
(F : Type u_1) (E : Type u_2) [Field F] [Field E] [Algebra F E] [FiniteDimensional F E] [Algebra.IsSeparable F E] (L : Type u_3) [Field L] [Algebra F L] (hL : โ (x : E), (Polynomial.map (algebraMap F L) (minpoly F x)).Splits) : Fintype.card (E โโ[F] L) = Module.finrank F E - Field.primitive_element_iff_algHom_eq_of_eval' ๐ Mathlib.FieldTheory.PrimitiveElement
(F : Type u_3) {E : Type u_4} [Field F] [Field E] [Algebra F E] [FiniteDimensional F E] [Algebra.IsSeparable F E] (A : Type u_5) [Field A] [Algebra F A] (hA : โ (x : E), (Polynomial.map (algebraMap F A) (minpoly F x)).Splits) (ฮฑ : E) : Fโฎฮฑโฏ = โค โ Function.Injective fun ฯ => ฯ ฮฑ - Field.primitive_element_iff_algHom_eq_of_eval ๐ Mathlib.FieldTheory.PrimitiveElement
(F : Type u_3) {E : Type u_4} [Field F] [Field E] [Algebra F E] [FiniteDimensional F E] [Algebra.IsSeparable F E] (A : Type u_5) [Field A] [Algebra F A] (hA : โ (x : E), (Polynomial.map (algebraMap F A) (minpoly F x)).Splits) (ฮฑ : E) (ฯ : E โโ[F] A) : Fโฎฮฑโฏ = โค โ โ (ฯ : E โโ[F] A), ฯ ฮฑ = ฯ ฮฑ โ ฯ = ฯ - Field.finSepDegree_eq_finrank_of_isSeparable ๐ Mathlib.FieldTheory.SeparableDegree
(F : Type u) (E : Type v) [Field F] [Field E] [Algebra F E] [Algebra.IsSeparable F E] : Field.finSepDegree F E = Module.finrank F E - Field.Algebra.IsSeparable.finSepDegree_eq ๐ Mathlib.FieldTheory.SeparableDegree
(F : Type u) (E : Type v) [Field F] [Field E] [Algebra F E] [Algebra.IsSeparable F E] : Field.finSepDegree F E = Module.finrank F E - Field.finSepDegree_eq_finrank_iff ๐ Mathlib.FieldTheory.SeparableDegree
(F : Type u) (E : Type v) [Field F] [Field E] [Algebra F E] [FiniteDimensional F E] : Field.finSepDegree F E = Module.finrank F E โ Algebra.IsSeparable F E - Algebra.IsSeparable.trans ๐ Mathlib.FieldTheory.SeparableDegree
(F : Type u) (E : Type v) [Field F] [Field E] [Algebra F E] (K : Type w) [Field K] [Algebra F K] [Algebra E K] [IsScalarTower F E K] [Algebra.IsSeparable F E] [Algebra.IsSeparable E K] : Algebra.IsSeparable F K - IsSeparable.of_algebra_isSeparable_of_isSeparable ๐ Mathlib.FieldTheory.SeparableDegree
(F : Type u) {E : Type v} [Field F] [Field E] [Algebra F E] {K : Type w} [Field K] [Algebra F K] [Algebra E K] [IsScalarTower F E K] [Algebra.IsSeparable F E] {x : K} (hsep : IsSeparable E x) : IsSeparable F x - IntermediateField.isSeparable_of_mem_isSeparable ๐ Mathlib.FieldTheory.SeparableDegree
(F : Type u) (E : Type v) [Field F] [Field E] [Algebra F E] {L : IntermediateField F E} [Algebra.IsSeparable F โฅL] {x : E} (h : x โ L) : IsSeparable F x - IntermediateField.isSeparable_adjoin_simple_iff_isSeparable ๐ Mathlib.FieldTheory.SeparableDegree
(F : Type u) (E : Type v) [Field F] [Field E] [Algebra F E] {x : E} : Algebra.IsSeparable F โฅFโฎxโฏ โ IsSeparable F x - IntermediateField.isSeparable_adjoin_pair_of_isSeparable ๐ Mathlib.FieldTheory.SeparableDegree
(F : Type u) (E : Type v) [Field F] [Field E] [Algebra F E] {x y : E} (hx : IsSeparable F x) (hy : IsSeparable F y) : Algebra.IsSeparable F โฅFโฎx, yโฏ - IntermediateField.isSeparable_bot ๐ Mathlib.FieldTheory.SeparableDegree
(F : Type u) (E : Type v) [Field F] [Field E] [Algebra F E] : Algebra.IsSeparable F โฅโฅ - IntermediateField.isSeparable_top ๐ Mathlib.FieldTheory.SeparableDegree
(F : Type u) (E : Type v) [Field F] [Field E] [Algebra F E] : Algebra.IsSeparable F โฅโค โ Algebra.IsSeparable F E - Algebra.IsSeparable.finInsepDegree_eq ๐ Mathlib.FieldTheory.SeparableClosure
(F : Type u) (E : Type v) [Field F] [Field E] [Algebra F E] [Algebra.IsSeparable F E] : Field.finInsepDegree F E = 1 - Algebra.IsSeparable.insepDegree_eq ๐ Mathlib.FieldTheory.SeparableClosure
(F : Type u) (E : Type v) [Field F] [Field E] [Algebra F E] [Algebra.IsSeparable F E] : Field.insepDegree F E = 1 - Algebra.isSeparable_of_separable_splitting_field ๐ Mathlib.FieldTheory.SeparableClosure
(F : Type u) (E : Type v) [Field F] [Field E] [Algebra F E] {p : Polynomial F} [sp : Polynomial.IsSplittingField F E p] (hp : p.Separable) : Algebra.IsSeparable F E - Algebra.IsSeparable.sepDegree_eq ๐ Mathlib.FieldTheory.SeparableClosure
(F : Type u) (E : Type v) [Field F] [Field E] [Algebra F E] [Algebra.IsSeparable F E] : Field.sepDegree F E = Module.rank F E - separableClosure.eq_restrictScalars_of_isSeparable ๐ Mathlib.FieldTheory.SeparableClosure
(F : Type u) (E : Type v) [Field F] [Field E] [Algebra F E] (K : Type w) [Field K] [Algebra F K] [Algebra E K] [IsScalarTower F E K] [Algebra.IsSeparable F E] : separableClosure F K = IntermediateField.restrictScalars F (separableClosure E K) - separableClosure.eq_top_iff ๐ Mathlib.FieldTheory.SeparableClosure
(F : Type u) (E : Type v) [Field F] [Field E] [Algebra F E] : separableClosure F E = โค โ Algebra.IsSeparable F E - separableClosure.isSeparable ๐ Mathlib.FieldTheory.SeparableClosure
(F : Type u) (E : Type v) [Field F] [Field E] [Algebra F E] : Algebra.IsSeparable F โฅ(separableClosure F E) - le_separableClosure ๐ Mathlib.FieldTheory.SeparableClosure
(F : Type u) (E : Type v) [Field F] [Field E] [Algebra F E] (L : IntermediateField F E) [Algebra.IsSeparable F โฅL] : L โค separableClosure F E - le_separableClosure_iff ๐ Mathlib.FieldTheory.SeparableClosure
(F : Type u) (E : Type v) [Field F] [Field E] [Algebra F E] (L : IntermediateField F E) : L โค separableClosure F E โ Algebra.IsSeparable F โฅL - IntermediateField.isSeparable_adjoin_iff_isSeparable ๐ Mathlib.FieldTheory.SeparableClosure
(F : Type u) (E : Type v) [Field F] [Field E] [Algebra F E] {S : Set E} : Algebra.IsSeparable F โฅ(IntermediateField.adjoin F S) โ โ x โ S, IsSeparable F x - IntermediateField.isSeparable_iSup ๐ Mathlib.FieldTheory.SeparableClosure
(F : Type u) (E : Type v) [Field F] [Field E] [Algebra F E] {ฮน : Type u_1} {t : ฮน โ IntermediateField F E} [h : โ (i : ฮน), Algebra.IsSeparable F โฅ(t i)] : Algebra.IsSeparable F โฅ(โจ i, t i) - IntermediateField.isSeparable_sup ๐ Mathlib.FieldTheory.SeparableClosure
(F : Type u) (E : Type v) [Field F] [Field E] [Algebra F E] (L1 L2 : IntermediateField F E) [h1 : Algebra.IsSeparable F โฅL1] [h2 : Algebra.IsSeparable F โฅL2] : Algebra.IsSeparable F โฅ(L1 โ L2) - IsGalois.to_isSeparable ๐ Mathlib.FieldTheory.Galois.Basic
{F : Type u_1} {instโ : Field F} {E : Type u_2} {instโยน : Field E} {instโยฒ : Algebra F E} [self : IsGalois F E] : Algebra.IsSeparable F E - IsGalois.mk ๐ Mathlib.FieldTheory.Galois.Basic
{F : Type u_1} [Field F] {E : Type u_2} [Field E] [Algebra F E] [to_isSeparable : Algebra.IsSeparable F E] [to_normal : Normal F E] : IsGalois F E - isGalois_iff ๐ Mathlib.FieldTheory.Galois.Basic
{F : Type u_1} [Field F] {E : Type u_2} [Field E] [Algebra F E] : IsGalois F E โ Algebra.IsSeparable F E โง Normal F E - Algebra.IsQuadraticExtension.isGalois ๐ Mathlib.FieldTheory.Galois.Basic
(F : Type u_1) (K : Type u_2) [Field F] [Field K] [Algebra F K] [Algebra.IsQuadraticExtension F K] [Algebra.IsSeparable F K] : IsGalois F K - IsSepClosure.isSeparable ๐ Mathlib.FieldTheory.IsSepClosed
{k : Type u} [Field k] {K : Type v} [Field K] [Algebra k K] [IsSepClosure k K] : Algebra.IsSeparable k K - IsSepClosure.separable ๐ Mathlib.FieldTheory.IsSepClosed
{k : Type u} {instโ : Field k} {K : Type v} {instโยน : Field K} {instโยฒ : Algebra k K} [self : IsSepClosure k K] : Algebra.IsSeparable k K - IsSepClosure.mk ๐ Mathlib.FieldTheory.IsSepClosed
{k : Type u} [Field k] {K : Type v} [Field K] [Algebra k K] (sep_closed : IsSepClosed K) (separable : Algebra.IsSeparable k K) : IsSepClosure k K - isSepClosure_iff ๐ Mathlib.FieldTheory.IsSepClosed
{k : Type u} [Field k] {K : Type v} [Field K] [Algebra k K] : IsSepClosure k K โ IsSepClosed K โง Algebra.IsSeparable k K - IsSepClosed.lift ๐ Mathlib.FieldTheory.IsSepClosed
{K : Type u_1} {L : Type u_2} {M : Type u_3} [Field K] [Field L] [Algebra K L] [Field M] [Algebra K M] [IsSepClosed M] [Algebra.IsSeparable K L] : L โโ[K] M - IsSepClosed.algebraMap_bijective ๐ Mathlib.FieldTheory.IsSepClosed
(k : Type u) [Field k] (K : Type v) [Field K] [IsSepClosed k] [Algebra k K] [Algebra.IsSeparable k K] : Function.Bijective โ(algebraMap k K) - IsSepClosed.algebraMap_surjective ๐ Mathlib.FieldTheory.IsSepClosed
(k : Type u) [Field k] (K : Type v) [Field K] [IsSepClosed k] [Algebra k K] [Algebra.IsSeparable k K] : Function.Surjective โ(algebraMap k K) - IsSepClosed.lift_def ๐ Mathlib.FieldTheory.IsSepClosed
{K : Type u_1} {L : Type u_2} {M : Type u_3} [Field K] [Field L] [Algebra K L] [Field M] [Algebra K M] [IsSepClosed M] [Algebra.IsSeparable K L] : IsSepClosed.lift = Classical.choice โฏ - IsSepClosed.surjective_domRestrict_of_isSeparable ๐ Mathlib.FieldTheory.IsSepClosed
{K : Type u} (L : Type v) {M : Type w} [Field K] [Field L] [Algebra K L] [Field M] [Algebra K M] [IsSepClosed M] {E : Type u_1} [Field E] [Algebra K E] [Algebra L E] [IsScalarTower K L E] [Algebra.IsSeparable L E] : Function.Surjective fun ฯ => AlgHom.domRestrict L ฯ - IsSepClosed.surjective_restrictDomain_of_isSeparable ๐ Mathlib.FieldTheory.IsSepClosed
{K : Type u} (L : Type v) {M : Type w} [Field K] [Field L] [Algebra K L] [Field M] [Algebra K M] [IsSepClosed M] {E : Type u_1} [Field E] [Algebra K E] [Algebra L E] [IsScalarTower K L E] [Algebra.IsSeparable L E] : Function.Surjective fun ฯ => AlgHom.domRestrict L ฯ - IntermediateField.eq_bot_of_isSepClosed_of_isSeparable ๐ Mathlib.FieldTheory.IsSepClosed
{k : Type u} [Field k] {K : Type v} [Field K] [IsSepClosed k] [Algebra k K] (L : IntermediateField k K) [Algebra.IsSeparable k โฅL] : L = โฅ - isSeparable_iff_finInsepDegree_eq_one ๐ Mathlib.FieldTheory.PurelyInseparable.Basic
(F : Type u) [Field F] (K : Type w) [Field K] [Algebra F K] : Algebra.IsSeparable F K โ Field.finInsepDegree F K = 1 - IsPurelyInseparable.surjective_algebraMap_of_isSeparable ๐ Mathlib.FieldTheory.PurelyInseparable.Basic
(F : Type u_1) (E : Type u_2) [CommRing F] [Ring E] [Algebra F E] [IsPurelyInseparable F E] [Algebra.IsSeparable F E] : Function.Surjective โ(algebraMap F E) - IsPurelyInseparable.bijective_algebraMap_of_isSeparable ๐ Mathlib.FieldTheory.PurelyInseparable.Basic
(F : Type u_1) (E : Type u_2) [CommRing F] [Ring E] [Algebra F E] [Nontrivial E] [IsDomain F] [Module.IsTorsionFree F E] [IsPurelyInseparable F E] [Algebra.IsSeparable F E] : Function.Bijective โ(algebraMap F E) - separableClosure.adjoin_eq_of_isAlgebraic_of_isSeparable ๐ Mathlib.FieldTheory.PurelyInseparable.Basic
{F : Type u} {E : Type v} [Field F] [Field E] [Algebra F E] (K : Type w) [Field K] [Algebra F K] [Algebra E K] [IsScalarTower F E K] [Algebra.IsAlgebraic F E] [Algebra.IsSeparable E K] : IntermediateField.adjoin E โ(separableClosure F K) = โค - eq_separableClosure ๐ Mathlib.FieldTheory.PurelyInseparable.Basic
(F : Type u) (E : Type v) [Field F] [Field E] [Algebra F E] (L : IntermediateField F E) [Algebra.IsSeparable F โฅL] [IsPurelyInseparable (โฅL) E] : L = separableClosure F E - eq_separableClosure_iff ๐ Mathlib.FieldTheory.PurelyInseparable.Basic
(F : Type u) (E : Type v) [Field F] [Field E] [Algebra F E] [Algebra.IsAlgebraic F E] (L : IntermediateField F E) : L = separableClosure F E โ Algebra.IsSeparable F โฅL โง IsPurelyInseparable (โฅL) E - Subalgebra.eq_bot_of_isPurelyInseparable_of_isSeparable ๐ Mathlib.FieldTheory.PurelyInseparable.Basic
{F : Type u_1} {E : Type u_2} [CommRing F] [Ring E] [Algebra F E] (L : Subalgebra F E) [IsPurelyInseparable F โฅL] [Algebra.IsSeparable F โฅL] : L = โฅ - IntermediateField.eq_bot_of_isPurelyInseparable_of_isSeparable ๐ Mathlib.FieldTheory.PurelyInseparable.Basic
{F : Type u} {E : Type v} [Field F] [Field E] [Algebra F E] (L : IntermediateField F E) [IsPurelyInseparable F โฅL] [Algebra.IsSeparable F โฅL] : L = โฅ - Algebra.FormallyUnramified.of_isSeparable ๐ Mathlib.RingTheory.Unramified.Field
(K : Type u_1) (L : Type u_3) [Field K] [Field L] [Algebra K L] [Algebra.IsSeparable K L] : Algebra.FormallyUnramified K L - Algebra.FormallyUnramified.isSeparable ๐ Mathlib.RingTheory.Unramified.Field
(K : Type u_1) (L : Type u_3) [Field K] [Field L] [Algebra K L] [Algebra.FormallyUnramified K L] [Algebra.EssFiniteType K L] : Algebra.IsSeparable K L - Algebra.FormallyUnramified.iff_isSeparable ๐ Mathlib.RingTheory.Unramified.Field
(K : Type u_1) [Field K] (L : Type u) [Field L] [Algebra K L] [Algebra.EssFiniteType K L] : Algebra.FormallyUnramified K L โ Algebra.IsSeparable K L - Algebra.instIsSeparableResidueFieldOfFormallyUnramified ๐ Mathlib.RingTheory.Unramified.LocalRing
{R : Type u_1} {S : Type u_2} [CommRing R] [CommRing S] [Algebra R S] [IsLocalRing R] [IsLocalRing S] [IsLocalHom (algebraMap R S)] [Algebra.EssFiniteType R S] [Algebra.FormallyUnramified R S] : Algebra.IsSeparable (IsLocalRing.ResidueField R) (IsLocalRing.ResidueField S) - Algebra.FormallyUnramified.of_map_maximalIdeal ๐ Mathlib.RingTheory.Unramified.LocalRing
{R : Type u_1} {S : Type u_2} [CommRing R] [CommRing S] [Algebra R S] [IsLocalRing R] [IsLocalRing S] [IsLocalHom (algebraMap R S)] [Algebra.EssFiniteType R S] [Algebra.IsSeparable (IsLocalRing.ResidueField R) (IsLocalRing.ResidueField S)] (H : Ideal.map (algebraMap R S) (IsLocalRing.maximalIdeal R) = IsLocalRing.maximalIdeal S) : Algebra.FormallyUnramified R S - Algebra.FormallyUnramified.iff_map_maximalIdeal_eq ๐ Mathlib.RingTheory.Unramified.LocalRing
{R : Type u_1} {S : Type u_2} [CommRing R] [CommRing S] [Algebra R S] [IsLocalRing R] [IsLocalRing S] [IsLocalHom (algebraMap R S)] [Algebra.EssFiniteType R S] : Algebra.FormallyUnramified R S โ Algebra.IsSeparable (IsLocalRing.ResidueField R) (IsLocalRing.ResidueField S) โง Ideal.map (algebraMap R S) (IsLocalRing.maximalIdeal R) = IsLocalRing.maximalIdeal S - Algebra.instIsSeparableResidueFieldOfIsUnramifiedAt ๐ Mathlib.RingTheory.Unramified.LocalRing
(R : Type u_1) {S : Type u_2} [CommRing R] [CommRing S] [Algebra R S] [Algebra.EssFiniteType R S] (p : Ideal R) [p.IsPrime] (q : Ideal S) [q.IsPrime] [q.LiesOver p] [Algebra (Localization.AtPrime p) (Localization.AtPrime q)] [Localization.AtPrime.IsLiesOverAlgebra p q] [Algebra.IsUnramifiedAt R q] : Algebra.IsSeparable p.ResidueField q.ResidueField - Algebra.isUnramifiedAt_iff_map_eq ๐ Mathlib.RingTheory.Unramified.LocalRing
(R : Type u_1) {S : Type u_2} [CommRing R] [CommRing S] [Algebra R S] [Algebra.EssFiniteType R S] (p : Ideal R) [p.IsPrime] (q : Ideal S) [q.IsPrime] [q.LiesOver p] [Algebra (Localization.AtPrime p) (Localization.AtPrime q)] [Localization.AtPrime.IsLiesOverAlgebra p q] : Algebra.IsUnramifiedAt R q โ Algebra.IsSeparable p.ResidueField q.ResidueField โง Ideal.map (algebraMap R (Localization.AtPrime q)) p = IsLocalRing.maximalIdeal (Localization.AtPrime q) - Differential.algEquiv_deriv' ๐ Mathlib.RingTheory.Derivation.MapCoeffs
{A : Type u_1} [CommRing A] [Differential A] {R : Type u_2} [CommRing R] [Differential R] [Algebra A R] [DifferentialAlgebra A R] {R' : Type u_3} [CommRing R'] [Differential R'] [Algebra A R'] [DifferentialAlgebra A R'] [IsDomain R'] [Algebra.IsSeparable A R] (f : R โโ[A] R') (x : R) : f xโฒ = (f x)โฒ - Differential.algHom_deriv' ๐ Mathlib.RingTheory.Derivation.MapCoeffs
{A : Type u_1} [CommRing A] [Differential A] {R : Type u_2} [CommRing R] [Differential R] [Algebra A R] [DifferentialAlgebra A R] {R' : Type u_3} [CommRing R'] [Differential R'] [Algebra A R'] [DifferentialAlgebra A R'] [IsDomain R'] [Nontrivial R] [Algebra.IsSeparable A R] (f : R โโ[A] R') (hf : Function.Injective โf) (x : R) : f xโฒ = (f x)โฒ - sum_smul_minpolyDiv_eq_X_pow ๐ Mathlib.FieldTheory.Minpoly.MinpolyDiv
{K : Type u_2} {L : Type u_3} [Field K] [Field L] [Algebra K L] (E : Type u_1) [Field E] [Algebra K E] [IsAlgClosed E] [FiniteDimensional K L] [Algebra.IsSeparable K L] {x : L} (hxL : K[x] = โค) {r : โ} (hr : r < Module.finrank K L) : โ ฯ, Polynomial.map (โฯ) ((x ^ r / (Polynomial.aeval x) (Polynomial.derivative (minpoly K x))) โข minpolyDiv K x) = Polynomial.X ^ r - traceForm_nondegenerate ๐ Mathlib.RingTheory.Trace.Basic
(K : Type u_3) (L : Type u_4) [Field K] [Field L] [Algebra K L] [FiniteDimensional K L] [Algebra.IsSeparable K L] : (Algebra.traceForm K L).Nondegenerate - Module.Basis.traceDual_involutive ๐ Mathlib.RingTheory.Trace.Basic
(K : Type u_3) (L : Type u_4) [Field K] [Field L] [Algebra K L] {ฮน : Type w} [FiniteDimensional K L] [Algebra.IsSeparable K L] [Finite ฮน] [DecidableEq ฮน] : Function.Involutive Module.Basis.traceDual - Module.Basis.traceDual ๐ Mathlib.RingTheory.Trace.Basic
{K : Type u_3} {L : Type u_4} [Field K] [Field L] [Algebra K L] {ฮน : Type w} [FiniteDimensional K L] [Algebra.IsSeparable K L] [Finite ฮน] [DecidableEq ฮน] (b : Module.Basis ฮน K L) : Module.Basis ฮน K L - Module.Basis.traceDual_injective ๐ Mathlib.RingTheory.Trace.Basic
(K : Type u_3) (L : Type u_4) [Field K] [Field L] [Algebra K L] {ฮน : Type w} [FiniteDimensional K L] [Algebra.IsSeparable K L] [Finite ฮน] [DecidableEq ฮน] : Function.Injective Module.Basis.traceDual - Module.Basis.traceDual_traceDual ๐ Mathlib.RingTheory.Trace.Basic
{K : Type u_3} {L : Type u_4} [Field K] [Field L] [Algebra K L] {ฮน : Type w} [FiniteDimensional K L] [Algebra.IsSeparable K L] [Finite ฮน] [DecidableEq ฮน] (b : Module.Basis ฮน K L) : b.traceDual.traceDual = b - Module.Basis.traceDual_def ๐ Mathlib.RingTheory.Trace.Basic
{K : Type u_3} {L : Type u_4} [Field K] [Field L] [Algebra K L] {ฮน : Type w} [FiniteDimensional K L] [Algebra.IsSeparable K L] [Finite ฮน] [DecidableEq ฮน] (b : Module.Basis ฮน K L) : b.traceDual = (Algebra.traceForm K L).dualBasis โฏ b - Algebra.trace_surjective ๐ Mathlib.RingTheory.Trace.Basic
(K : Type u_3) (L : Type u_4) [Field K] [Field L] [Algebra K L] [FiniteDimensional K L] [Algebra.IsSeparable K L] : Function.Surjective โ(Algebra.trace K L) - Module.Basis.traceDual_inj ๐ Mathlib.RingTheory.Trace.Basic
{K : Type u_3} {L : Type u_4} [Field K] [Field L] [Algebra K L] {ฮน : Type w} [FiniteDimensional K L] [Algebra.IsSeparable K L] [Finite ฮน] [DecidableEq ฮน] {b b' : Module.Basis ฮน K L} : b.traceDual = b'.traceDual โ b = b' - det_traceMatrix_ne_zero' ๐ Mathlib.RingTheory.Trace.Basic
{K : Type u_3} {L : Type u_4} [Field K] [Field L] [Algebra K L] (pb : PowerBasis K L) [Algebra.IsSeparable K L] : (Algebra.traceMatrix K โpb.basis).det โ 0 - Algebra.traceMatrix_eq_embeddingsMatrixReindex_mul_trans ๐ Mathlib.RingTheory.Trace.Basic
(K : Type u_3) {L : Type u_4} [Field K] [Field L] [Algebra K L] {ฮบ : Type w} (E : Type z) [Field E] [Algebra K E] [Module.Finite K L] [Algebra.IsSeparable K L] [IsAlgClosed E] (b : ฮบ โ L) [Fintype ฮบ] (e : ฮบ โ (L โโ[K] E)) : (Algebra.traceMatrix K b).map โ(algebraMap K E) = Algebra.embeddingsMatrixReindex K E b e * (Algebra.embeddingsMatrixReindex K E b e).transpose - Algebra.trace_eq_zero_of_not_isSeparable ๐ Mathlib.RingTheory.Trace.Basic
{K : Type u_3} {L : Type u_4} [Field K] [Field L] [Algebra K L] (H : ยฌAlgebra.IsSeparable K L) : Algebra.trace K L = 0 - Algebra.trace_ne_zero ๐ Mathlib.RingTheory.Trace.Basic
(K : Type u_3) (L : Type u_4) [Field K] [Field L] [Algebra K L] [FiniteDimensional K L] [Algebra.IsSeparable K L] : Algebra.trace K L โ 0 - Algebra.traceMatrix_eq_embeddingsMatrix_mul_trans ๐ Mathlib.RingTheory.Trace.Basic
(K : Type u_3) {L : Type u_4} [Field K] [Field L] [Algebra K L] {ฮบ : Type w} (E : Type z) [Field E] [Algebra K E] [Module.Finite K L] [Algebra.IsSeparable K L] [IsAlgClosed E] (b : ฮบ โ L) : (Algebra.traceMatrix K b).map โ(algebraMap K E) = Algebra.embeddingsMatrix K E b * (Algebra.embeddingsMatrix K E b).transpose - traceForm_nondegenerate_tfae ๐ Mathlib.RingTheory.Trace.Basic
(K : Type u_3) (L : Type u_4) [Field K] [Field L] [Algebra K L] [FiniteDimensional K L] : [Algebra.IsSeparable K L, Algebra.trace K L โ 0, (Algebra.traceForm K L).Nondegenerate].TFAE - trace_eq_sum_embeddings ๐ Mathlib.RingTheory.Trace.Basic
{K : Type u_3} {L : Type u_4} [Field K] [Field L] [Algebra K L] (E : Type u_6) [Field E] [Algebra K E] [IsAlgClosed E] [FiniteDimensional K L] [Algebra.IsSeparable K L] {x : L} : (algebraMap K E) ((Algebra.trace K L) x) = โ ฯ, ฯ x - Module.Basis.trace_mul_traceDual ๐ Mathlib.RingTheory.Trace.Basic
{K : Type u_3} {L : Type u_4} [Field K] [Field L] [Algebra K L] {ฮน : Type w} [FiniteDimensional K L] [Algebra.IsSeparable K L] [Finite ฮน] [DecidableEq ฮน] (b : Module.Basis ฮน K L) (i j : ฮน) : (Algebra.trace K L) (b i * b.traceDual j) = if i = j then 1 else 0 - Module.Basis.trace_traceDual_mul ๐ Mathlib.RingTheory.Trace.Basic
{K : Type u_3} {L : Type u_4} [Field K] [Field L] [Algebra K L] {ฮน : Type w} [FiniteDimensional K L] [Algebra.IsSeparable K L] [Finite ฮน] [DecidableEq ฮน] (b : Module.Basis ฮน K L) (i j : ฮน) : (Algebra.trace K L) (b.traceDual i * b j) = if j = i then 1 else 0 - sum_embeddings_eq_finrank_mul ๐ Mathlib.RingTheory.Trace.Basic
{K : Type u_3} {L : Type u_4} [Field K] [Field L] [Algebra K L] (F : Type u_5) [Field F] [Algebra L F] [Algebra K F] [IsScalarTower K L F] (E : Type u_6) [Field E] [Algebra K E] [IsAlgClosed E] [FiniteDimensional K F] [Algebra.IsSeparable K F] (pb : PowerBasis K L) : โ ฯ, ฯ ((algebraMap L F) pb.gen) = Module.finrank L F โข โ ฯ, ฯ pb.gen - Module.Basis.traceDual_powerBasis_eq ๐ Mathlib.RingTheory.Trace.Basic
{K : Type u_3} {L : Type u_4} [Field K] [Field L] [Algebra K L] [FiniteDimensional K L] [Algebra.IsSeparable K L] (pb : PowerBasis K L) (i : Fin pb.dim) : pb.basis.traceDual i = (minpolyDiv K pb.gen).coeff โi / (Polynomial.aeval pb.gen) (Polynomial.derivative (minpoly K pb.gen)) - Module.Basis.traceDual_eq_iff ๐ Mathlib.RingTheory.Trace.Basic
{K : Type u_3} {L : Type u_4} [Field K] [Field L] [Algebra K L] {ฮน : Type w} [FiniteDimensional K L] [Algebra.IsSeparable K L] [Finite ฮน] [DecidableEq ฮน] {b : Module.Basis ฮน K L} {v : ฮน โ L} : โb.traceDual = v โ โ (i j : ฮน), ((Algebra.traceForm K L) (v i)) (b j) = if j = i then 1 else 0 - Module.Basis.traceDual_repr_apply ๐ Mathlib.RingTheory.Trace.Basic
{K : Type u_3} {L : Type u_4} [Field K] [Field L] [Algebra K L] {ฮน : Type w} [FiniteDimensional K L] [Algebra.IsSeparable K L] [Finite ฮน] [DecidableEq ฮน] (b : Module.Basis ฮน K L) (x : L) (i : ฮน) : (b.traceDual.repr x) i = ((Algebra.traceForm K L) x) (b i) - det_traceForm_ne_zero ๐ Mathlib.RingTheory.Trace.Basic
{K : Type u_3} {L : Type u_4} [Field K] [Field L] [Algebra K L] {ฮน : Type w} [Algebra.IsSeparable K L] [Fintype ฮน] [DecidableEq ฮน] (b : Module.Basis ฮน K L) : ((LinearMap.BilinForm.toMatrix b) (Algebra.traceForm K L)).det โ 0 - integralClosure.isDedekindDomain ๐ Mathlib.RingTheory.DedekindDomain.IntegralClosure
(A : Type u_1) (K : Type u_2) [CommRing A] [Field K] [Algebra A K] [IsFractionRing A K] (L : Type u_3) [Field L] [Algebra K L] [Algebra A L] [IsScalarTower A K L] [FiniteDimensional K L] [IsDomain A] [Algebra.IsSeparable K L] [IsDedekindDomain A] : IsDedekindDomain โฅ(integralClosure A L) - IsIntegralClosure.isLocalization_of_isSeparable ๐ Mathlib.RingTheory.DedekindDomain.IntegralClosure
(A : Type u_1) (K : Type u_2) [CommRing A] [Field K] [Algebra A K] [IsFractionRing A K] (L : Type u_3) [Field L] (C : Type u_4) [CommRing C] [Algebra K L] [Algebra A L] [IsScalarTower A K L] [Algebra C L] [IsIntegralClosure C A L] [Algebra A C] [IsScalarTower A C L] [IsDomain A] [Algebra.IsSeparable K L] : IsLocalization (Algebra.algebraMapSubmonoid C (nonZeroDivisors A)) L - integralClosure.isNoetherianRing ๐ Mathlib.RingTheory.DedekindDomain.IntegralClosure
{A : Type u_1} {K : Type u_2} [CommRing A] [Field K] [Algebra A K] [IsFractionRing A K] (L : Type u_3) [Field L] [Algebra K L] [Algebra A L] [IsScalarTower A K L] [FiniteDimensional K L] [IsDomain A] [Algebra.IsSeparable K L] [IsIntegrallyClosed A] [IsNoetherianRing A] : IsNoetherianRing โฅ(integralClosure A L) - IsIntegralClosure.isDedekindDomain ๐ Mathlib.RingTheory.DedekindDomain.IntegralClosure
(A : Type u_1) (K : Type u_2) [CommRing A] [Field K] [Algebra A K] [IsFractionRing A K] (L : Type u_3) [Field L] (C : Type u_4) [CommRing C] [Algebra K L] [Algebra A L] [IsScalarTower A K L] [Algebra C L] [IsIntegralClosure C A L] [Algebra A C] [IsScalarTower A C L] [FiniteDimensional K L] [IsDomain A] [Algebra.IsSeparable K L] [IsDomain C] [IsDedekindDomain A] : IsDedekindDomain C - IsIntegralClosure.isNoetherianRing ๐ Mathlib.RingTheory.DedekindDomain.IntegralClosure
(A : Type u_1) (K : Type u_2) [CommRing A] [Field K] [Algebra A K] [IsFractionRing A K] (L : Type u_3) [Field L] (C : Type u_4) [CommRing C] [Algebra K L] [Algebra A L] [IsScalarTower A K L] [Algebra C L] [IsIntegralClosure C A L] [Algebra A C] [IsScalarTower A C L] [FiniteDimensional K L] [IsDomain A] [Algebra.IsSeparable K L] [IsIntegrallyClosed A] [IsNoetherianRing A] : IsNoetherianRing C - IsIntegralClosure.finite ๐ Mathlib.RingTheory.DedekindDomain.IntegralClosure
(A : Type u_1) (K : Type u_2) [CommRing A] [Field K] [Algebra A K] [IsFractionRing A K] (L : Type u_3) [Field L] (C : Type u_4) [CommRing C] [Algebra K L] [Algebra A L] [IsScalarTower A K L] [Algebra C L] [IsIntegralClosure C A L] [Algebra A C] [IsScalarTower A C L] [FiniteDimensional K L] [IsDomain A] [Algebra.IsSeparable K L] [IsIntegrallyClosed A] [IsNoetherianRing A] : Module.Finite A C - IsIntegralClosure.isNoetherian ๐ Mathlib.RingTheory.DedekindDomain.IntegralClosure
(A : Type u_1) (K : Type u_2) [CommRing A] [Field K] [Algebra A K] [IsFractionRing A K] (L : Type u_3) [Field L] (C : Type u_4) [CommRing C] [Algebra K L] [Algebra A L] [IsScalarTower A K L] [Algebra C L] [IsIntegralClosure C A L] [Algebra A C] [IsScalarTower A C L] [FiniteDimensional K L] [IsDomain A] [Algebra.IsSeparable K L] [IsIntegrallyClosed A] [IsNoetherianRing A] : IsNoetherian A C - IsIntegralClosure.module_free ๐ Mathlib.RingTheory.DedekindDomain.IntegralClosure
(A : Type u_1) (K : Type u_2) [CommRing A] [Field K] [Algebra A K] [IsFractionRing A K] (L : Type u_3) [Field L] (C : Type u_4) [CommRing C] [Algebra K L] [Algebra A L] [IsScalarTower A K L] [Algebra C L] [IsIntegralClosure C A L] [Algebra A C] [IsScalarTower A C L] [FiniteDimensional K L] [IsDomain A] [Algebra.IsSeparable K L] [Module.IsTorsionFree A L] [IsPrincipalIdealRing A] : Module.Free A C - IsIntegralClosure.rank ๐ Mathlib.RingTheory.DedekindDomain.IntegralClosure
(A : Type u_1) (K : Type u_2) [CommRing A] [Field K] [Algebra A K] [IsFractionRing A K] (L : Type u_3) [Field L] (C : Type u_4) [CommRing C] [Algebra K L] [Algebra A L] [IsScalarTower A K L] [Algebra C L] [IsIntegralClosure C A L] [Algebra A C] [IsScalarTower A C L] [FiniteDimensional K L] [IsDomain A] [Algebra.IsSeparable K L] [IsPrincipalIdealRing A] [Module.IsTorsionFree A L] : Module.finrank A C = Module.finrank K L - integralClosure.isDedekindDomain_fractionRing ๐ Mathlib.RingTheory.DedekindDomain.IntegralClosure
(A : Type u_1) [CommRing A] (L : Type u_3) [Field L] [Algebra A L] [IsDomain A] [Algebra (FractionRing A) L] [IsScalarTower A (FractionRing A) L] [FiniteDimensional (FractionRing A) L] [Algebra.IsSeparable (FractionRing A) L] [IsDedekindDomain A] : IsDedekindDomain โฅ(integralClosure A L) - IsIntegralClosure.range_le_span_dualBasis ๐ Mathlib.RingTheory.DedekindDomain.IntegralClosure
{A : Type u_1} {K : Type u_2} [CommRing A] [Field K] [Algebra A K] [IsFractionRing A K] {L : Type u_3} [Field L] (C : Type u_4) [CommRing C] [Algebra K L] [Algebra A L] [IsScalarTower A K L] [Algebra C L] [IsIntegralClosure C A L] [Algebra A C] [IsScalarTower A C L] [FiniteDimensional K L] [Algebra.IsSeparable K L] {ฮน : Type u_5} [Finite ฮน] [DecidableEq ฮน] (b : Module.Basis ฮน K L) (hb_int : โ (i : ฮน), IsIntegral A (b i)) [IsIntegrallyClosed A] : (โA (Algebra.linearMap C L)).range โค Submodule.span A (Set.range โ((Algebra.traceForm K L).dualBasis โฏ b)) - integralClosure_le_span_dualBasis ๐ Mathlib.RingTheory.DedekindDomain.IntegralClosure
{A : Type u_1} {K : Type u_2} [CommRing A] [Field K] [Algebra A K] [IsFractionRing A K] {L : Type u_3} [Field L] [Algebra K L] [Algebra A L] [IsScalarTower A K L] [FiniteDimensional K L] [Algebra.IsSeparable K L] {ฮน : Type u_5} [Finite ฮน] [DecidableEq ฮน] (b : Module.Basis ฮน K L) (hb_int : โ (i : ฮน), IsIntegral A (b i)) [IsIntegrallyClosed A] : Subalgebra.toSubmodule (integralClosure A L) โค Submodule.span A (Set.range โ((Algebra.traceForm K L).dualBasis โฏ b)) - Algebra.prod_embeddings_eq_finrank_pow ๐ Mathlib.RingTheory.Norm.Basic
{K : Type u_4} {L : Type u_5} (F : Type u_6) [Field K] [Field L] [Field F] [Algebra K L] [Algebra K F] (E : Type u_7) [Field E] [Algebra K E] [Algebra L F] [IsScalarTower K L F] [IsAlgClosed E] [Algebra.IsSeparable K F] [FiniteDimensional K F] (pb : PowerBasis K L) : โ ฯ, ฯ ((algebraMap L F) pb.gen) = (โ ฯ, ฯ pb.gen) ^ Module.finrank L F - Algebra.FormallyEtale.of_isSeparable ๐ Mathlib.RingTheory.Etale.Field
(K : Type u_1) (L : Type u_2) [Field K] [Field L] [Algebra K L] [Algebra.IsSeparable K L] : Algebra.FormallyEtale K L - Algebra.FormallyEtale.of_isSeparable_aux ๐ Mathlib.RingTheory.Etale.Field
(K : Type u_1) (L : Type u_2) [Field K] [Field L] [Algebra K L] [Algebra.IsSeparable K L] [Algebra.EssFiniteType K L] : Algebra.FormallyEtale K L - Algebra.FormallyEtale.iff_isSeparable ๐ Mathlib.RingTheory.Etale.Field
(K : Type u_1) (L : Type u_2) [Field K] [Field L] [Algebra K L] [Algebra.EssFiniteType K L] : Algebra.FormallyEtale K L โ Algebra.IsSeparable K L - Algebra.FormallyEtale.instIsSeparableQuotientIdealOfEssFiniteTypeOfIsPrime ๐ Mathlib.RingTheory.Etale.Field
(K : Type u_1) (A : Type u) [Field K] [CommRing A] [Algebra K A] [Algebra.EssFiniteType K A] [Algebra.FormallyEtale K A] (p : Ideal A) [p.IsPrime] : Algebra.IsSeparable K (A โงธ p) - Algebra.FormallyEtale.iff_exists_algEquiv_prod ๐ Mathlib.RingTheory.Etale.Field
(K : Type u_1) (A : Type u) [Field K] [CommRing A] [Algebra K A] [Algebra.EssFiniteType K A] : Algebra.FormallyEtale K A โ โ I, โ (_ : Finite I), โ Ai x x_1 x_2, โ (i : I), Algebra.IsSeparable K (Ai i) - Algebra.Etale.iff_exists_algEquiv_prod ๐ Mathlib.RingTheory.Etale.Field
(K : Type u_1) (A : Type u) [Field K] [CommRing A] [Algebra K A] : Algebra.Etale K A โ โ I, โ (_ : Finite I), โ Ai x x_1 x_2, โ (i : I), Module.Finite K (Ai i) โง Algebra.IsSeparable K (Ai i) - exists_isTranscendenceBasis_and_isSeparable_of_perfectField ๐ Mathlib.FieldTheory.SeparablyGenerated
(k : Type u_1) (K : Type u_2) [Field k] [Field K] [Algebra k K] [PerfectField k] [Algebra.EssFiniteType k K] : โ s, IsTranscendenceBasis k Subtype.val โง Algebra.IsSeparable (โฅ(IntermediateField.adjoin k โs)) K - exists_isTranscendenceBasis_and_isSeparable_of_linearIndepOn_pow_of_essFiniteType ๐ Mathlib.FieldTheory.SeparablyGenerated
{k : Type u_1} {K : Type u_2} [Field k] [Field K] [Algebra k K] (p : โ) (hp : Nat.Prime p) (H : โ (s : Finset K), LinearIndepOn k id โs โ LinearIndepOn k (fun x => x ^ p) โs) [ExpChar k p] [Algebra.EssFiniteType k K] : โ s, IsTranscendenceBasis k Subtype.val โง Algebra.IsSeparable (โฅ(IntermediateField.adjoin k โs)) K - exists_isTranscendenceBasis_and_isSeparable_of_linearIndepOn_pow_of_adjoin_eq_top ๐ Mathlib.FieldTheory.SeparablyGenerated
{k : Type u_1} {K : Type u_2} {ฮน : Type u_3} [Field k] [Field K] [Algebra k K] (p : โ) (hp : Nat.Prime p) (H : โ (s : Finset K), LinearIndepOn k id โs โ LinearIndepOn k (fun x => x ^ p) โs) {a : ฮน โ K} (n : ฮน) [ExpChar k p] (ha : IntermediateField.adjoin k (Set.range a) = โค) (ha' : IsTranscendenceBasis k fun i => a โi) : โ i, (IsTranscendenceBasis k fun j => a โj) โง Algebra.IsSeparable (โฅ(IntermediateField.adjoin k (a '' {i}แถ))) K - Algebra.FormallySmooth.of_algebraicIndependent_of_isSeparable ๐ Mathlib.RingTheory.Smooth.Field
{K : Type u_1} {L : Type u_2} {ฮน : Type u_3} [Field L] [Field K] [Algebra K L] {v : ฮน โ L} (hb : AlgebraicIndependent K v) [Algebra.IsSeparable (โฅ(IntermediateField.adjoin K (Set.range v))) L] : Algebra.FormallySmooth K L - AlgebraicGeometry.FormallyUnramified.instIsSeparableCarrierResidueFieldCoeContinuousMapCarrierCarrierCommRingCatHomTopCatBaseOfLocallyOfFiniteType ๐ Mathlib.AlgebraicGeometry.Morphisms.FormallyUnramified
{X Y : AlgebraicGeometry.Scheme} (f : X โถ Y) [AlgebraicGeometry.FormallyUnramified f] [AlgebraicGeometry.LocallyOfFiniteType f] (x : โฅX) : Algebra.IsSeparable โ(Y.residueField (f x)) โ(X.residueField x) - WithAbs.instIsSeparable ๐ Mathlib.Analysis.Normed.Field.WithAbs
{R : Type u_1} {S : Type u_2} [Semiring S] [PartialOrder S] [Field R] {T : Type u_3} [Field T] (v : AbsoluteValue R S) [Algebra R T] [Algebra.IsSeparable R T] : Algebra.IsSeparable (WithAbs v) T - WithAbs.instIsSeparable_1 ๐ Mathlib.Analysis.Normed.Field.WithAbs
{R : Type u_1} {S : Type u_2} [Semiring S] [PartialOrder S] [Field R] {T : Type u_3} [Field T] (v : AbsoluteValue R S) [Algebra T R] [Algebra.IsSeparable T R] : Algebra.IsSeparable T (WithAbs v) - Algebra.norm_eq_prod_embeddings ๐ Mathlib.RingTheory.Norm.Transitivity
{L : Type u_6} (K : Type u_7) [Field K] [Field L] [Algebra K L] (E : Type u_9) [Field E] [Algebra K E] [FiniteDimensional K L] [Algebra.IsSeparable K L] [IsAlgClosed E] (x : L) : (algebraMap K E) ((Algebra.norm K) x) = โ ฯ, ฯ x - FiniteGaloisIntermediateField.instIsSeparableSubtypeMemIntermediateFieldMin ๐ Mathlib.FieldTheory.Galois.GaloisClosure
{k : Type u_1} {K : Type u_2} [Field k] [Field K] [Algebra k K] (Lโ Lโ : IntermediateField k K) [Algebra.IsSeparable k โฅLโ] : Algebra.IsSeparable k โฅ(Lโ โ Lโ) - FiniteGaloisIntermediateField.instIsSeparableSubtypeMemIntermediateFieldMin_1 ๐ Mathlib.FieldTheory.Galois.GaloisClosure
{k : Type u_1} {K : Type u_2} [Field k] [Field K] [Algebra k K] (Lโ Lโ : IntermediateField k K) [Algebra.IsSeparable k โฅLโ] : Algebra.IsSeparable k โฅ(Lโ โ Lโ) - IsCyclotomicExtension.isSeparable ๐ Mathlib.NumberTheory.Cyclotomic.Basic
(S : Set โ) (K : Type w) (L : Type z) [Field K] [Field L] [Algebra K L] [IsCyclotomicExtension S K L] : Algebra.IsSeparable K L - Field.Emb.cardinal_eq_of_isSeparable ๐ Mathlib.FieldTheory.CardinalEmb
{F : Type u} {E : Type v} [Field F] [Field E] [Algebra F E] [Algebra.IsSeparable F E] : Cardinal.mk (Field.Emb F E) = (fun c => if Cardinal.aleph0 โค c then 2 ^ c else c) (Module.rank F E) - Field.Emb.cardinal_eq_two_pow_rank ๐ Mathlib.FieldTheory.CardinalEmb
{F : Type u} {E : Type v} [Field F] [Field E] [Algebra F E] [Algebra.IsSeparable F E] (rank_inf : Cardinal.aleph0 โค Module.rank F E) : Cardinal.mk (Field.Emb F E) = 2 ^ Module.rank F E - Field.Emb.Cardinal.two_le_deg ๐ Mathlib.FieldTheory.CardinalEmb
{F : Type u} {E : Type v} [Field F] [Field E] [Algebra F E] [rank_inf : Fact (Cardinal.aleph0 โค Module.rank F E)] [Algebra.IsAlgebraic F E] [Algebra.IsSeparable F E] (i : (Module.rank F E).ord.ToType) : 2 โค Cardinal.mk (Field.Emb โฅ(IntermediateField.adjoin F (โ(Field.Emb.Cardinal.wellOrderedBasis F E) โ Field.Emb.Cardinal.leastExt F E '' Set.Iio i)) โฅ(โฅ(IntermediateField.adjoin F (โ(Field.Emb.Cardinal.wellOrderedBasis F E) โ Field.Emb.Cardinal.leastExt F E '' Set.Iio i)))โฎ(Field.Emb.Cardinal.wellOrderedBasis F E) (Field.Emb.Cardinal.leastExt F E i)โฏ) - Field.Emb.Cardinal.instIsSeparableSubtypeMemIntermediateFieldAdjoinImageToTypeOrdRankCompCoeBasisWellOrderedBasisLeastExtIioSingletonSet ๐ Mathlib.FieldTheory.CardinalEmb
{F : Type u} {E : Type v} [Field F] [Field E] [Algebra F E] [rank_inf : Fact (Cardinal.aleph0 โค Module.rank F E)] [Algebra.IsAlgebraic F E] [Algebra.IsSeparable F E] (i : (Module.rank F E).ord.ToType) : Algebra.IsSeparable โฅ(IntermediateField.adjoin F (โ(Field.Emb.Cardinal.wellOrderedBasis F E) โ Field.Emb.Cardinal.leastExt F E '' Set.Iio i)) โฅ(โฅ(IntermediateField.adjoin F (โ(Field.Emb.Cardinal.wellOrderedBasis F E) โ Field.Emb.Cardinal.leastExt F E '' Set.Iio i)))โฎ(Field.Emb.Cardinal.wellOrderedBasis F E) (Field.Emb.Cardinal.leastExt F E i)โฏ - ConjRootClass.separable_minpoly ๐ Mathlib.FieldTheory.Minpoly.ConjRootClass
{K : Type u_1} {L : Type u_2} [Field K] [Field L] [Algebra K L] [Algebra.IsSeparable K L] (c : ConjRootClass K L) : c.minpoly.Separable - ConjRootClass.nodup_aroots_minpoly ๐ Mathlib.FieldTheory.Minpoly.ConjRootClass
{K : Type u_1} {L : Type u_2} [Field K] [Field L] [Algebra K L] [Algebra.IsSeparable K L] (c : ConjRootClass K L) : (c.minpoly.aroots L).Nodup - ConjRootClass.aroots_minpoly_eq_carrier_val ๐ Mathlib.FieldTheory.Minpoly.ConjRootClass
{K : Type u_1} {L : Type u_2} [Field K] [Field L] [Algebra K L] [Algebra.IsSeparable K L] (c : ConjRootClass K L) [Fintype โc.carrier] : c.minpoly.aroots L = c.carrier.toFinset.val - ConjRootClass.carrier_eq_mk_aroots_minpoly ๐ Mathlib.FieldTheory.Minpoly.ConjRootClass
{K : Type u_1} {L : Type u_2} [Field K] [Field L] [Algebra K L] [Algebra.IsSeparable K L] (c : ConjRootClass K L) [Fintype โc.carrier] : c.carrier.toFinset = { val := c.minpoly.aroots L, nodup := โฏ } - ConjRootClass.minpoly.map_eq_prod ๐ Mathlib.FieldTheory.Minpoly.ConjRootClass
{K : Type u_1} {L : Type u_2} [Field K] [Field L] [Algebra K L] [Algebra.IsSeparable K L] [Normal K L] (c : ConjRootClass K L) [Fintype โc.carrier] : Polynomial.map (algebraMap K L) c.minpoly = โ x โ c.carrier.toFinset, (Polynomial.X - Polynomial.C x) - perfectField_of_isSeparable_of_perfectField_top ๐ Mathlib.FieldTheory.PurelyInseparable.PerfectClosure
(F : Type u) (E : Type v) [Field F] [Field E] [Algebra F E] [Algebra.IsSeparable F E] [PerfectField E] : PerfectField F - IntermediateField.adjoin_eq_adjoin_pow_expChar_of_isSeparable' ๐ Mathlib.FieldTheory.PurelyInseparable.PerfectClosure
(F : Type u) (E : Type v) [Field F] [Field E] [Algebra F E] [Algebra.IsSeparable F E] (S : Set E) (q : โ) [ExpChar F q] : IntermediateField.adjoin F S = IntermediateField.adjoin F ((fun x => x ^ q) '' S) - IntermediateField.adjoin_simple_eq_adjoin_pow_expChar_of_isSeparable' ๐ Mathlib.FieldTheory.PurelyInseparable.PerfectClosure
(F : Type u) (E : Type v) [Field F] [Field E] [Algebra F E] [Algebra.IsSeparable F E] (a : E) (q : โ) [ExpChar F q] : Fโฎaโฏ = Fโฎa ^ qโฏ - IntermediateField.adjoin_eq_adjoin_pow_expChar_pow_of_isSeparable' ๐ Mathlib.FieldTheory.PurelyInseparable.PerfectClosure
(F : Type u) (E : Type v) [Field F] [Field E] [Algebra F E] [Algebra.IsSeparable F E] (S : Set E) (q : โ) [ExpChar F q] (n : โ) : IntermediateField.adjoin F S = IntermediateField.adjoin F ((fun x => x ^ q ^ n) '' S) - IntermediateField.adjoin_simple_eq_adjoin_pow_expChar_pow_of_isSeparable' ๐ Mathlib.FieldTheory.PurelyInseparable.PerfectClosure
(F : Type u) (E : Type v) [Field F] [Field E] [Algebra F E] [Algebra.IsSeparable F E] (a : E) (q : โ) [ExpChar F q] (n : โ) : Fโฎaโฏ = Fโฎa ^ q ^ nโฏ - Module.Basis.mapPowExpCharPowOfIsSeparable ๐ Mathlib.FieldTheory.PurelyInseparable.PerfectClosure
{F : Type u} {E : Type v} [Field F] [Field E] [Algebra F E] (q n : โ) [hF : ExpChar F q] {ฮน : Type u_1} [Algebra.IsSeparable F E] (b : Module.Basis ฮน F E) : Module.Basis ฮน F E - perfectField_iff_isSeparable_algebraicClosure ๐ Mathlib.FieldTheory.PurelyInseparable.PerfectClosure
(F : Type u) (E : Type v) [Field F] [Field E] [Algebra F E] [IsAlgClosure F E] : PerfectField F โ Algebra.IsSeparable F E - LinearIndependent.map_pow_expChar_pow_of_isSeparable ๐ Mathlib.FieldTheory.PurelyInseparable.PerfectClosure
{F : Type u} {E : Type v} [Field F] [Field E] [Algebra F E] (q n : โ) [hF : ExpChar F q] {ฮน : Type u_1} {v : ฮน โ E} [Algebra.IsSeparable F E] (h : LinearIndependent F v) : LinearIndependent F fun x => v x ^ q ^ n - perfectClosure.eq_bot_of_isSeparable ๐ Mathlib.FieldTheory.PurelyInseparable.PerfectClosure
(F : Type u) (E : Type v) [Field F] [Field E] [Algebra F E] [Algebra.IsSeparable F E] : perfectClosure F E = โฅ - IntermediateField.adjoin_eq_adjoin_pow_expChar_of_isSeparable ๐ Mathlib.FieldTheory.PurelyInseparable.PerfectClosure
(F : Type u) (E : Type v) [Field F] [Field E] [Algebra F E] (S : Set E) [Algebra.IsSeparable F โฅ(IntermediateField.adjoin F S)] (q : โ) [ExpChar F q] : IntermediateField.adjoin F S = IntermediateField.adjoin F ((fun x => x ^ q) '' S) - IntermediateField.adjoin_eq_adjoin_pow_expChar_pow_of_isSeparable ๐ Mathlib.FieldTheory.PurelyInseparable.PerfectClosure
(F : Type u) (E : Type v) [Field F] [Field E] [Algebra F E] (S : Set E) [Algebra.IsSeparable F โฅ(IntermediateField.adjoin F S)] (q : โ) [ExpChar F q] (n : โ) : IntermediateField.adjoin F S = IntermediateField.adjoin F ((fun x => x ^ q ^ n) '' S) - Field.span_map_pow_expChar_pow_eq_top_of_isSeparable ๐ Mathlib.FieldTheory.PurelyInseparable.PerfectClosure
{F : Type u} {E : Type v} [Field F] [Field E] [Algebra F E] (q n : โ) [hF : ExpChar F q] {ฮน : Type u_1} {v : ฮน โ E} [Algebra.IsSeparable F E] (h : Submodule.span F (Set.range v) = โค) : Submodule.span F (Set.range fun x => v x ^ q ^ n) = โค - Field.insepDegree_eq_of_isSeparable ๐ Mathlib.FieldTheory.PurelyInseparable.Tower
(F : Type u) (E : Type v) [Field F] [Field E] [Algebra F E] (K : Type w) [Field K] [Algebra F K] [Algebra E K] [IsScalarTower F E K] [Algebra.IsSeparable F E] : Field.insepDegree F K = Field.insepDegree E K - Field.sepDegree_eq_of_isPurelyInseparable_of_isSeparable ๐ Mathlib.FieldTheory.PurelyInseparable.Tower
(F : Type u) (E : Type v) [Field F] [Field E] [Algebra F E] (K : Type w) [Field K] [Algebra F K] [Algebra E K] [IsScalarTower F E K] [IsPurelyInseparable F E] [Algebra.IsSeparable E K] : Field.sepDegree F K = Module.rank E K - Field.rank_mul_sepDegree_of_isSeparable ๐ Mathlib.FieldTheory.PurelyInseparable.Tower
(F : Type u) (E : Type v) [Field F] [Field E] [Algebra F E] (K : Type v) [Field K] [Algebra F K] [Algebra E K] [IsScalarTower F E K] [Algebra.IsSeparable F E] : Module.rank F E * Field.sepDegree E K = Field.sepDegree F K - Field.lift_rank_mul_lift_sepDegree_of_isSeparable ๐ Mathlib.FieldTheory.PurelyInseparable.Tower
(F : Type u) (E : Type v) [Field F] [Field E] [Algebra F E] (K : Type w) [Field K] [Algebra F K] [Algebra E K] [IsScalarTower F E K] [Algebra.IsSeparable F E] : Cardinal.lift.{w, v} (Module.rank F E) * Cardinal.lift.{v, w} (Field.sepDegree E K) = Cardinal.lift.{v, w} (Field.sepDegree F K) - IntermediateField.linearDisjoint_of_isPurelyInseparable_of_isSeparable ๐ Mathlib.FieldTheory.PurelyInseparable.Tower
{F : Type u} (E : Type v) [Field F] [Field E] [Algebra F E] {K : Type w} [Field K] [Algebra F K] [Algebra E K] [IsScalarTower F E K] [IsPurelyInseparable F E] (S : IntermediateField F K) [Algebra.IsSeparable F โฅS] : S.LinearDisjoint E - ClassGroup.fintypeOfAdmissibleOfFinite ๐ Mathlib.NumberTheory.ClassNumber.Finite
{R : Type u_1} {S : Type u_2} (K : Type u_3) (L : Type u_4) [EuclideanDomain R] [CommRing S] [IsDomain S] [Field K] [Field L] [Algebra R K] [IsFractionRing R K] [Algebra K L] [FiniteDimensional K L] [Algebra.IsSeparable K L] [algRL : Algebra R L] [IsScalarTower R K L] [Algebra R S] [Algebra S L] [ist : IsScalarTower R S L] {abv : AbsoluteValue R โค} (adm : abv.IsAdmissible) [Infinite R] [DecidableEq R] [IsIntegralClosure S R L] : Fintype (ClassGroup S) - FunctionField.ringOfIntegers.instIsDedekindDomainSubtypeMemSubalgebraPolynomialOfIsSeparableRatFunc ๐ Mathlib.NumberTheory.FunctionField
(F : Type u_1) (K : Type u_2) [Field F] [Field K] [Algebra (Polynomial F) K] [Algebra (RatFunc F) K] [IsScalarTower (Polynomial F) (RatFunc F) K] [FunctionField F K] [Algebra.IsSeparable (RatFunc F) K] : IsDedekindDomain โฅ(FunctionField.ringOfIntegers F K) - FunctionField.ringOfIntegers.instIsNoetherianPolynomialSubtypeMemSubalgebraOfIsSeparableRatFunc ๐ Mathlib.NumberTheory.FunctionField
(F : Type u_1) (K : Type u_2) [Field F] [Field K] [Algebra (Polynomial F) K] [Algebra (RatFunc F) K] [IsScalarTower (Polynomial F) (RatFunc F) K] [FunctionField F K] [Algebra.IsSeparable (RatFunc F) K] : IsNoetherian (Polynomial F) โฅ(FunctionField.ringOfIntegers F K) - FunctionField.classNumber ๐ Mathlib.NumberTheory.ClassNumber.FunctionField
(Fq : Type u_1) (F : Type u_2) [Field Fq] [Fintype Fq] [Field F] [Algebra (Polynomial Fq) F] [Algebra (RatFunc Fq) F] [IsScalarTower (Polynomial Fq) (RatFunc Fq) F] [FunctionField Fq F] [Algebra.IsSeparable (RatFunc Fq) F] : โ - FunctionField.RingOfIntegers.instFintypeClassGroupSubtypeMemSubalgebraPolynomialRingOfIntegers ๐ Mathlib.NumberTheory.ClassNumber.FunctionField
(Fq : Type u_1) (F : Type u_2) [Field Fq] [Fintype Fq] [Field F] [Algebra (Polynomial Fq) F] [Algebra (RatFunc Fq) F] [IsScalarTower (Polynomial Fq) (RatFunc Fq) F] [FunctionField Fq F] [Algebra.IsSeparable (RatFunc Fq) F] : Fintype (ClassGroup โฅ(FunctionField.ringOfIntegers Fq F)) - FunctionField.classNumber_eq_one_iff ๐ Mathlib.NumberTheory.ClassNumber.FunctionField
(Fq : Type u_1) (F : Type u_2) [Field Fq] [Fintype Fq] [Field F] [Algebra (Polynomial Fq) F] [Algebra (RatFunc Fq) F] [IsScalarTower (Polynomial Fq) (RatFunc Fq) F] [FunctionField Fq F] [Algebra.IsSeparable (RatFunc Fq) F] : FunctionField.classNumber Fq F = 1 โ IsPrincipalIdealRing โฅ(FunctionField.ringOfIntegers Fq F) - Algebra.discr_isUnit_of_basis ๐ Mathlib.RingTheory.Discriminant
{ฮน : Type w} [DecidableEq ฮน] [Fintype ฮน] (K : Type u) {L : Type v} [Field K] [Field L] [Algebra K L] [Module.Finite K L] [Algebra.IsSeparable K L] (b : Module.Basis ฮน K L) : IsUnit (Algebra.discr K โb) - Algebra.discr_not_zero_of_basis ๐ Mathlib.RingTheory.Discriminant
{ฮน : Type w} [DecidableEq ฮน] [Fintype ฮน] (K : Type u) {L : Type v} [Field K] [Field L] [Algebra K L] [Module.Finite K L] [Algebra.IsSeparable K L] (b : Module.Basis ฮน K L) : Algebra.discr K โb โ 0 - Algebra.discr_eq_det_embeddingsMatrixReindex_pow_two ๐ Mathlib.RingTheory.Discriminant
{ฮน : Type w} [DecidableEq ฮน] [Fintype ฮน] (K : Type u) {L : Type v} (E : Type z) [Field K] [Field L] [Field E] [Algebra K L] [Algebra K E] [Module.Finite K L] [IsAlgClosed E] (b : ฮน โ L) [Algebra.IsSeparable K L] (e : ฮน โ (L โโ[K] E)) : (algebraMap K E) (Algebra.discr K b) = (Algebra.embeddingsMatrixReindex K E b e).det ^ 2 - Algebra.discr_mul_isIntegral_mem_adjoin ๐ Mathlib.RingTheory.Discriminant
(K : Type u) {L : Type v} [Field K] [Field L] [Algebra K L] [Module.Finite K L] {R : Type z} [CommRing R] [Algebra R K] [Algebra R L] [IsScalarTower R K L] [Algebra.IsSeparable K L] [IsIntegrallyClosed R] [IsFractionRing R K] {B : PowerBasis K L} (hint : IsIntegral R B.gen) {z : L} (hz : IsIntegral R z) : Algebra.discr K โB.basis โข z โ R[B.gen] - Algebra.discr_powerBasis_eq_norm ๐ Mathlib.RingTheory.Discriminant
(K : Type u) {L : Type v} [Field K] [Field L] [Algebra K L] [Module.Finite K L] (pb : PowerBasis K L) [Algebra.IsSeparable K L] : Algebra.discr K โpb.basis = (-1) ^ (Module.finrank K L * (Module.finrank K L - 1) / 2) * (Algebra.norm K) ((Polynomial.aeval pb.gen) (Polynomial.derivative (minpoly K pb.gen))) - Algebra.discr_powerBasis_eq_prod ๐ Mathlib.RingTheory.Discriminant
(K : Type u) {L : Type v} (E : Type z) [Field K] [Field L] [Field E] [Algebra K L] [Algebra K E] [Module.Finite K L] [IsAlgClosed E] (pb : PowerBasis K L) (e : Fin pb.dim โ (L โโ[K] E)) [Algebra.IsSeparable K L] : (algebraMap K E) (Algebra.discr K โpb.basis) = โ i, โ j > i, ((e j) pb.gen - (e i) pb.gen) ^ 2 - Algebra.discr_powerBasis_eq_prod' ๐ Mathlib.RingTheory.Discriminant
(K : Type u) {L : Type v} (E : Type z) [Field K] [Field L] [Field E] [Algebra K L] [Algebra K E] [Module.Finite K L] [IsAlgClosed E] (pb : PowerBasis K L) [Algebra.IsSeparable K L] (e : Fin pb.dim โ (L โโ[K] E)) : (algebraMap K E) (Algebra.discr K โpb.basis) = โ i, โ j > i, -(((e j) pb.gen - (e i) pb.gen) * ((e i) pb.gen - (e j) pb.gen)) - Algebra.discr_powerBasis_eq_prod'' ๐ Mathlib.RingTheory.Discriminant
(K : Type u) {L : Type v} (E : Type z) [Field K] [Field L] [Field E] [Algebra K L] [Algebra K E] [Module.Finite K L] [IsAlgClosed E] (pb : PowerBasis K L) [Algebra.IsSeparable K L] (e : Fin pb.dim โ (L โโ[K] E)) : (algebraMap K E) (Algebra.discr K โpb.basis) = (-1) ^ (Module.finrank K L * (Module.finrank K L - 1) / 2) * โ i, โ j > i, ((e j) pb.gen - (e i) pb.gen) * ((e i) pb.gen - (e j) pb.gen) - Ideal.Quotient.finite_of_isInvariant ๐ Mathlib.RingTheory.Invariant.Galois
{A : Type u_1} {B : Type u_2} [CommRing A] [CommRing B] [Algebra A B] (G : Type u_3) [Finite G] [Group G] [MulSemiringAction G B] [Algebra.IsInvariant A B G] (P : Ideal A) (Q : Ideal B) [Q.LiesOver P] [P.IsMaximal] [Q.IsMaximal] [SMulCommClass G A B] [Algebra.IsSeparable (A โงธ P) (B โงธ Q)] : Module.Finite (A โงธ P) (B โงธ Q) - Ideal.IsFractionRing.finite_of_isInvariant ๐ Mathlib.RingTheory.Invariant.Galois
{A : Type u_1} {B : Type u_2} [CommRing A] [CommRing B] [Algebra A B] (G : Type u_3) [Finite G] [Group G] [MulSemiringAction G B] [Algebra.IsInvariant A B G] (P : Ideal A) (Q : Ideal B) [Q.LiesOver P] [P.IsPrime] [Q.IsPrime] (K : Type u_4) (L : Type u_5) [Field K] [Field L] [Algebra K L] [Algebra (A โงธ P) K] [IsFractionRing (A โงธ P) K] [Algebra (B โงธ Q) L] [IsFractionRing (B โงธ Q) L] [Algebra (A โงธ P) L] [IsScalarTower (A โงธ P) (B โงธ Q) L] [IsScalarTower (A โงธ P) K L] [SMulCommClass G A B] [Algebra.IsSeparable K L] : Module.Finite K L - differentIdeal_ne_bot ๐ Mathlib.RingTheory.DedekindDomain.Different
{A : Type u_1} {B : Type u_3} [CommRing A] [CommRing B] [Algebra A B] [IsDomain A] [IsIntegrallyClosed A] [IsDedekindDomain B] [Module.IsTorsionFree A B] [Module.Finite A B] [Algebra.IsSeparable (FractionRing A) (FractionRing B)] : differentIdeal A B โ โฅ - FractionalIdeal.dual ๐ Mathlib.RingTheory.DedekindDomain.Different
(A : Type u_1) (K : Type u_2) {L : Type u} {B : Type u_3} [CommRing A] [Field K] [CommRing B] [Field L] [Algebra A K] [Algebra B L] [Algebra A B] [Algebra K L] [Algebra A L] [IsScalarTower A K L] [IsScalarTower A B L] [IsFractionRing A K] [IsIntegrallyClosed A] [FiniteDimensional K L] [IsIntegralClosure B A L] [Algebra.IsSeparable K L] [IsDomain A] [IsFractionRing B L] [Nontrivial B] [NoZeroDivisors B] (I : FractionalIdeal (nonZeroDivisors B) L) : FractionalIdeal (nonZeroDivisors B) L - FractionalIdeal.dual_involutive ๐ Mathlib.RingTheory.DedekindDomain.Different
{A : Type u_1} {K : Type u_2} {L : Type u} {B : Type u_3} [CommRing A] [Field K] [CommRing B] [Field L] [Algebra A K] [Algebra B L] [Algebra A B] [Algebra K L] [Algebra A L] [IsScalarTower A K L] [IsScalarTower A B L] [IsDomain A] [IsFractionRing A K] [FiniteDimensional K L] [Algebra.IsSeparable K L] [IsIntegralClosure B A L] [IsFractionRing B L] [IsIntegrallyClosed A] [IsDedekindDomain B] : Function.Involutive (FractionalIdeal.dual A K) - FractionalIdeal.dual_injective ๐ Mathlib.RingTheory.DedekindDomain.Different
{A : Type u_1} {K : Type u_2} {L : Type u} {B : Type u_3} [CommRing A] [Field K] [CommRing B] [Field L] [Algebra A K] [Algebra B L] [Algebra A B] [Algebra K L] [Algebra A L] [IsScalarTower A K L] [IsScalarTower A B L] [IsDomain A] [IsFractionRing A K] [FiniteDimensional K L] [Algebra.IsSeparable K L] [IsIntegralClosure B A L] [IsFractionRing B L] [IsIntegrallyClosed A] [IsDedekindDomain B] : Function.Injective (FractionalIdeal.dual A K) - dvd_differentIdeal_iff ๐ Mathlib.RingTheory.DedekindDomain.Different
{A : Type u_1} {B : Type u_3} [CommRing A] [CommRing B] [Algebra A B] [IsDomain A] [IsDedekindDomain A] [IsDedekindDomain B] [Module.IsTorsionFree A B] [Module.Finite A B] [Algebra.IsSeparable (FractionRing A) (FractionRing B)] {P : Ideal B} [P.IsPrime] : P โฃ differentIdeal A B โ ยฌAlgebra.IsUnramifiedAt A P - not_dvd_differentIdeal_iff ๐ Mathlib.RingTheory.DedekindDomain.Different
{A : Type u_1} {B : Type u_3} [CommRing A] [CommRing B] [Algebra A B] [IsDomain A] [IsDedekindDomain A] [IsDedekindDomain B] [Module.IsTorsionFree A B] [Module.Finite A B] [Algebra.IsSeparable (FractionRing A) (FractionRing B)] {P : Ideal B} [P.IsPrime] : ยฌP โฃ differentIdeal A B โ Algebra.IsUnramifiedAt A P - FractionalIdeal.dual_dual ๐ Mathlib.RingTheory.DedekindDomain.Different
(A : Type u_1) (K : Type u_2) {L : Type u} {B : Type u_3} [CommRing A] [Field K] [CommRing B] [Field L] [Algebra A K] [Algebra B L] [Algebra A B] [Algebra K L] [Algebra A L] [IsScalarTower A K L] [IsScalarTower A B L] [IsDomain A] [IsFractionRing A K] [FiniteDimensional K L] [Algebra.IsSeparable K L] [IsIntegralClosure B A L] [IsFractionRing B L] [IsIntegrallyClosed A] [IsDedekindDomain B] (I : FractionalIdeal (nonZeroDivisors B) L) : FractionalIdeal.dual A K (FractionalIdeal.dual A K I) = I - FractionalIdeal.dual_inv_le ๐ Mathlib.RingTheory.DedekindDomain.Different
(A : Type u_1) (K : Type u_2) {L : Type u} {B : Type u_3} [CommRing A] [Field K] [CommRing B] [Field L] [Algebra A K] [Algebra B L] [Algebra A B] [Algebra K L] [Algebra A L] [IsScalarTower A K L] [IsScalarTower A B L] [IsDomain A] [IsFractionRing A K] [FiniteDimensional K L] [Algebra.IsSeparable K L] [IsIntegralClosure B A L] [IsFractionRing B L] [IsIntegrallyClosed A] [IsDedekindDomain B] (I : FractionalIdeal (nonZeroDivisors B) L) : (FractionalIdeal.dual A K I)โปยน โค I - FractionalIdeal.inv_le_dual ๐ Mathlib.RingTheory.DedekindDomain.Different
(A : Type u_1) (K : Type u_2) {L : Type u} {B : Type u_3} [CommRing A] [Field K] [CommRing B] [Field L] [Algebra A K] [Algebra B L] [Algebra A B] [Algebra K L] [Algebra A L] [IsScalarTower A K L] [IsScalarTower A B L] [IsDomain A] [IsFractionRing A K] [FiniteDimensional K L] [Algebra.IsSeparable K L] [IsIntegralClosure B A L] [IsFractionRing B L] [IsIntegrallyClosed A] [IsDedekindDomain B] (I : FractionalIdeal (nonZeroDivisors B) L) : Iโปยน โค FractionalIdeal.dual A K I - FractionalIdeal.dual_zero ๐ Mathlib.RingTheory.DedekindDomain.Different
(A : Type u_1) (K : Type u_2) (L : Type u) (B : Type u_3) [CommRing A] [Field K] [CommRing B] [Field L] [Algebra A K] [Algebra B L] [Algebra A B] [Algebra K L] [Algebra A L] [IsScalarTower A K L] [IsScalarTower A B L] [IsDomain A] [IsFractionRing A K] [FiniteDimensional K L] [Algebra.IsSeparable K L] [IsIntegralClosure B A L] [IsFractionRing B L] [IsIntegrallyClosed A] [IsDedekindDomain B] : FractionalIdeal.dual A K 0 = 0 - coeIdeal_differentIdeal ๐ Mathlib.RingTheory.DedekindDomain.Different
(A : Type u_1) (K : Type u_2) (L : Type u) (B : Type u_3) [CommRing A] [Field K] [CommRing B] [Field L] [Algebra A K] [Algebra B L] [Algebra A B] [Algebra K L] [Algebra A L] [IsScalarTower A K L] [IsScalarTower A B L] [IsDomain A] [IsFractionRing A K] [FiniteDimensional K L] [Algebra.IsSeparable K L] [IsIntegralClosure B A L] [IsIntegrallyClosed A] [IsDedekindDomain B] [Module.IsTorsionFree A B] [IsFractionRing B L] : โ(differentIdeal A B) = (FractionalIdeal.dual A K 1)โปยน - FractionalIdeal.dual_ne_zero ๐ Mathlib.RingTheory.DedekindDomain.Different
(A : Type u_1) (K : Type u_2) {L : Type u} {B : Type u_3} [CommRing A] [Field K] [CommRing B] [Field L] [Algebra A K] [Algebra B L] [Algebra A B] [Algebra K L] [Algebra A L] [IsScalarTower A K L] [IsScalarTower A B L] [IsDomain A] [IsFractionRing A K] [FiniteDimensional K L] [Algebra.IsSeparable K L] [IsIntegralClosure B A L] [IsFractionRing B L] [IsIntegrallyClosed A] [IsDedekindDomain B] {I : FractionalIdeal (nonZeroDivisors B) L} (hI : I โ 0) : FractionalIdeal.dual A K I โ 0 - FractionalIdeal.dual_eq_zero_iff ๐ Mathlib.RingTheory.DedekindDomain.Different
{A : Type u_1} {K : Type u_2} {L : Type u} {B : Type u_3} [CommRing A] [Field K] [CommRing B] [Field L] [Algebra A K] [Algebra B L] [Algebra A B] [Algebra K L] [Algebra A L] [IsScalarTower A K L] [IsScalarTower A B L] [IsDomain A] [IsFractionRing A K] [FiniteDimensional K L] [Algebra.IsSeparable K L] [IsIntegralClosure B A L] [IsFractionRing B L] [IsIntegrallyClosed A] [IsDedekindDomain B] {I : FractionalIdeal (nonZeroDivisors B) L} : FractionalIdeal.dual A K I = 0 โ I = 0 - FractionalIdeal.dual_ne_zero_iff ๐ Mathlib.RingTheory.DedekindDomain.Different
{A : Type u_1} {K : Type u_2} {L : Type u} {B : Type u_3} [CommRing A] [Field K] [CommRing B] [Field L] [Algebra A K] [Algebra B L] [Algebra A B] [Algebra K L] [Algebra A L] [IsScalarTower A K L] [IsScalarTower A B L] [IsDomain A] [IsFractionRing A K] [FiniteDimensional K L] [Algebra.IsSeparable K L] [IsIntegralClosure B A L] [IsFractionRing B L] [IsIntegrallyClosed A] [IsDedekindDomain B] {I : FractionalIdeal (nonZeroDivisors B) L} : FractionalIdeal.dual A K I โ 0 โ I โ 0 - FractionalIdeal.coe_dual ๐ Mathlib.RingTheory.DedekindDomain.Different
(A : Type u_1) (K : Type u_2) {L : Type u} {B : Type u_3} [CommRing A] [Field K] [CommRing B] [Field L] [Algebra A K] [Algebra B L] [Algebra A B] [Algebra K L] [Algebra A L] [IsScalarTower A K L] [IsScalarTower A B L] [IsDomain A] [IsFractionRing A K] [FiniteDimensional K L] [Algebra.IsSeparable K L] [IsIntegralClosure B A L] [IsFractionRing B L] [IsIntegrallyClosed A] [IsDedekindDomain B] {I : FractionalIdeal (nonZeroDivisors B) L} (hI : I โ 0) : โ(FractionalIdeal.dual A K I) = Submodule.traceDual A K โI - dvd_differentIdeal_of_not_isSeparable ๐ Mathlib.RingTheory.DedekindDomain.Different
(A : Type u_1) {B : Type u_3} [CommRing A] [CommRing B] [Algebra A B] [IsDomain A] [IsDedekindDomain A] [IsDedekindDomain B] [Module.IsTorsionFree A B] [Module.Finite A B] [Algebra.IsSeparable (FractionRing A) (FractionRing B)] {p : Ideal A} [p.IsMaximal] (hp : p โ โฅ) (P : Ideal B) [P.IsMaximal] [P.LiesOver p] (H : ยฌAlgebra.IsSeparable (A โงธ p) (B โงธ P)) : P โฃ differentIdeal A B
About
Loogle searches Lean and Mathlib definitions and theorems.
You can use Loogle from within the Lean4 VSCode language extension
using the Loogle command from the command palette. You can also try the
#loogle command from LeanSearchClient,
the CLI version, the Loogle
VS Code extension, the lean.nvim
integration or the Zulip bot.
Usage
Loogle finds definitions and lemmas in various ways:
By constant:
๐Real.sin
finds all lemmas whose statement somehow mentions the sine function.By lemma name substring:
๐"differ"
finds all lemmas that have"differ"somewhere in their lemma name.By subexpression:
๐_ * (_ ^ _)
finds all lemmas whose statements somewhere include a product where the second argument is raised to some power.The pattern can also be non-linear, as in
๐Real.sqrt ?a * Real.sqrt ?aIf the pattern has parameters, they are matched in any order. Both of these will find
List.map:
๐(?a -> ?b) -> List ?a -> List ?b
๐List ?a -> (?a -> ?b) -> List ?bBy main conclusion:
๐|- tsum _ = _ * tsum _
finds all lemmas where the conclusion (the subexpression to the right of allโandโ) has the given shape.As before, if the pattern has parameters, they are matched against the hypotheses of the lemma in any order; for example,
๐|- _ < _ โ tsum _ < tsum _
will findtsum_lt_tsumeven though the hypothesisf i < g iis not the last.You can filter for definitions vs theorems: Using
โข (_ : Type _)finds all definitions which provide data whileโข (_ : Prop)finds all theorems (and definitions of proofs).
If you pass more than one such search filter, separated by commas
Loogle will return lemmas which match all of them. The
search
๐ Real.sin, "two", tsum, _ * _, _ ^ _, |- _ < _ โ _
would find all lemmas which mention the constants Real.sin
and tsum, have "two" as a substring of the
lemma name, include a product and a power somewhere in the type,
and have a hypothesis of the form _ < _ (if
there were any such lemmas). Metavariables (?a) are
assigned independently in each filter.
The #lucky button will directly send you to the
documentation of the first hit.
Source code
You can find the source code for this service at https://github.com/nomeata/loogle. The https://loogle.lean-lang.org/ service is provided by the Lean FRO. Please review the Lean FRO Terms of Use and Privacy Policy.
This is Loogle revision 9f11169 serving mathlib revision ce5dd8c