Loogle!
Result
Found 160 declarations mentioning IsGalois.
- IsGalois.self ๐ Mathlib.FieldTheory.Galois.Basic
(F : Type u_1) [Field F] : IsGalois F F - IsGalois ๐ Mathlib.FieldTheory.Galois.Basic
(F : Type u_1) [Field F] (E : Type u_2) [Field E] [Algebra F E] : Prop - IsGalois.to_normal ๐ 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] : Normal F E - 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.integral ๐ Mathlib.FieldTheory.Galois.Basic
(F : Type u_1) [Field F] {E : Type u_2} [Field E] [Algebra F E] [IsGalois F E] (x : E) : IsIntegral F x - IsGalois.separable ๐ Mathlib.FieldTheory.Galois.Basic
(F : Type u_1) [Field F] {E : Type u_2} [Field E] [Algebra F E] [IsGalois F E] (x : E) : IsSeparable F x - 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 - IsGalois.of_separable_splitting_field ๐ Mathlib.FieldTheory.Galois.Basic
{F : Type u_1} [Field F] {E : Type u_2} [Field E] [Algebra F E] {p : Polynomial F} [Polynomial.IsSplittingField F E p] (hp : p.Separable) : IsGalois 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 - IsGalois.of_algEquiv ๐ Mathlib.FieldTheory.Galois.Basic
{F : Type u_1} {E : Type u_3} [Field F] [Field E] {E' : Type u_4} [Field E'] [Algebra F E'] [Algebra F E] [IsGalois F E] (f : E โโ[F] E') : IsGalois F E' - AlgEquiv.transfer_galois ๐ Mathlib.FieldTheory.Galois.Basic
{F : Type u_1} {E : Type u_3} [Field F] [Field E] {E' : Type u_4} [Field E'] [Algebra F E'] [Algebra F E] (f : E โโ[F] E') : IsGalois F E โ IsGalois F E' - IsGalois.finiteDimensional_of_finite ๐ Mathlib.FieldTheory.Galois.Basic
(F : Type u_1) [Field F] (E : Type u_2) [Field E] [Algebra F E] [IsGalois F E] [Finite Gal(E/F)] : FiniteDimensional F E - IsGalois.of_fixed_field ๐ Mathlib.FieldTheory.Galois.Basic
(E : Type u_2) [Field E] (G : Type u_3) [Group G] [Finite G] [MulSemiringAction G E] : IsGalois (โฅ(FixedPoints.subfield G E)) E - IsGalois.fixedField_fixingSubgroup ๐ Mathlib.FieldTheory.Galois.Basic
{F : Type u_1} [Field F] {E : Type u_2} [Field E] [Algebra F E] (K : IntermediateField F E) [FiniteDimensional F E] [h : IsGalois F E] : IntermediateField.fixedField K.fixingSubgroup = K - IsGalois.splits ๐ Mathlib.FieldTheory.Galois.Basic
(F : Type u_1) [Field F] {E : Type u_2} [Field E] [Algebra F E] [IsGalois F E] (x : E) : (Polynomial.map (algebraMap F E) (minpoly F x)).Splits - IsGalois.is_separable_splitting_field ๐ Mathlib.FieldTheory.Galois.Basic
(F : Type u_1) [Field F] (E : Type u_2) [Field E] [Algebra F E] [FiniteDimensional F E] [IsGalois F E] : โ p, p.Separable โง Polynomial.IsSplittingField F E p - IsGalois.tower_top_intermediateField ๐ Mathlib.FieldTheory.Galois.Basic
{F : Type u_1} {E : Type u_3} [Field F] [Field E] [Algebra F E] (K : IntermediateField F E) [IsGalois F E] : IsGalois (โฅK) E - IsGalois.tower_top_of_isGalois ๐ Mathlib.FieldTheory.Galois.Basic
(F : Type u_1) (K : Type u_2) (E : Type u_3) [Field F] [Field K] [Field E] [Algebra F K] [Algebra F E] [Algebra K E] [IsScalarTower F K E] [IsGalois F E] : IsGalois K E - IsGalois.card_aut_eq_finrank ๐ Mathlib.FieldTheory.Galois.Basic
(F : Type u_1) [Field F] (E : Type u_2) [Field E] [Algebra F E] [FiniteDimensional F E] [IsGalois F E] : Nat.card Gal(E/F) = Module.finrank F E - IsGalois.of_card_aut_eq_finrank ๐ Mathlib.FieldTheory.Galois.Basic
(F : Type u_1) [Field F] (E : Type u_2) [Field E] [Algebra F E] [FiniteDimensional F E] (h : Nat.card Gal(E/F) = Module.finrank F E) : IsGalois F E - IsAlgClosure.isGalois ๐ Mathlib.FieldTheory.Galois.Basic
(k : Type u_1) (K : Type u_2) [Field k] [Field K] [Algebra k K] [IsAlgClosure k K] [CharZero k] : IsGalois k K - IsGalois.fixedField_eq_iff_fixingSubgroup_eq ๐ Mathlib.FieldTheory.Galois.Basic
{F : Type u_1} [Field F] {E : Type u_2} [Field E] [Algebra F E] [FiniteDimensional F E] [IsGalois F E] {K : IntermediateField F E} {H : Subgroup Gal(E/F)} : IntermediateField.fixedField H = K โ K.fixingSubgroup = H - IsGalois.normalClosure ๐ Mathlib.FieldTheory.Galois.Basic
(k : Type u_1) (K : Type u_2) (F : Type u_3) [Field k] [Field K] [Field F] [Algebra k K] [Algebra k F] [IsGalois k F] : IsGalois k โฅ(IntermediateField.normalClosure k K F) - IsGalois.mem_range_algebraMap_iff_fixed ๐ Mathlib.FieldTheory.Galois.Basic
{F : Type u_1} [Field F] {E : Type u_2} [Field E] [Algebra F E] [IsGalois F E] [FiniteDimensional F E] (x : E) : x โ Set.range โ(algebraMap F E) โ โ (f : Gal(E/F)), f x = x - IsGalois.fixingSubgroup_normal_of_isGalois ๐ Mathlib.FieldTheory.Galois.Basic
{K : Type u_3} {L : Type u_4} [Field K] [Field L] [Algebra K L] (E : IntermediateField K L) [IsGalois K L] [IsGalois K โฅE] : E.fixingSubgroup.Normal - IsGalois.of_fixedField_normal_subgroup ๐ Mathlib.FieldTheory.Galois.Basic
{K : Type u_3} {L : Type u_4} [Field K] [Field L] [Algebra K L] [IsGalois K L] (H : Subgroup Gal(L/K)) [hn : H.Normal] : IsGalois K โฅ(IntermediateField.fixedField H) - IsGalois.fixedField_top ๐ Mathlib.FieldTheory.Galois.Basic
{F : Type u_1} [Field F] {E : Type u_2} [Field E] [Algebra F E] [IsGalois F E] [FiniteDimensional F E] : IntermediateField.fixedField โค = โฅ - IsGalois.of_fixedField_eq_bot ๐ Mathlib.FieldTheory.Galois.Basic
(F : Type u_1) [Field F] (E : Type u_2) [Field E] [Algebra F E] [FiniteDimensional F E] (h : IntermediateField.fixedField โค = โฅ) : IsGalois F E - IsGalois.mem_bot_iff_fixed ๐ Mathlib.FieldTheory.Galois.Basic
{F : Type u_1} [Field F] {E : Type u_2} [Field E] [Algebra F E] [IsGalois F E] [FiniteDimensional F E] (x : E) : x โ โฅ โ โ (f : Gal(E/F)), f x = x - IsGalois.intermediateFieldEquivSubgroup ๐ Mathlib.FieldTheory.Galois.Basic
{F : Type u_1} [Field F] {E : Type u_2} [Field E] [Algebra F E] [FiniteDimensional F E] [IsGalois F E] : IntermediateField F E โo (Subgroup Gal(E/F))แตแต - IntermediateField.finrank_eq_fixingSubgroup_index ๐ Mathlib.FieldTheory.Galois.Basic
{F : Type u_1} (E' : Type u_3) [Field F] [Field E'] [Algebra F E'] (L : IntermediateField F E') [IsGalois F E'] : Module.finrank F โฅL = L.fixingSubgroup.index - IsGalois.tfae ๐ Mathlib.FieldTheory.Galois.Basic
{F : Type u_1} [Field F] {E : Type u_2} [Field E] [Algebra F E] [FiniteDimensional F E] : [IsGalois F E, IntermediateField.fixedField โค = โฅ, Nat.card Gal(E/F) = Module.finrank F E, โ p, p.Separable โง Polynomial.IsSplittingField F E p].TFAE - isGalois_iff_isGalois_bot ๐ Mathlib.FieldTheory.Galois.Basic
{F : Type u_1} {E : Type u_3} [Field F] [Field E] [Algebra F E] : IsGalois (โฅโฅ) E โ IsGalois F E - IsGalois.card_fixingSubgroup_eq_finrank ๐ Mathlib.FieldTheory.Galois.Basic
{F : Type u_1} [Field F] {E : Type u_2} [Field E] [Algebra F E] (K : IntermediateField F E) [FiniteDimensional F E] [IsGalois F E] : Nat.card โฅK.fixingSubgroup = Module.finrank (โฅK) E - isGalois_bot ๐ Mathlib.FieldTheory.Galois.Basic
{F : Type u_1} {E : Type u_3} [Field F] [Field E] [Algebra F E] : IsGalois F โฅโฅ - isGalois_iff_isGalois_top ๐ Mathlib.FieldTheory.Galois.Basic
{F : Type u_1} {E : Type u_3} [Field F] [Field E] [Algebra F E] : IsGalois F โฅโค โ IsGalois F E - IsGalois.sup_right ๐ Mathlib.FieldTheory.Galois.Basic
{F : Type u_1} [Field F] {E : Type u_2} [Field E] [Algebra F E] (K L : IntermediateField F E) [IsGalois F โฅK] [FiniteDimensional F โฅK] (h : K โ L = โค) : IsGalois (โฅL) E - IsGalois.of_equiv_equiv ๐ Mathlib.FieldTheory.Galois.Basic
{F : Type u_1} {E : Type u_3} [Field F] [Field E] [Algebra F E] {M : Type u_5} {N : Type u_6} [Field N] [Field M] [Algebra M N] [h : IsGalois F E] {f : F โ+* M} {g : E โ+* N} (hcomp : (algebraMap M N).comp โf = (โg).comp (algebraMap F E)) : IsGalois M N - IsGalois.ofDual_intermediateFieldEquivSubgroup_apply ๐ Mathlib.FieldTheory.Galois.Basic
{F : Type u_1} [Field F] {E : Type u_2} [Field E] [Algebra F E] [FiniteDimensional F E] [IsGalois F E] (K : IntermediateField F E) : OrderDual.ofDual (IsGalois.intermediateFieldEquivSubgroup K) = K.fixingSubgroup - IsGalois.intermediateFieldEquivSubgroup_symm_apply_toDual ๐ Mathlib.FieldTheory.Galois.Basic
{F : Type u_1} [Field F] {E : Type u_2} [Field E] [Algebra F E] [FiniteDimensional F E] [IsGalois F E] (H : Subgroup Gal(E/F)) : IsGalois.intermediateFieldEquivSubgroup.symm (OrderDual.toDual H) = IntermediateField.fixedField H - IsGalois.intermediateFieldEquivSubgroup_symm_apply ๐ Mathlib.FieldTheory.Galois.Basic
{F : Type u_1} [Field F] {E : Type u_2} [Field E] [Algebra F E] [FiniteDimensional F E] [IsGalois F E] (H : (Subgroup Gal(E/F))แตแต) : IsGalois.intermediateFieldEquivSubgroup.symm H = IntermediateField.fixedField (OrderDual.ofDual H) - IsGalois.intermediateFieldEquivSubgroup_apply ๐ Mathlib.FieldTheory.Galois.Basic
{F : Type u_1} [Field F] {E : Type u_2} [Field E] [Algebra F E] [FiniteDimensional F E] [IsGalois F E] (aโ : IntermediateField F E) : IsGalois.intermediateFieldEquivSubgroup aโ = OrderDual.toDual aโ.fixingSubgroup - IsGalois.galoisCoinsertionIntermediateFieldSubgroup ๐ Mathlib.FieldTheory.Galois.Basic
{F : Type u_1} [Field F] {E : Type u_2} [Field E] [Algebra F E] [FiniteDimensional F E] [IsGalois F E] : GaloisCoinsertion (โOrderDual.toDual โ IntermediateField.fixingSubgroup) (IntermediateField.fixedField โ โOrderDual.toDual) - IsGalois.normalAutEquivQuotient ๐ Mathlib.FieldTheory.Galois.Basic
{K : Type u_3} {L : Type u_4} [Field K] [Field L] [Algebra K L] [FiniteDimensional K L] [IsGalois K L] (H : Subgroup Gal(L/K)) [H.Normal] : Gal(L/K) โงธ H โ* Gal(โฅ(IntermediateField.fixedField H)/K) - IntermediateField.restrictRestrictAlgEquivMapHom_surjective ๐ Mathlib.FieldTheory.Galois.Basic
{F : Type u_1} {E : Type u_2} [Field F] [Field E] [Algebra F E] (K L : IntermediateField F E) [Normal F โฅK] [FiniteDimensional F โฅK] [FiniteDimensional (โฅL) E] [IsGalois (โฅL) E] (h : K โ L = โฅ) : Function.Surjective โ(IntermediateField.restrictRestrictAlgEquivMapHom F (โฅK) (โฅL) E) - IsGalois.normalAutEquivQuotient_apply ๐ Mathlib.FieldTheory.Galois.Basic
{K : Type u_3} {L : Type u_4} [Field K] [Field L] [Algebra K L] [FiniteDimensional K L] [IsGalois K L] (H : Subgroup Gal(L/K)) [H.Normal] (ฯ : Gal(L/K)) : (IsGalois.normalAutEquivQuotient H) โฯ = (AlgEquiv.restrictNormalHom โฅ(IntermediateField.fixedField H)) ฯ - IsSepClosure.isGalois ๐ Mathlib.FieldTheory.IsSepClosed
{k : Type u} [Field k] {K : Type v} [Field K] [Algebra k K] [IsSepClosure k K] : IsGalois k K - separableClosure.isGalois ๐ Mathlib.FieldTheory.IsSepClosed
(F : Type u_1) (E : Type u_2) [Field F] [Field E] [Algebra F E] [Normal F E] : IsGalois F โฅ(separableClosure F E) - trace_eq_sum_automorphisms ๐ Mathlib.RingTheory.Trace.Basic
{K : Type u_3} {L : Type u_4} [Field K] [Field L] [Algebra K L] (x : L) [FiniteDimensional K L] [IsGalois K L] : (algebraMap K L) ((Algebra.trace K L) x) = โ ฯ, ฯ x - NumberField.ComplexEmbedding.exists_comp_symm_eq_of_comp_eq ๐ Mathlib.NumberTheory.NumberField.InfinitePlace.Embeddings
{K : Type u_1} [Field K] {k : Type u_2} [Field k] [Algebra k K] [IsGalois k K] (ฯ ฯ : K โ+* โ) (h : ฯ.comp (algebraMap k K) = ฯ.comp (algebraMap k K)) : โ ฯ, ฯ.comp โฯ.symm = ฯ - Algebra.norm_eq_prod_automorphisms ๐ Mathlib.RingTheory.Norm.Transitivity
{L : Type u_6} (K : Type u_7) [Field K] [Field L] [Algebra K L] [FiniteDimensional K L] [IsGalois K L] (x : L) : (algebraMap K L) ((Algebra.norm K) x) = โ ฯ, ฯ x - FiniteGaloisIntermediateField.adjoin ๐ Mathlib.FieldTheory.Galois.GaloisClosure
(k : Type u_1) {K : Type u_2} [Field k] [Field K] [Algebra k K] [IsGalois k K] (s : Set K) [Finite โs] : FiniteGaloisIntermediateField k K - FiniteGaloisIntermediateField.subset_adjoin ๐ Mathlib.FieldTheory.Galois.GaloisClosure
(k : Type u_1) {K : Type u_2} [Field k] [Field K] [Algebra k K] [IsGalois k K] (s : Set K) [Finite โs] : s โ โ(FiniteGaloisIntermediateField.adjoin k s).toIntermediateField - FiniteGaloisIntermediateField.adjoin_simple_le_iff ๐ Mathlib.FieldTheory.Galois.GaloisClosure
{k : Type u_1} {K : Type u_2} [Field k] [Field K] [Algebra k K] [IsGalois k K] {x : K} {L : FiniteGaloisIntermediateField k K} : FiniteGaloisIntermediateField.adjoin k {x} โค L โ x โ L.toIntermediateField - FiniteGaloisIntermediateField.instIsGaloisSubtypeMemIntermediateField ๐ Mathlib.FieldTheory.Galois.GaloisClosure
(k : Type u_1) (K : Type u_2) [Field k] [Field K] [Algebra k K] (L : FiniteGaloisIntermediateField k K) : IsGalois k โฅL.toIntermediateField - FiniteGaloisIntermediateField.isGalois ๐ Mathlib.FieldTheory.Galois.GaloisClosure
{k : Type u_1} {K : Type u_2} [Field k] [Field K] [Algebra k K] (self : FiniteGaloisIntermediateField k K) : IsGalois k โฅself.toIntermediateField - FiniteGaloisIntermediateField.adjoin_map ๐ Mathlib.FieldTheory.Galois.GaloisClosure
{k : Type u_1} {K : Type u_2} [Field k] [Field K] [Algebra k K] [IsGalois k K] (f : K โโ[k] K) (s : Set K) [Finite โs] : FiniteGaloisIntermediateField.adjoin k (โf '' s) = FiniteGaloisIntermediateField.adjoin k s - FiniteGaloisIntermediateField.adjoin_val ๐ Mathlib.FieldTheory.Galois.GaloisClosure
{k : Type u_1} {K : Type u_2} [Field k] [Field K] [Algebra k K] [IsGalois k K] (s : Set K) [Finite โs] : (FiniteGaloisIntermediateField.adjoin k s).toIntermediateField = IntermediateField.normalClosure k (โฅ(IntermediateField.adjoin k s)) K - FiniteGaloisIntermediateField.adjoin_simple_map_algEquiv ๐ Mathlib.FieldTheory.Galois.GaloisClosure
{k : Type u_1} {K : Type u_2} [Field k] [Field K] [Algebra k K] [IsGalois k K] (f : Gal(K/k)) (x : K) : FiniteGaloisIntermediateField.adjoin k {f x} = FiniteGaloisIntermediateField.adjoin k {x} - FiniteGaloisIntermediateField.adjoin_simple_map_algHom ๐ Mathlib.FieldTheory.Galois.GaloisClosure
{k : Type u_1} {K : Type u_2} [Field k] [Field K] [Algebra k K] [IsGalois k K] (f : K โโ[k] K) (x : K) : FiniteGaloisIntermediateField.adjoin k {f x} = FiniteGaloisIntermediateField.adjoin k {x} - FiniteGaloisIntermediateField.mk ๐ Mathlib.FieldTheory.Galois.GaloisClosure
{k : Type u_1} {K : Type u_2} [Field k] [Field K] [Algebra k K] (toIntermediateField : IntermediateField k K) [finiteDimensional : FiniteDimensional k โฅtoIntermediateField] [isGalois : IsGalois k โฅtoIntermediateField] : FiniteGaloisIntermediateField k K - FiniteGaloisIntermediateField.instIsGaloisSubtypeMemIntermediateFieldMax ๐ Mathlib.FieldTheory.Galois.GaloisClosure
{k : Type u_1} {K : Type u_2} [Field k] [Field K] [Algebra k K] (Lโ Lโ : IntermediateField k K) [IsGalois k โฅLโ] [IsGalois k โฅLโ] : IsGalois k โฅ(Lโ โ Lโ) - FiniteGaloisIntermediateField.instIsGaloisSubtypeMemIntermediateFieldMin ๐ Mathlib.FieldTheory.Galois.GaloisClosure
{k : Type u_1} {K : Type u_2} [Field k] [Field K] [Algebra k K] (Lโ Lโ : IntermediateField k K) [IsGalois k โฅLโ] [IsGalois k โฅLโ] : IsGalois k โฅ(Lโ โ Lโ) - InfiniteGalois.fixedField_fixingSubgroup ๐ Mathlib.FieldTheory.Galois.Infinite
{k : Type u_1} {K : Type u_2} [Field k] [Field K] [Algebra k K] (L : IntermediateField k K) [IsGalois k K] : IntermediateField.fixedField L.fixingSubgroup = L - InfiniteGalois.fixingSubgroup_isClosed ๐ Mathlib.FieldTheory.Galois.Infinite
{k : Type u_1} {K : Type u_2} [Field k] [Field K] [Algebra k K] (L : IntermediateField k K) [IsGalois k K] : IsClosed โL.fixingSubgroup - InfiniteGalois.mem_range_algebraMap_iff_fixed ๐ Mathlib.FieldTheory.Galois.Infinite
{k : Type u_1} {K : Type u_2} [Field k] [Field K] [Algebra k K] [IsGalois k K] (x : K) : x โ Set.range โ(algebraMap k K) โ โ (f : Gal(K/k)), f x = x - InfiniteGalois.normal_iff_isGalois ๐ Mathlib.FieldTheory.Galois.Infinite
{k : Type u_1} {K : Type u_2} [Field k] [Field K] [Algebra k K] (L : IntermediateField k K) [IsGalois k K] : L.fixingSubgroup.Normal โ IsGalois k โฅL - InfiniteGalois.fixingSubgroup_fixedField ๐ Mathlib.FieldTheory.Galois.Infinite
{k : Type u_1} {K : Type u_2} [Field k] [Field K] [Algebra k K] (H : ClosedSubgroup Gal(K/k)) [IsGalois k K] : (IntermediateField.fixedField โH).fixingSubgroup = โH - InfiniteGalois.fixedField_bot ๐ Mathlib.FieldTheory.Galois.Infinite
{k : Type u_1} {K : Type u_2} [Field k] [Field K] [Algebra k K] [IsGalois k K] : IntermediateField.fixedField โค = โฅ - InfiniteGalois.mem_bot_iff_fixed ๐ Mathlib.FieldTheory.Galois.Infinite
{k : Type u_1} {K : Type u_2} [Field k] [Field K] [Algebra k K] [IsGalois k K] (x : K) : x โ โฅ โ โ (f : Gal(K/k)), f x = x - InfiniteGalois.IntermediateFieldEquivClosedSubgroup ๐ Mathlib.FieldTheory.Galois.Infinite
{k : Type u_1} {K : Type u_2} [Field k] [Field K] [Algebra k K] [IsGalois k K] : IntermediateField k K โo (ClosedSubgroup Gal(K/k))แตแต - InfiniteGalois.isOpen_iff_finite ๐ Mathlib.FieldTheory.Galois.Infinite
{k : Type u_1} {K : Type u_2} [Field k] [Field K] [Algebra k K] (L : IntermediateField k K) [IsGalois k K] : IsOpen L.fixingSubgroup.carrier โ FiniteDimensional k โฅL - InfiniteGalois.isOpen_and_normal_iff_finite_and_isGalois ๐ Mathlib.FieldTheory.Galois.Infinite
{k : Type u_1} {K : Type u_2} [Field k] [Field K] [Algebra k K] (L : IntermediateField k K) [IsGalois k K] : IsOpen L.fixingSubgroup.carrier โง L.fixingSubgroup.Normal โ FiniteDimensional k โฅL โง IsGalois k โฅL - InfiniteGalois.GaloisCoinsertionIntermediateFieldSubgroup ๐ Mathlib.FieldTheory.Galois.Infinite
{k : Type u_1} {K : Type u_2} [Field k] [Field K] [Algebra k K] [IsGalois k K] : GaloisCoinsertion (โOrderDual.toDual โ fun E => E.fixingSubgroup) ((fun H => IntermediateField.fixedField H) โ โOrderDual.toDual) - InfiniteGalois.GaloisInsertionIntermediateFieldClosedSubgroup ๐ Mathlib.FieldTheory.Galois.Infinite
{k : Type u_1} {K : Type u_2} [Field k] [Field K] [Algebra k K] [IsGalois k K] : GaloisInsertion (โOrderDual.toDual โ fun E => { toSubgroup := E.fixingSubgroup, isClosed' := โฏ }) ((fun H => IntermediateField.fixedField โH) โ โOrderDual.toDual) - InfiniteGalois.normalAutEquivQuotient ๐ Mathlib.FieldTheory.Galois.Infinite
{k : Type u_1} {K : Type u_2} [Field k] [Field K] [Algebra k K] [IsGalois k K] (H : ClosedSubgroup Gal(K/k)) [(โH).Normal] : Gal(K/k) โงธ โH โ* Gal(โฅ(IntermediateField.fixedField โH)/k) - InfiniteGalois.normalAutEquivQuotient_apply ๐ Mathlib.FieldTheory.Galois.Infinite
{k : Type u_1} {K : Type u_2} [Field k] [Field K] [Algebra k K] [IsGalois k K] (H : ClosedSubgroup Gal(K/k)) [(โH).Normal] (ฯ : Gal(K/k)) : (InfiniteGalois.normalAutEquivQuotient H) โฯ = (AlgEquiv.restrictNormalHom โฅ(IntermediateField.fixedField โH)) ฯ - IsAbelianGalois.toIsGalois ๐ Mathlib.FieldTheory.Galois.Abelian
{K : Type u_4} {L : Type u_5} {instโ : Field K} {instโยน : Field L} {instโยฒ : Algebra K L} [self : IsAbelianGalois K L] : IsGalois K L - IsAbelianGalois.of_isCyclic ๐ Mathlib.FieldTheory.Galois.Abelian
(K : Type u_1) (L : Type u_2) [Field K] [Field L] [Algebra K L] [IsGalois K L] [IsCyclic Gal(L/K)] : IsAbelianGalois K L - IsAbelianGalois.mk ๐ Mathlib.FieldTheory.Galois.Abelian
{K : Type u_4} {L : Type u_5} [Field K] [Field L] [Algebra K L] [toIsGalois : IsGalois K L] [toIsMulCommutative : IsMulCommutative Gal(L/K)] : IsAbelianGalois K L - IsCyclotomicExtension.isGalois ๐ Mathlib.NumberTheory.Cyclotomic.Basic
(S : Set โ) (K : Type w) (L : Type z) [Field K] [Field L] [Algebra K L] [IsCyclotomicExtension S K L] : IsGalois K L - GaloisField.instIsGaloisOfFinite ๐ Mathlib.FieldTheory.Finite.GaloisField
{K : Type u_2} {K' : Type u_3} [Field K] [Field K'] [Finite K'] [Algebra K K'] : IsGalois K K' - IsGaloisGroup.isGalois ๐ Mathlib.FieldTheory.Galois.IsGaloisGroup
(G : Type u_1) (K : Type u_3) (L : Type u_4) [Group G] [Field K] [Field L] [Algebra K L] [MulSemiringAction G L] [Finite G] [IsGaloisGroup G K L] : IsGalois K L - IsGaloisGroup.of_isGalois ๐ Mathlib.FieldTheory.Galois.IsGaloisGroup
(K : Type u_3) (L : Type u_4) [Field K] [Field L] [Algebra K L] [IsGalois K L] : IsGaloisGroup Gal(L/K) K L - IsGaloisGroup.normal_of_isGalois ๐ Mathlib.FieldTheory.Galois.IsGaloisGroup
(G : Type u_1) (K : Type u_3) (L : Type u_4) [Group G] [Field K] [Field L] [Algebra K L] [MulSemiringAction G L] (H : Subgroup G) [hGKL : IsGaloisGroup G K L] (E : Type u_5) [Field E] [Algebra K E] [Algebra E L] [IsScalarTower K E L] [Finite G] [IsGaloisGroup (โฅH) E L] [IsGalois K E] : H.Normal - IsGaloisGroup.of_mulEquiv_algEquiv ๐ Mathlib.FieldTheory.Galois.IsGaloisGroup
{G : Type u_1} {K : Type u_3} {L : Type u_4} [Group G] [Field K] [Field L] [Algebra K L] [MulSemiringAction G L] [IsGalois K L] (e : G โ* Gal(L/K)) (he : โ (g : G) (x : L), (e g) x = g โข x) : IsGaloisGroup G K L - IsGalois.normalBasis ๐ Mathlib.FieldTheory.Galois.NormalBasis
(K : Type u_1) (L : Type u_2) [Field K] [Field L] [Algebra K L] [FiniteDimensional K L] [IsGalois K L] : Module.Basis Gal(L/K) K L - IsGalois.normalBasis_apply ๐ Mathlib.FieldTheory.Galois.NormalBasis
{K : Type u_1} {L : Type u_2} [Field K] [Field L] [Algebra K L] [FiniteDimensional K L] [IsGalois K L] (e : Gal(L/K)) : (IsGalois.normalBasis K L) e = e ((IsGalois.normalBasis K L) 1) - InfiniteGalois.profiniteGalGrp ๐ Mathlib.FieldTheory.Galois.Profinite
(k : Type u_3) (K : Type u_4) [Field k] [Field K] [Algebra k K] [IsGalois k K] : ProfiniteGrp.{u_4} - InfiniteGalois.instCompactSpaceAlgEquivOfIsGalois ๐ Mathlib.FieldTheory.Galois.Profinite
(k : Type u_3) (K : Type u_4) [Field k] [Field K] [Algebra k K] [IsGalois k K] : CompactSpace Gal(K/k) - InfiniteGalois.profiniteGalGrpIsoLimit ๐ Mathlib.FieldTheory.Galois.Profinite
(k : Type u_3) (K : Type u_4) [Field k] [Field K] [Algebra k K] [IsGalois k K] : InfiniteGalois.profiniteGalGrp k K โ ProfiniteGrp.limit (InfiniteGalois.asProfiniteGaloisGroupFunctor k K) - InfiniteGalois.limitToAlgEquiv ๐ Mathlib.FieldTheory.Galois.Profinite
{k : Type u_3} {K : Type u_4} [Field k] [Field K] [Algebra k K] [IsGalois k K] (g : โ(ProfiniteGrp.limit (InfiniteGalois.asProfiniteGaloisGroupFunctor k K)).toProfinite.toTop) : Gal(K/k) - InfiniteGalois.limitToAlgEquiv_apply ๐ Mathlib.FieldTheory.Galois.Profinite
{k : Type u_3} {K : Type u_4} [Field k] [Field K] [Algebra k K] [IsGalois k K] (g : โ(ProfiniteGrp.limit (InfiniteGalois.asProfiniteGaloisGroupFunctor k K)).toProfinite.toTop) (aโ : K) : (InfiniteGalois.limitToAlgEquiv g) aโ = InfiniteGalois.toAlgEquivAuxโ g aโ - InfiniteGalois.limitToAlgEquiv_symm_apply ๐ Mathlib.FieldTheory.Galois.Profinite
{k : Type u_3} {K : Type u_4} [Field k] [Field K] [Algebra k K] [IsGalois k K] (g : โ(ProfiniteGrp.limit (InfiniteGalois.asProfiniteGaloisGroupFunctor k K)).toProfinite.toTop) (aโ : K) : (InfiniteGalois.limitToAlgEquiv g).symm aโ = InfiniteGalois.toAlgEquivAuxโ gโปยน aโ - InfiniteGalois.mulEquivToLimit ๐ Mathlib.FieldTheory.Galois.Profinite
(k : Type u_3) (K : Type u_4) [Field k] [Field K] [Algebra k K] [IsGalois k K] : Gal(K/k) โ* โ(ProfiniteGrp.limit (InfiniteGalois.asProfiniteGaloisGroupFunctor k K)).toProfinite.toTop - InfiniteGalois.krullTopology_mem_nhds_one_iff_of_isGalois ๐ Mathlib.FieldTheory.Galois.Profinite
{k : Type u_3} {K : Type u_4} [Field k] [Field K] [Algebra k K] [IsGalois k K] (A : Set Gal(K/k)) : A โ nhds 1 โ โ L, โL.fixingSubgroup โ A - InfiniteGalois.continuousMulEquivToLimit ๐ Mathlib.FieldTheory.Galois.Profinite
(k : Type u_3) (K : Type u_4) [Field k] [Field K] [Algebra k K] [IsGalois k K] : Gal(K/k) โโ* โ(ProfiniteGrp.limit (InfiniteGalois.asProfiniteGaloisGroupFunctor k K)).toProfinite.toTop - InfiniteGalois.isOpen_mulEquivToLimit_image_fixingSubgroup ๐ Mathlib.FieldTheory.Galois.Profinite
{k : Type u_3} {K : Type u_4} [Field k] [Field K] [Algebra k K] [IsGalois k K] (L : FiniteGaloisIntermediateField k K) : IsOpen (โ(InfiniteGalois.mulEquivToLimit k K) '' โL.fixingSubgroup) - InfiniteGalois.mulEquivToLimit_symm_continuous ๐ Mathlib.FieldTheory.Galois.Profinite
{k : Type u_3} {K : Type u_4} [Field k] [Field K] [Algebra k K] [IsGalois k K] : Continuous โ(InfiniteGalois.mulEquivToLimit k K).symm - InfiniteGalois.toAlgEquivAux_eq_liftNormal ๐ Mathlib.FieldTheory.Galois.Profinite
{k : Type u_3} {K : Type u_4} [Field k] [Field K] [Algebra k K] [IsGalois k K] (g : โ(ProfiniteGrp.limit (InfiniteGalois.asProfiniteGaloisGroupFunctor k K)).toProfinite.toTop) (x : K) (L : FiniteGaloisIntermediateField k K) (hx : x โ L.toIntermediateField) : InfiniteGalois.toAlgEquivAuxโ g x = (((InfiniteGalois.proj L) g).liftNormal K) x - InfiniteGalois.toAlgEquivAux_eq_proj_of_mem ๐ Mathlib.FieldTheory.Galois.Profinite
{k : Type u_3} {K : Type u_4} [Field k] [Field K] [Algebra k K] [IsGalois k K] (g : โ(ProfiniteGrp.limit (InfiniteGalois.asProfiniteGaloisGroupFunctor k K)).toProfinite.toTop) (x : K) (L : FiniteGaloisIntermediateField k K) (hx : x โ L.toIntermediateField) : InfiniteGalois.toAlgEquivAuxโ g x = โ(((InfiniteGalois.proj L) g) โจx, hxโฉ) - InfiniteGalois.mk_toAlgEquivAux ๐ Mathlib.FieldTheory.Galois.Profinite
{k : Type u_3} {K : Type u_4} [Field k] [Field K] [Algebra k K] [IsGalois k K] (g : โ(ProfiniteGrp.limit (InfiniteGalois.asProfiniteGaloisGroupFunctor k K)).toProfinite.toTop) (x : K) (L : FiniteGaloisIntermediateField k K) (hx' : InfiniteGalois.toAlgEquivAuxโ g x โ L.toIntermediateField) (hx : x โ L.toIntermediateField) : โจInfiniteGalois.toAlgEquivAuxโ g x, hx'โฉ = ((InfiniteGalois.proj L) g) โจx, hxโฉ - InfiniteGalois.proj_adjoin_singleton_val ๐ Mathlib.FieldTheory.Galois.Profinite
{k : Type u_3} {K : Type u_4} [Field k] [Field K] [Algebra k K] [IsGalois k K] (g : โ(ProfiniteGrp.limit (InfiniteGalois.asProfiniteGaloisGroupFunctor k K)).toProfinite.toTop) (x : K) (y : โฅ(FiniteGaloisIntermediateField.adjoin k {x}).toIntermediateField) (L : FiniteGaloisIntermediateField k K) (h : x โ L.toIntermediateField) : โ(((InfiniteGalois.proj (FiniteGaloisIntermediateField.adjoin k {x})) g) y) = โ(((InfiniteGalois.proj L) g) โจโy, โฏโฉ) - exists_root_adjoin_eq_top_of_isCyclic ๐ Mathlib.FieldTheory.KummerExtension
(K : Type u) [Field K] (L : Type u_1) [Field L] [Algebra K L] [FiniteDimensional K L] (hK : (primitiveRoots (Module.finrank K L) K).Nonempty) [IsGalois K L] [IsCyclic Gal(L/K)] : โ ฮฑ, ฮฑ ^ Module.finrank K L โ Set.range โ(algebraMap K L) โง Kโฎฮฑโฏ = โค - isGalois_of_isSplittingField_X_pow_sub_C ๐ Mathlib.FieldTheory.KummerExtension
{K : Type u} [Field K] {n : โ} (hฮถ : (primitiveRoots n K).Nonempty) {a : K} (H : Irreducible (Polynomial.X ^ n - Polynomial.C a)) (L : Type u_1) [Field L] [Algebra K L] [Polynomial.IsSplittingField K L (Polynomial.X ^ n - Polynomial.C a)] : IsGalois K L - isCyclic_tfae ๐ Mathlib.FieldTheory.KummerExtension
(K : Type u_1) (L : Type u_2) [Field K] [Field L] [Algebra K L] [FiniteDimensional K L] (hK : (primitiveRoots (Module.finrank K L) K).Nonempty) : [IsGalois K L โง IsCyclic Gal(L/K), โ a, Irreducible (Polynomial.X ^ Module.finrank K L - Polynomial.C a) โง Polynomial.IsSplittingField K L (Polynomial.X ^ Module.finrank K L - Polynomial.C a), โ ฮฑ, ฮฑ ^ Module.finrank K L โ Set.range โ(algebraMap K L) โง Kโฎฮฑโฏ = โค].TFAE - IntermediateField.LinearDisjoint.of_inf_eq_bot ๐ Mathlib.FieldTheory.LinearDisjoint
{F : Type u} {E : Type v} [Field F] [Field E] [Algebra F E] {A B : IntermediateField F E} [IsGalois F โฅA] [FiniteDimensional F โฅA] [FiniteDimensional F โฅB] (h : A โ B = โฅ) : A.LinearDisjoint โฅB - IntermediateField.LinearDisjoint.iff_inf_eq_bot ๐ Mathlib.FieldTheory.LinearDisjoint
{F : Type u} {E : Type v} [Field F] [Field E] [Algebra F E] {A B : IntermediateField F E} [IsGalois F โฅA] [FiniteDimensional F โฅA] [FiniteDimensional F โฅB] : A.LinearDisjoint โฅB โ A โ B = โฅ - RingOfIntegers.isUnit_norm_of_isGalois ๐ Mathlib.NumberTheory.NumberField.Norm
{L : Type u_1} (K : Type u_2) [Field K] [Field L] [Algebra K L] [FiniteDimensional K L] [IsGalois K L] {x : NumberField.RingOfIntegers L} : IsUnit ((RingOfIntegers.norm K) x) โ IsUnit x - RingOfIntegers.dvd_norm ๐ Mathlib.NumberTheory.NumberField.Norm
{L : Type u_1} (K : Type u_2) [Field K] [Field L] [Algebra K L] [FiniteDimensional K L] [IsGalois K L] (x : NumberField.RingOfIntegers L) : x โฃ (algebraMap (NumberField.RingOfIntegers K) (NumberField.RingOfIntegers L)) ((RingOfIntegers.norm K) x) - IsUnramifiedAtInfinitePlaces_of_odd_card_aut ๐ Mathlib.NumberTheory.NumberField.InfinitePlace.Ramification
{k : Type u_1} [Field k] {K : Type u_2} [Field K] [Algebra k K] [IsGalois k K] (h : Odd (Nat.card Gal(K/k))) : IsUnramifiedAtInfinitePlaces k K - NumberField.InfinitePlace.isUnramifiedIn_comap ๐ Mathlib.NumberTheory.NumberField.InfinitePlace.Ramification
{k : Type u_1} [Field k] {K : Type u_2} [Field K] [Algebra k K] [IsGalois k K] {w : NumberField.InfinitePlace K} : NumberField.InfinitePlace.IsUnramifiedIn K (w.comap (algebraMap k K)) โ NumberField.InfinitePlace.IsUnramified k w - NumberField.InfinitePlace.even_card_aut_of_not_isUnramified ๐ Mathlib.NumberTheory.NumberField.InfinitePlace.Ramification
{k : Type u_1} [Field k] {K : Type u_2} [Field K] [Algebra k K] {w : NumberField.InfinitePlace K} [IsGalois k K] (hw : ยฌNumberField.InfinitePlace.IsUnramified k w) : Even (Nat.card Gal(K/k)) - NumberField.InfinitePlace.even_card_aut_of_not_isUnramifiedIn ๐ Mathlib.NumberTheory.NumberField.InfinitePlace.Ramification
{k : Type u_1} [Field k] {K : Type u_2} [Field K] [Algebra k K] [IsGalois k K] {w : NumberField.InfinitePlace k} (hw : ยฌNumberField.InfinitePlace.IsUnramifiedIn K w) : Even (Nat.card Gal(K/k)) - NumberField.InfinitePlace.even_nat_card_aut_of_not_isUnramified ๐ Mathlib.NumberTheory.NumberField.InfinitePlace.Ramification
{k : Type u_1} [Field k] {K : Type u_2} [Field K] [Algebra k K] {w : NumberField.InfinitePlace K} [IsGalois k K] (hw : ยฌNumberField.InfinitePlace.IsUnramified k w) : Even (Nat.card Gal(K/k)) - IsUnramifiedAtInfinitePlaces_of_odd_finrank ๐ Mathlib.NumberTheory.NumberField.InfinitePlace.Ramification
{k : Type u_1} [Field k] {K : Type u_2} [Field K] [Algebra k K] [IsGalois k K] (h : Odd (Module.finrank k K)) : IsUnramifiedAtInfinitePlaces k K - NumberField.InfinitePlace.even_finrank_of_not_isUnramified ๐ Mathlib.NumberTheory.NumberField.InfinitePlace.Ramification
{k : Type u_1} [Field k] {K : Type u_2} [Field K] [Algebra k K] {w : NumberField.InfinitePlace K} [IsGalois k K] (hw : ยฌNumberField.InfinitePlace.IsUnramified k w) : Even (Module.finrank k K) - NumberField.InfinitePlace.even_finrank_of_not_isUnramifiedIn ๐ Mathlib.NumberTheory.NumberField.InfinitePlace.Ramification
{k : Type u_1} [Field k] {K : Type u_2} [Field K] [Algebra k K] [IsGalois k K] {w : NumberField.InfinitePlace k} (hw : ยฌNumberField.InfinitePlace.IsUnramifiedIn K w) : Even (Module.finrank k K) - NumberField.InfinitePlace.orbitRelEquiv ๐ Mathlib.NumberTheory.NumberField.InfinitePlace.Ramification
{k : Type u_1} [Field k] {K : Type u_2} [Field K] [Algebra k K] [IsGalois k K] : Quotient (MulAction.orbitRel Gal(K/k) (NumberField.InfinitePlace K)) โ NumberField.InfinitePlace k - IsUnramifiedAtInfinitePlaces.card_infinitePlace ๐ Mathlib.NumberTheory.NumberField.InfinitePlace.Ramification
(k : Type u_1) [Field k] (K : Type u_2) [Field K] [Algebra k K] [NumberField k] [NumberField K] [IsGalois k K] [IsUnramifiedAtInfinitePlaces k K] : Fintype.card (NumberField.InfinitePlace K) = Fintype.card (NumberField.InfinitePlace k) * Module.finrank k K - NumberField.InfinitePlace.exists_isConj_of_isRamified ๐ Mathlib.NumberTheory.NumberField.InfinitePlace.Ramification
{k : Type u_1} [Field k] {K : Type u_2} [Field K] [Algebra k K] [IsGalois k K] {ฯ : K โ+* โ} (h : NumberField.InfinitePlace.IsRamified k (NumberField.InfinitePlace.mk ฯ)) : โ ฯ, NumberField.ComplexEmbedding.IsConj ฯ ฯ - NumberField.InfinitePlace.card_isUnramified ๐ Mathlib.NumberTheory.NumberField.InfinitePlace.Ramification
(k : Type u_1) [Field k] (K : Type u_2) [Field K] [Algebra k K] [NumberField K] [NumberField k] [IsGalois k K] : {w | NumberField.InfinitePlace.IsUnramified k w}.card = {w | NumberField.InfinitePlace.IsUnramifiedIn K w}.card * Module.finrank k K - NumberField.InfinitePlace.isUnramified_iff_stabilizer_eq_bot ๐ Mathlib.NumberTheory.NumberField.InfinitePlace.Ramification
{k : Type u_1} [Field k] {K : Type u_2} [Field K] [Algebra k K] {w : NumberField.InfinitePlace K} [IsGalois k K] : NumberField.InfinitePlace.IsUnramified k w โ MulAction.stabilizer Gal(K/k) w = โฅ - NumberField.InfinitePlace.card_isUnramified_compl ๐ Mathlib.NumberTheory.NumberField.InfinitePlace.Ramification
(k : Type u_1) [Field k] (K : Type u_2) [Field K] [Algebra k K] [NumberField K] [NumberField k] [IsGalois k K] : {w | NumberField.InfinitePlace.IsUnramified k w}แถ.card = {w | NumberField.InfinitePlace.IsUnramifiedIn K w}แถ.card * (Module.finrank k K / 2) - NumberField.InfinitePlace.card_eq_card_isUnramifiedIn ๐ Mathlib.NumberTheory.NumberField.InfinitePlace.Ramification
(k : Type u_1) [Field k] (K : Type u_2) [Field K] [Algebra k K] [NumberField K] [NumberField k] [IsGalois k K] : Fintype.card (NumberField.InfinitePlace K) = {w | NumberField.InfinitePlace.IsUnramifiedIn K w}.card * Module.finrank k K + {w | NumberField.InfinitePlace.IsUnramifiedIn K w}แถ.card * (Module.finrank k K / 2) - NumberField.InfinitePlace.isUnramified_mk_iff_forall_isConj ๐ Mathlib.NumberTheory.NumberField.InfinitePlace.Ramification
{k : Type u_1} [Field k] {K : Type u_2} [Field K] [Algebra k K] [IsGalois k K] {ฯ : K โ+* โ} : NumberField.InfinitePlace.IsUnramified k (NumberField.InfinitePlace.mk ฯ) โ โ (ฯ : Gal(K/k)), NumberField.ComplexEmbedding.IsConj ฯ ฯ โ ฯ = 1 - NumberField.InfinitePlace.isRamified_iff_card_stabilizer_eq_two ๐ Mathlib.NumberTheory.NumberField.InfinitePlace.Ramification
{k : Type u_1} [Field k] {K : Type u_2} [Field K] [Algebra k K] {w : NumberField.InfinitePlace K} [IsGalois k K] : NumberField.InfinitePlace.IsRamified k w โ Nat.card โฅ(MulAction.stabilizer Gal(K/k) w) = 2 - NumberField.InfinitePlace.isUnramified_iff_card_stabilizer_eq_one ๐ Mathlib.NumberTheory.NumberField.InfinitePlace.Ramification
{k : Type u_1} [Field k] {K : Type u_2} [Field K] [Algebra k K] {w : NumberField.InfinitePlace K} [IsGalois k K] : NumberField.InfinitePlace.IsUnramified k w โ Nat.card โฅ(MulAction.stabilizer Gal(K/k) w) = 1 - NumberField.InfinitePlace.not_isUnramified_iff_card_stabilizer_eq_two ๐ Mathlib.NumberTheory.NumberField.InfinitePlace.Ramification
{k : Type u_1} [Field k] {K : Type u_2} [Field K] [Algebra k K] {w : NumberField.InfinitePlace K} [IsGalois k K] : ยฌNumberField.InfinitePlace.IsUnramified k w โ Nat.card โฅ(MulAction.stabilizer Gal(K/k) w) = 2 - NumberField.InfinitePlace.card_stabilizer ๐ Mathlib.NumberTheory.NumberField.InfinitePlace.Ramification
{k : Type u_1} [Field k] {K : Type u_2} [Field K] [Algebra k K] {w : NumberField.InfinitePlace K} [IsGalois k K] : Nat.card โฅ(MulAction.stabilizer Gal(K/k) w) = if NumberField.InfinitePlace.IsUnramified k w then 1 else 2 - NumberField.InfinitePlace.mem_orbit_iff ๐ Mathlib.NumberTheory.NumberField.InfinitePlace.Ramification
{k : Type u_1} [Field k] {K : Type u_2} [Field K] [Algebra k K] [IsGalois k K] {w w' : NumberField.InfinitePlace K} : w' โ MulAction.orbit Gal(K/k) w โ w.comap (algebraMap k K) = w'.comap (algebraMap k K) - NumberField.InfinitePlace.exists_smul_eq_of_comap_eq ๐ Mathlib.NumberTheory.NumberField.InfinitePlace.Ramification
{k : Type u_1} [Field k] {K : Type u_2} [Field K] [Algebra k K] [IsGalois k K] {w w' : NumberField.InfinitePlace K} (h : w.comap (algebraMap k K) = w'.comap (algebraMap k K)) : โ ฯ, ฯ โข w = w' - NumberField.InfinitePlace.orbitRelEquiv_apply_mk'' ๐ Mathlib.NumberTheory.NumberField.InfinitePlace.Ramification
{k : Type u_1} [Field k] {K : Type u_2} [Field K] [Algebra k K] [IsGalois k K] (w : NumberField.InfinitePlace K) : NumberField.InfinitePlace.orbitRelEquiv (Quotient.mk'' w) = w.comap (algebraMap k K) - NumberField.InfinitePlace.ComplexEmbedding.exists_comp_symm_eq_of_comp_eq ๐ Mathlib.NumberTheory.NumberField.InfinitePlace.Ramification
{k : Type u_1} [Field k] {K : Type u_2} [Field K] [Algebra k K] [IsGalois k K] (ฯ ฯ : K โ+* โ) (h : ฯ.comp (algebraMap k K) = ฯ.comp (algebraMap k K)) : โ ฯ, ฯ.comp โฯ.symm = ฯ - Algebra.algebraMap_intNorm_of_isGalois ๐ Mathlib.RingTheory.IntegralClosure.IntegralRestrict
(A : Type u_1) (B : Type u_6) [CommRing A] [CommRing B] [Algebra A B] [IsDomain A] [IsIntegrallyClosed A] [IsDomain B] [IsIntegrallyClosed B] [Module.Finite A B] [Module.IsTorsionFree A B] [IsGalois (FractionRing A) (FractionRing B)] {x : B} : (algebraMap A B) ((Algebra.intNorm A B) x) = โ ฯ, ฯ x - prod_galRestrict_eq_norm ๐ Mathlib.RingTheory.IntegralClosure.IntegralRestrict
(A : Type u_1) (K : Type u_2) (L : Type u_3) (B : Type u_6) [CommRing A] [CommRing B] [Algebra A B] [Field K] [Field L] [Algebra A K] [IsFractionRing A K] [Algebra K L] [Algebra A L] [IsScalarTower A K L] [Algebra B L] [IsScalarTower A B L] [IsIntegralClosure B A L] [FiniteDimensional K L] [IsGalois K L] [IsIntegrallyClosed A] (x : B) : โ ฯ, ((galRestrict A K L B) ฯ) x = (algebraMap A B) (IsIntegralClosure.mk' A ((Algebra.norm K) ((algebraMap B L) x)) โฏ) - Algebra.isInvariant_of_isGalois' ๐ Mathlib.RingTheory.Invariant.Galois
(A : Type u_1) (K : Type u_2) (L : Type u_3) (B : Type u_4) [CommRing A] [CommRing B] [Field K] [Field L] [Algebra A K] [Algebra B L] [IsFractionRing A K] [IsFractionRing B L] [Algebra A B] [Algebra K L] [Algebra A L] [IsScalarTower A K L] [IsScalarTower A B L] [IsIntegrallyClosed A] [IsIntegralClosure B A L] [FiniteDimensional K L] [IsGalois K L] : Algebra.IsInvariant A B (B โโ[A] B) - Algebra.isInvariant_of_isGalois ๐ Mathlib.RingTheory.Invariant.Galois
(A : Type u_1) (K : Type u_2) (L : Type u_3) (B : Type u_4) [CommRing A] [CommRing B] [Field K] [Field L] [Algebra A K] [Algebra B L] [IsFractionRing A K] [IsFractionRing B L] [Algebra A B] [Algebra K L] [Algebra A L] [IsScalarTower A K L] [IsScalarTower A B L] [IsIntegrallyClosed A] [IsIntegralClosure B A L] [FiniteDimensional K L] [h : IsGalois K L] : Algebra.IsInvariant A B Gal(L/K) - Ideal.exists_comap_galRestrict_eq ๐ Mathlib.NumberTheory.RamificationInertia.Galois
(R : Type u_1) (K : Type u_2) (L : Type u_3) (S : Type u_4) [CommRing R] [CommRing S] [Algebra R S] [Field K] [Field L] [Algebra R K] [IsFractionRing R K] [Algebra S L] [Algebra K L] [Algebra R L] [IsScalarTower R S L] [IsScalarTower R K L] [IsIntegralClosure S R L] [FiniteDimensional K L] [IsDedekindDomain R] [IsGalois K L] {p : Ideal R} {Pโ Pโ : Ideal S} (hPโ : Pโ โ p.primesOver S) (hPโ : Pโ โ p.primesOver S) : โ ฯ, Ideal.comap ((galRestrict R K L S) ฯ) Pโ = Pโ - RingOfIntegers.isPrincipalIdealRing_of_isPrincipal_of_lt_or_isPrincipal_of_mem_primesOver_of_mem_Icc ๐ Mathlib.NumberTheory.NumberField.ClassNumber
{K : Type u_1} [Field K] [NumberField K] [IsGalois โ K] (h : โ p โ Finset.Icc 1 โ(4 / Real.pi) ^ NumberField.InfinitePlace.nrComplexPlaces K * (โ(Module.finrank โ K).factorial / โ(Module.finrank โ K) ^ Module.finrank โ K * โ|โ(NumberField.discr K)|)โโ, Nat.Prime p โ โ P โ (Ideal.span {โp}).primesOver (NumberField.RingOfIntegers K), โ(4 / Real.pi) ^ NumberField.InfinitePlace.nrComplexPlaces K * (โ(Module.finrank โ K).factorial / โ(Module.finrank โ K) ^ Module.finrank โ K * โ|โ(NumberField.discr K)|)โโ < p ^ P.inertiaDeg โค โจ Submodule.IsPrincipal P) : IsPrincipalIdealRing (NumberField.RingOfIntegers K) - Ring.instIsGaloisFractionRingNormalClosure ๐ Mathlib.RingTheory.NormalClosure
(R : Type u_1) (S : Type u_2) [CommRing R] [CommRing S] [IsDomain R] [IsDomain S] [Algebra R S] [Module.IsTorsionFree R S] [Module.Finite R S] [PerfectField (FractionRing R)] : IsGalois (FractionRing R) (FractionRing (Ring.NormalClosure R S)) - Ideal.relNorm_eq_pow_of_isPrime_isGalois ๐ Mathlib.RingTheory.Ideal.Norm.RelNorm
{R : Type u_1} [CommRing R] [IsDomain R] {S : Type u_3} [CommRing S] [IsDomain S] [IsIntegrallyClosed R] [IsIntegrallyClosed S] [Algebra R S] [Module.Finite R S] [Module.IsTorsionFree R S] [IsDedekindDomain R] [IsDedekindDomain S] (P : Ideal S) (p : Ideal R) [hPp : P.LiesOver p] [p.IsMaximal] [P.IsPrime] [IsGalois (FractionRing R) (FractionRing S)] : (Ideal.relNorm R) P = p ^ P.inertiaDeg R - NumberField.linearDisjoint_of_isGalois_isCoprime_discr ๐ Mathlib.NumberTheory.NumberField.Discriminant.Different
(L : Type u_3) [Field L] [NumberField L] (Kโ Kโ : IntermediateField โ L) [IsGalois โ โฅKโ] (h : IsCoprime (NumberField.discr โฅKโ) (NumberField.discr โฅKโ)) : Kโ.LinearDisjoint โฅKโ - NumberField.IsCMField.of_forall_isConj ๐ Mathlib.NumberTheory.NumberField.CMField
(K : Type u_2) [Field K] [CharZero K] [Algebra.IsIntegral โ K] [NumberField.IsTotallyComplex K] [IsGalois โ K] {ฯ : Gal(K/โ)} (hฯ : โ (ฯ : K โ+* โ), NumberField.ComplexEmbedding.IsConj ฯ ฯ) : NumberField.IsCMField K - IsCyclotomicExtension.Rat.mem_intermediateFieldEquivSubgroupChar_iff_conductor_dvd ๐ Mathlib.NumberTheory.NumberField.Cyclotomic.Galois
(n : โ) [NeZero n] (K : Type u_1) [Field K] [NumberField K] [hK : IsCyclotomicExtension {n} โ K] (R : Type u_2) [CommRing R] [HasEnoughRootsOfUnity R (Monoid.exponent (ZMod n)หฃ)] [IsAbelianGalois โ K] (F : IntermediateField โ K) {m : โ} [NeZero m] [IsGalois โ โฅF] [IsCyclotomicExtension {m} โ โฅF] (hdiv : m โฃ n) (ฯ : DirichletCharacter R n) : ฯ โ (IsCyclotomicExtension.Rat.intermediateFieldEquivSubgroupChar n K R) F โ ฯ.conductor โฃ m - IsCyclotomicExtension.Rat.galEquivZMod_restrictNormal_apply ๐ Mathlib.NumberTheory.NumberField.Cyclotomic.Galois
(n : โ) [NeZero n] (K : Type u_1) [Field K] [NumberField K] [hK : IsCyclotomicExtension {n} โ K] {m : โ} [NeZero m] (F : Type u_2) [Field F] [NumberField F] [hF : IsCyclotomicExtension {m} โ F] [Algebra F K] [IsGalois โ F] (h : m โฃ n) (ฯ : Gal(K/โ)) : (IsCyclotomicExtension.Rat.galEquivZMod m F) (ฯ.restrictNormal F) = (ZMod.unitsMap h) ((IsCyclotomicExtension.Rat.galEquivZMod n K) ฯ) - NumberField.exists_not_isUnramifiedAt_int_of_isGalois ๐ Mathlib.NumberTheory.NumberField.ExistsRamified
{K : Type u_1} {๐ช : Type u_2} [Field K] [NumberField K] [CommRing ๐ช] [Algebra ๐ช K] [IsIntegralClosure ๐ช โค K] [IsGalois โ K] (H : 1 < Module.finrank โ K) : โ p, Nat.Prime p โง โ (P : Ideal ๐ช) (x : P.IsPrime), โp โ P โ ยฌAlgebra.IsUnramifiedAt โค P - IsDecompositionField.rank_right ๐ Mathlib.NumberTheory.RamificationInertia.HilbertTheory
(A : Type u_1) (K : Type u_2) (L : Type u_3) {B : Type u_4} [Field K] [Field L] [Algebra K L] [CommRing A] [CommRing B] [Algebra A B] {p : Ideal A} (P : Ideal B) [P.LiesOver p] [FiniteDimensional K L] [MulSemiringAction Gal(L/K) B] [IsGaloisGroup Gal(L/K) A B] [IsDedekindDomain A] [IsDedekindDomain B] [Module.Finite A B] [Module.IsTorsionFree A B] [Ring.HasFiniteQuotients A] [P.IsMaximal] (D : Type u_5) [Field D] [Algebra D L] [IsDecompositionField K L P D] [IsGalois K L] [Algebra K D] [IsScalarTower K D L] (hp : p โ โฅ) : Module.finrank K D = (p.primesOver B).ncard - IsInertiaField.rank_right ๐ Mathlib.NumberTheory.RamificationInertia.HilbertTheory
(A : Type u_1) (K : Type u_2) (L : Type u_3) {B : Type u_4} [Field K] [Field L] [Algebra K L] [CommRing A] [CommRing B] [Algebra A B] {p : Ideal A} (P : Ideal B) [P.LiesOver p] [FiniteDimensional K L] [MulSemiringAction Gal(L/K) B] [IsGaloisGroup Gal(L/K) A B] [IsDedekindDomain A] [IsDedekindDomain B] [Module.Finite A B] [Module.IsTorsionFree A B] [Ring.HasFiniteQuotients A] [P.IsMaximal] (E : Type u_6) [Field E] [Algebra E L] [IsInertiaField K L P E] [IsGalois K L] [Algebra K E] [IsScalarTower K E L] (hp : p โ โฅ) : Module.finrank K E = (p.primesOver B).ncard * p.inertiaDegIn B - IsInertiaField.rank_decompositionField ๐ Mathlib.NumberTheory.RamificationInertia.HilbertTheory
(A : Type u_1) (K : Type u_2) (L : Type u_3) {B : Type u_4} [Field K] [Field L] [Algebra K L] [CommRing A] [CommRing B] [Algebra A B] {p : Ideal A} (P : Ideal B) [P.LiesOver p] [FiniteDimensional K L] [MulSemiringAction Gal(L/K) B] [IsGaloisGroup Gal(L/K) A B] [IsDedekindDomain A] [IsDedekindDomain B] [Module.Finite A B] [Module.IsTorsionFree A B] [Ring.HasFiniteQuotients A] [P.IsMaximal] (D : Type u_5) [Field D] [Algebra D L] [IsDecompositionField K L P D] (E : Type u_6) [Field E] [Algebra E L] [IsInertiaField K L P E] [IsGalois K L] [Algebra K D] [Algebra K E] [Algebra D E] [IsScalarTower K D E] [IsScalarTower K E L] [IsScalarTower K D L] (hp : p โ โฅ) : Module.finrank D E = p.inertiaDegIn B - IsDecompositionField.inertiaDeg_eq ๐ Mathlib.NumberTheory.RamificationInertia.HilbertTheory
(A : Type u_1) (K : Type u_2) (L : Type u_3) {B : Type u_4} [Field K] [Field L] [Algebra K L] [CommRing A] [CommRing B] [Algebra A B] {p : Ideal A} (P : Ideal B) [P.LiesOver p] [Algebra A K] [IsFractionRing A K] [Algebra A L] [IsScalarTower A K L] [Algebra B L] [IsScalarTower A B L] [IsFractionRing B L] [MulSemiringAction Gal(L/K) B] [SMulDistribClass Gal(L/K) B L] (D : Type u_5) (๐D : Type u_6) [Field D] [Algebra D L] [IsDecompositionField K L P D] [CommRing ๐D] [Algebra ๐D D] [IsFractionRing ๐D D] [Algebra ๐D B] [Algebra ๐D L] [IsScalarTower ๐D D L] [IsScalarTower ๐D B L] (๐D : Ideal ๐D) [hD : P.LiesOver ๐D] [IsGalois K L] [IsDedekindDomain A] [IsDedekindDomain B] [Module.Finite A B] [Module.IsTorsionFree A B] [Algebra A ๐D] [Module.Finite A ๐D] [IsScalarTower A ๐D B] [IsDedekindDomain ๐D] [๐D.LiesOver p] [FiniteDimensional K L] [Ring.HasFiniteQuotients A] [๐D.IsMaximal] [P.IsMaximal] (hp : p โ โฅ) : ๐D.inertiaDeg A = 1 - IsDecompositionField.ramificationIdx_eq ๐ Mathlib.NumberTheory.RamificationInertia.HilbertTheory
(A : Type u_1) (K : Type u_2) (L : Type u_3) {B : Type u_4} [Field K] [Field L] [Algebra K L] [CommRing A] [CommRing B] [Algebra A B] {p : Ideal A} (P : Ideal B) [P.LiesOver p] [Algebra A K] [IsFractionRing A K] [Algebra A L] [IsScalarTower A K L] [Algebra B L] [IsScalarTower A B L] [IsFractionRing B L] [MulSemiringAction Gal(L/K) B] [SMulDistribClass Gal(L/K) B L] (D : Type u_5) (๐D : Type u_6) [Field D] [Algebra D L] [IsDecompositionField K L P D] [CommRing ๐D] [Algebra ๐D D] [IsFractionRing ๐D D] [Algebra ๐D B] [Algebra ๐D L] [IsScalarTower ๐D D L] [IsScalarTower ๐D B L] (๐D : Ideal ๐D) [hD : P.LiesOver ๐D] [IsGalois K L] [IsDedekindDomain A] [IsDedekindDomain B] [Module.Finite A B] [Module.IsTorsionFree A B] [Algebra A ๐D] [Module.Finite A ๐D] [IsScalarTower A ๐D B] [IsDedekindDomain ๐D] [๐D.LiesOver p] [FiniteDimensional K L] [Ring.HasFiniteQuotients A] [๐D.IsMaximal] [P.IsMaximal] (hp : p โ โฅ) : ๐D.ramificationIdx A = 1 - IsDecompositionField.inertiaDegIn_eq ๐ Mathlib.NumberTheory.RamificationInertia.HilbertTheory
(A : Type u_1) (K : Type u_2) (L : Type u_3) {B : Type u_4} [Field K] [Field L] [Algebra K L] [CommRing A] [CommRing B] [Algebra A B] {p : Ideal A} (P : Ideal B) [P.LiesOver p] [Algebra A K] [IsFractionRing A K] [Algebra A L] [IsScalarTower A K L] [Algebra B L] [IsScalarTower A B L] [IsFractionRing B L] [MulSemiringAction Gal(L/K) B] [SMulDistribClass Gal(L/K) B L] (D : Type u_5) (๐D : Type u_6) [Field D] [Algebra D L] [IsDecompositionField K L P D] [CommRing ๐D] [Algebra ๐D D] [IsFractionRing ๐D D] [Algebra ๐D B] [Algebra ๐D L] [IsScalarTower ๐D D L] [IsScalarTower ๐D B L] (๐D : Ideal ๐D) [hD : P.LiesOver ๐D] [IsGalois K L] [IsDedekindDomain A] [IsDedekindDomain B] [Module.Finite A B] [Module.IsTorsionFree A B] [Algebra A ๐D] [Module.Finite A ๐D] [IsScalarTower A ๐D B] [IsDedekindDomain ๐D] [๐D.LiesOver p] [FiniteDimensional K L] [Ring.HasFiniteQuotients A] [๐D.IsMaximal] [P.IsMaximal] (hp : p โ โฅ) : ๐D.inertiaDegIn B = p.inertiaDegIn B - IsDecompositionField.ramificationIdxIn_eq ๐ Mathlib.NumberTheory.RamificationInertia.HilbertTheory
(A : Type u_1) (K : Type u_2) (L : Type u_3) {B : Type u_4} [Field K] [Field L] [Algebra K L] [CommRing A] [CommRing B] [Algebra A B] {p : Ideal A} (P : Ideal B) [P.LiesOver p] [Algebra A K] [IsFractionRing A K] [Algebra A L] [IsScalarTower A K L] [Algebra B L] [IsScalarTower A B L] [IsFractionRing B L] [MulSemiringAction Gal(L/K) B] [SMulDistribClass Gal(L/K) B L] (D : Type u_5) (๐D : Type u_6) [Field D] [Algebra D L] [IsDecompositionField K L P D] [CommRing ๐D] [Algebra ๐D D] [IsFractionRing ๐D D] [Algebra ๐D B] [Algebra ๐D L] [IsScalarTower ๐D D L] [IsScalarTower ๐D B L] (๐D : Ideal ๐D) [hD : P.LiesOver ๐D] [IsGalois K L] [IsDedekindDomain A] [IsDedekindDomain B] [Module.Finite A B] [Module.IsTorsionFree A B] [Algebra A ๐D] [Module.Finite A ๐D] [IsScalarTower A ๐D B] [IsDedekindDomain ๐D] [๐D.LiesOver p] [FiniteDimensional K L] [Ring.HasFiniteQuotients A] [๐D.IsMaximal] [P.IsMaximal] (hp : p โ โฅ) : ๐D.ramificationIdxIn B = p.ramificationIdxIn B - instIsInertiaFieldSubtypeMemIntermediateFieldIntermediateFieldAlgEquivSubgroupInertiaOfIsGalois ๐ Mathlib.NumberTheory.RamificationInertia.HilbertTheory
(K : Type u_2) (L : Type u_3) {B : Type u_4} [Field K] [Field L] [Algebra K L] [CommRing B] (P : Ideal B) [MulSemiringAction Gal(L/K) B] [IsGalois K L] : IsInertiaField K L P โฅ(FixedPoints.intermediateField โฅ(Ideal.inertia Gal(L/K) P)) - instIsDecompositionFieldSubtypeMemIntermediateFieldIntermediateFieldAlgEquivSubgroupStabilizerIdealOfIsGalois ๐ Mathlib.NumberTheory.RamificationInertia.HilbertTheory
(K : Type u_2) (L : Type u_3) {B : Type u_4} [Field K] [Field L] [Algebra K L] [CommRing B] (P : Ideal B) [MulSemiringAction Gal(L/K) B] [IsGalois K L] : IsDecompositionField K L P โฅ(FixedPoints.intermediateField โฅ(MulAction.stabilizer Gal(L/K) P)) - groupCohomology.exists_div_of_norm_eq_one ๐ Mathlib.RepresentationTheory.Homological.GroupCohomology.Hilbert90
{K L : Type} [Field K] [Field L] [Algebra K L] [FiniteDimensional K L] [IsGalois K L] [IsCyclic Gal(L/K)] {g : Gal(L/K)} (hg : โ (x : Gal(L/K)), x โ Subgroup.zpowers g) {x : L} (hx : (Algebra.norm K) x = 1) : โ y, โy / g โy = x - groupCohomology.exists_mul_galRestrict_of_norm_eq_one ๐ Mathlib.RepresentationTheory.Homological.GroupCohomology.Hilbert90
{K L : Type} [Field K] [Field L] [Algebra K L] [FiniteDimensional K L] [IsGalois K L] [IsCyclic Gal(L/K)] {g : Gal(L/K)} {A : Type u_1} {B : Type u_2} [CommRing A] [CommRing B] [Algebra A B] [Algebra A L] [Algebra A K] [Algebra B L] [IsScalarTower A B L] [IsScalarTower A K L] [IsFractionRing A K] [IsDomain A] [IsIntegralClosure B A L] (hg : โ (x : Gal(L/K)), x โ Subgroup.zpowers g) {ฮท : B} (hฮท : (Algebra.norm K) ((algebraMap B L) ฮท) = 1) : โ ฮต, ฮต โ 0 โง ฮท * ((galRestrict A K L B) g) ฮต = ฮต - groupCohomology.norm_ofAlgebraAutOnUnits_eq ๐ Mathlib.RepresentationTheory.Homological.GroupCohomology.Hilbert90
{K L : Type} [Field K] [Field L] [Algebra K L] [FiniteDimensional K L] [IsGalois K L] (x : Lหฃ) : โ(Additive.toMul (Rep.toAdditive ((Rep.Hom.hom (Rep.ofAlgebraAutOnUnits K L).norm) (Rep.toAdditive.symm (Additive.ofMul x))))) = (algebraMap K L) ((Algebra.norm K) โx)
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 69fae59