fact stringlengths 6 3.84k | type stringclasses 11
values | library stringclasses 32
values | imports listlengths 1 14 | filename stringlengths 20 95 | symbolic_name stringlengths 1 90 | docstring stringlengths 7 20k ⌀ |
|---|---|---|---|---|---|---|
exist_pow_eq_zero_of_le (p : ℕ) [hchar : ExpChar D p]
{a : D} (ha : a ∉ k) (hinsep : ∀ x : D, IsSeparable k x → x ∈ k):
∃ m, 1 ≤ m ∧ ∀ n, p ^ m ≤ n → (ad k D a)^[n] = 0 := by
obtain ⟨m, hm⟩ := exists_pow_mem_center_of_inseparable' p ha hinsep
refine ⟨m, ⟨hm.1, fun n hn ↦ ?_⟩⟩
have inter : (ad k D a)^[p ^ ... | lemma | FieldTheory | [
"Mathlib.Algebra.Central.Defs",
"Mathlib.Algebra.CharP.LinearMaps",
"Mathlib.Algebra.CharP.Subring",
"Mathlib.Algebra.GroupWithZero.Conj",
"Mathlib.Algebra.Lie.OfAssociative",
"Mathlib.FieldTheory.PurelyInseparable.Basic"
] | Mathlib/FieldTheory/JacobsonNoether.lean | exist_pow_eq_zero_of_le | If `D` is a purely inseparable extension of `k` of characteristic `p`,
then for every element `a` of `D \ k`, there exists a natural number `m`
greater than 0 such that `(a * x - x * a) ^ n = 0` (as linear maps) for
every `n` greater than `(p ^ m)`. |
exists_separable_and_not_isCentral (H : k ≠ (⊤ : Subring D)) :
∃ x : D, x ∉ k ∧ IsSeparable k x := by
obtain ⟨p, hp⟩ := ExpChar.exists D
by_contra! insep
replace insep : ∀ x : D, IsSeparable k x → x ∈ k :=
fun x h ↦ Classical.byContradiction fun hx ↦ insep x hx h
obtain ⟨a, ha⟩ := not_forall.mp <| mt (S... | theorem | FieldTheory | [
"Mathlib.Algebra.Central.Defs",
"Mathlib.Algebra.CharP.LinearMaps",
"Mathlib.Algebra.CharP.Subring",
"Mathlib.Algebra.GroupWithZero.Conj",
"Mathlib.Algebra.Lie.OfAssociative",
"Mathlib.FieldTheory.PurelyInseparable.Basic"
] | Mathlib/FieldTheory/JacobsonNoether.lean | exists_separable_and_not_isCentral | Jacobson-Noether theorem: For a non-commutative division algebra
`D` that is algebraic over its center `k`, there exists an element
`x` of `D \ k` that is separable over `k`. |
exists_separable_and_not_isCentral' {L D : Type*} [Field L] [DivisionRing D]
[Algebra L D] [Algebra.IsAlgebraic L D] [Algebra.IsCentral L D]
(hneq : (⊥ : Subalgebra L D) ≠ ⊤) :
∃ x : D, x ∉ (⊥ : Subalgebra L D) ∧ IsSeparable L x := by
have hcenter : Subalgebra.center L D = ⊥ := le_bot_iff.mp IsCentral.out... | theorem | FieldTheory | [
"Mathlib.Algebra.Central.Defs",
"Mathlib.Algebra.CharP.LinearMaps",
"Mathlib.Algebra.CharP.Subring",
"Mathlib.Algebra.GroupWithZero.Conj",
"Mathlib.Algebra.Lie.OfAssociative",
"Mathlib.FieldTheory.PurelyInseparable.Basic"
] | Mathlib/FieldTheory/JacobsonNoether.lean | exists_separable_and_not_isCentral' | Jacobson-Noether theorem: For a non-commutative division algebra `D`
that is algebraic over a field `L`, if the center of
`D` coincides with `L`, then there exist an element `x` of `D \ L`
that is separable over `L`. |
finiteExts (K : Type*) [Field K] (L : Type*) [Field L] [Algebra K L] :
Set (IntermediateField K L) :=
{E | FiniteDimensional K E} | def | FieldTheory | [
"Mathlib.FieldTheory.Galois.Basic",
"Mathlib.Topology.Algebra.FilterBasis",
"Mathlib.Topology.Algebra.OpenSubgroup"
] | Mathlib/FieldTheory/KrullTopology.lean | finiteExts | Given a field extension `L/K`, `finiteExts K L` is the set of
intermediate field extensions `L/E/K` such that `E/K` is finite. |
fixedByFinite (K L : Type*) [Field K] [Field L] [Algebra K L] : Set (Subgroup (L ≃ₐ[K] L)) :=
IntermediateField.fixingSubgroup '' finiteExts K L
@[deprecated (since := "2025-03-16")]
alias IntermediateField.finiteDimensional_bot := IntermediateField.instFiniteSubtypeMemBot
@[deprecated (since := "2025-03-12")]
alias ... | def | FieldTheory | [
"Mathlib.FieldTheory.Galois.Basic",
"Mathlib.Topology.Algebra.FilterBasis",
"Mathlib.Topology.Algebra.OpenSubgroup"
] | Mathlib/FieldTheory/KrullTopology.lean | fixedByFinite | Given a field extension `L/K`, `fixedByFinite K L` is the set of
subsets `Gal(L/E)` of `L ≃ₐ[K] L`, where `E/K` is finite. |
top_fixedByFinite {K L : Type*} [Field K] [Field L] [Algebra K L] :
⊤ ∈ fixedByFinite K L :=
⟨⊥, IntermediateField.instFiniteSubtypeMemBot K, IntermediateField.fixingSubgroup_bot⟩
@[deprecated (since := "2025-03-16")]
alias finiteDimensional_sup := IntermediateField.finiteDimensional_sup | theorem | FieldTheory | [
"Mathlib.FieldTheory.Galois.Basic",
"Mathlib.Topology.Algebra.FilterBasis",
"Mathlib.Topology.Algebra.OpenSubgroup"
] | Mathlib/FieldTheory/KrullTopology.lean | top_fixedByFinite | If `L/K` is a field extension, then we have `Gal(L/K) ∈ fixedByFinite K L`. |
galBasis (K L : Type*) [Field K] [Field L] [Algebra K L] : FilterBasis (L ≃ₐ[K] L) where
sets := (fun g => g.carrier) '' fixedByFinite K L
nonempty := ⟨⊤, ⊤, top_fixedByFinite, rfl⟩
inter_sets := by
rintro _ _ ⟨_, ⟨E1, h_E1, rfl⟩, rfl⟩ ⟨_, ⟨E2, h_E2, rfl⟩, rfl⟩
have : FiniteDimensional K E1 := h_E1
ha... | def | FieldTheory | [
"Mathlib.FieldTheory.Galois.Basic",
"Mathlib.Topology.Algebra.FilterBasis",
"Mathlib.Topology.Algebra.OpenSubgroup"
] | Mathlib/FieldTheory/KrullTopology.lean | galBasis | Given a field extension `L/K`, `galBasis K L` is the filter basis on `L ≃ₐ[K] L` whose sets
are `Gal(L/E)` for intermediate fields `E` with `E/K` finite dimensional. |
mem_galBasis_iff (K L : Type*) [Field K] [Field L] [Algebra K L] (U : Set (L ≃ₐ[K] L)) :
U ∈ galBasis K L ↔ U ∈ (fun g => g.carrier) '' fixedByFinite K L :=
Iff.rfl | theorem | FieldTheory | [
"Mathlib.FieldTheory.Galois.Basic",
"Mathlib.Topology.Algebra.FilterBasis",
"Mathlib.Topology.Algebra.OpenSubgroup"
] | Mathlib/FieldTheory/KrullTopology.lean | mem_galBasis_iff | A subset of `L ≃ₐ[K] L` is a member of `galBasis K L` if and only if it is the underlying set
of `Gal(L/E)` for some finite subextension `E/K`. |
galGroupBasis (K L : Type*) [Field K] [Field L] [Algebra K L] :
GroupFilterBasis (L ≃ₐ[K] L) where
toFilterBasis := galBasis K L
one' := fun ⟨H, _, h2⟩ => h2 ▸ H.one_mem
mul' {U} hU :=
⟨U, hU, by
rcases hU with ⟨H, _, rfl⟩
rintro x ⟨a, haH, b, hbH, rfl⟩
exact H.mul_mem haH hbH⟩
inv' {U... | def | FieldTheory | [
"Mathlib.FieldTheory.Galois.Basic",
"Mathlib.Topology.Algebra.FilterBasis",
"Mathlib.Topology.Algebra.OpenSubgroup"
] | Mathlib/FieldTheory/KrullTopology.lean | galGroupBasis | For a field extension `L/K`, `galGroupBasis K L` is the group filter basis on `L ≃ₐ[K] L`
whose sets are `Gal(L/E)` for finite subextensions `E/K`. |
krullTopology (K L : Type*) [Field K] [Field L] [Algebra K L] :
TopologicalSpace (L ≃ₐ[K] L) :=
GroupFilterBasis.topology (galGroupBasis K L) | instance | FieldTheory | [
"Mathlib.FieldTheory.Galois.Basic",
"Mathlib.Topology.Algebra.FilterBasis",
"Mathlib.Topology.Algebra.OpenSubgroup"
] | Mathlib/FieldTheory/KrullTopology.lean | krullTopology | For a field extension `L/K`, `krullTopology K L` is the topological space structure on
`L ≃ₐ[K] L` induced by the group filter basis `galGroupBasis K L`. |
IntermediateField.fixingSubgroup_isOpen {K L : Type*} [Field K] [Field L] [Algebra K L]
(E : IntermediateField K L) [FiniteDimensional K E] :
IsOpen (E.fixingSubgroup : Set (L ≃ₐ[K] L)) := by
have h_basis : E.fixingSubgroup.carrier ∈ galGroupBasis K L :=
⟨E.fixingSubgroup, ⟨E, ‹_›, rfl⟩, rfl⟩
have h_nhd... | theorem | FieldTheory | [
"Mathlib.FieldTheory.Galois.Basic",
"Mathlib.Topology.Algebra.FilterBasis",
"Mathlib.Topology.Algebra.OpenSubgroup"
] | Mathlib/FieldTheory/KrullTopology.lean | IntermediateField.fixingSubgroup_isOpen | For a field extension `L/K`, the Krull topology on `L ≃ₐ[K] L` makes it a topological group. -/
@[stacks 0BMJ "We define Krull topology directly without proving the universal property"]
instance (K L : Type*) [Field K] [Field L] [Algebra K L] : IsTopologicalGroup (L ≃ₐ[K] L) :=
GroupFilterBasis.isTopologicalGroup (ga... |
IntermediateField.fixingSubgroup_isClosed {K L : Type*} [Field K] [Field L] [Algebra K L]
(E : IntermediateField K L) [FiniteDimensional K E] :
IsClosed (E.fixingSubgroup : Set (L ≃ₐ[K] L)) :=
OpenSubgroup.isClosed ⟨E.fixingSubgroup, E.fixingSubgroup_isOpen⟩ | theorem | FieldTheory | [
"Mathlib.FieldTheory.Galois.Basic",
"Mathlib.Topology.Algebra.FilterBasis",
"Mathlib.Topology.Algebra.OpenSubgroup"
] | Mathlib/FieldTheory/KrullTopology.lean | IntermediateField.fixingSubgroup_isClosed | Given a tower of fields `L/E/K`, with `E/K` finite, the subgroup `Gal(L/E) ≤ L ≃ₐ[K] L` is
closed. |
krullTopology_t2 {K L : Type*} [Field K] [Field L] [Algebra K L]
[Algebra.IsIntegral K L] : T2Space (L ≃ₐ[K] L) :=
{ t2 := fun f g hfg => by
let φ := f⁻¹ * g
obtain ⟨x, hx⟩ := DFunLike.exists_ne hfg
have hφx : φ x ≠ x := by
apply ne_of_apply_ne f
change f (f.symm (g x)) ≠ f x
... | theorem | FieldTheory | [
"Mathlib.FieldTheory.Galois.Basic",
"Mathlib.Topology.Algebra.FilterBasis",
"Mathlib.Topology.Algebra.OpenSubgroup"
] | Mathlib/FieldTheory/KrullTopology.lean | krullTopology_t2 | If `L/K` is an algebraic extension, then the Krull topology on `L ≃ₐ[K] L` is Hausdorff. |
krullTopology_isTotallySeparated {K L : Type*} [Field K] [Field L] [Algebra K L]
[Algebra.IsIntegral K L] : IsTotallySeparated (Set.univ : Set (L ≃ₐ[K] L)) :=
(totallySeparatedSpace_iff _).mp inferInstance
@[deprecated (since := "2025-04-03")]
alias krullTopology_totallyDisconnected := krullTopology_isTotallySepa... | theorem | FieldTheory | [
"Mathlib.FieldTheory.Galois.Basic",
"Mathlib.Topology.Algebra.FilterBasis",
"Mathlib.Topology.Algebra.OpenSubgroup"
] | Mathlib/FieldTheory/KrullTopology.lean | krullTopology_isTotallySeparated | If `L/K` is an algebraic field extension, then the Krull topology on `L ≃ₐ[K] L` is
totally disconnected. |
krullTopology_discreteTopology_of_finiteDimensional (K L : Type*) [Field K] [Field L]
[Algebra K L] [FiniteDimensional K L] : DiscreteTopology (L ≃ₐ[K] L) := by
rw [discreteTopology_iff_isOpen_singleton_one]
change IsOpen ((⊥ : Subgroup (L ≃ₐ[K] L)) : Set (L ≃ₐ[K] L))
rw [← IntermediateField.fixingSubgroup_to... | instance | FieldTheory | [
"Mathlib.FieldTheory.Galois.Basic",
"Mathlib.Topology.Algebra.FilterBasis",
"Mathlib.Topology.Algebra.OpenSubgroup"
] | Mathlib/FieldTheory/KrullTopology.lean | krullTopology_discreteTopology_of_finiteDimensional | null |
map_fixingSubgroup [Normal k E] :
(L.map (IsScalarTower.toAlgHom k E K)).fixingSubgroup =
L.fixingSubgroup.comap (AlgEquiv.restrictNormalHom (F := k) (K₁ := K) E) := by
ext f
simp only [Subgroup.mem_comap, mem_fixingSubgroup_iff]
constructor
· rintro h x hx
change f.restrictNormal E x = x
appl... | theorem | FieldTheory | [
"Mathlib.FieldTheory.Galois.Basic",
"Mathlib.Topology.Algebra.FilterBasis",
"Mathlib.Topology.Algebra.OpenSubgroup"
] | Mathlib/FieldTheory/KrullTopology.lean | map_fixingSubgroup | If `K / E / k` is a field extension tower with `E / k` normal,
`L` is an intermediate field of `E / k`, then the fixing subgroup of `L` viewed as an
intermediate field of `K / k` is equal to the preimage of the fixing subgroup of `L` viewed as an
intermediate field of `E / k` under the natural map `Aut(K / k) → Aut(E /... |
map_fixingSubgroup_index [Normal k E] [Normal k K] :
(L.map (IsScalarTower.toAlgHom k E K)).fixingSubgroup.index = L.fixingSubgroup.index := by
rw [L.map_fixingSubgroup K, L.fixingSubgroup.index_comap_of_surjective
(AlgEquiv.restrictNormalHom_surjective _)]
variable {K} in | theorem | FieldTheory | [
"Mathlib.FieldTheory.Galois.Basic",
"Mathlib.Topology.Algebra.FilterBasis",
"Mathlib.Topology.Algebra.OpenSubgroup"
] | Mathlib/FieldTheory/KrullTopology.lean | map_fixingSubgroup_index | If `K / E / k` is a field extension tower with `E / k` and `K / k` normal,
`L` is an intermediate field of `E / k`, then the index of the fixing subgroup of `L` viewed as an
intermediate field of `K / k` is equal to the index of the fixing subgroup of `L` viewed as an
intermediate field of `E / k`. |
finrank_eq_fixingSubgroup_index (L : IntermediateField k K) [IsGalois k K] :
Module.finrank k L = L.fixingSubgroup.index := by
wlog hnfd : FiniteDimensional k L generalizing L
· rw [Module.finrank_of_infinite_dimensional hnfd]
by_contra! h
replace h : L.fixingSubgroup.FiniteIndex := ⟨h.symm⟩
obtain ... | theorem | FieldTheory | [
"Mathlib.FieldTheory.Galois.Basic",
"Mathlib.Topology.Algebra.FilterBasis",
"Mathlib.Topology.Algebra.OpenSubgroup"
] | Mathlib/FieldTheory/KrullTopology.lean | finrank_eq_fixingSubgroup_index | If `K / k` is a Galois extension, `L` is an intermediate field of `K / k`, then `[L : k]`
as a natural number is equal to the index of the fixing subgroup of `L`. |
X_pow_sub_C_splits_of_isPrimitiveRoot
{n : ℕ} {ζ : K} (hζ : IsPrimitiveRoot ζ n) {α a : K} (e : α ^ n = a) :
(X ^ n - C a).Splits (RingHom.id _) := by
cases n.eq_zero_or_pos with
| inl hn =>
rw [hn, pow_zero, ← C.map_one, ← map_sub]
exact splits_C _ _
| inr hn =>
rw [splits_iff_card_roots, ← n... | theorem | FieldTheory | [
"Mathlib.RingTheory.RootsOfUnity.PrimitiveRoots",
"Mathlib.FieldTheory.Galois.Basic",
"Mathlib.FieldTheory.KummerPolynomial",
"Mathlib.LinearAlgebra.Eigenspace.Minpoly",
"Mathlib.RingTheory.Norm.Basic"
] | Mathlib/FieldTheory/KummerExtension.lean | X_pow_sub_C_splits_of_isPrimitiveRoot | null |
private
X_pow_sub_C_eq_prod'
{n : ℕ} {ζ : K} (hζ : IsPrimitiveRoot ζ n) {α a : K} (hn : 0 < n) (e : α ^ n = a) :
(X ^ n - C a) = ∏ i ∈ Finset.range n, (X - C (ζ ^ i * α)) := by
rw [eq_prod_roots_of_monic_of_splits_id (monic_X_pow_sub_C _ (Nat.pos_iff_ne_zero.mp hn))
(X_pow_sub_C_splits_of_isPrimitiveRoot ... | theorem | FieldTheory | [
"Mathlib.RingTheory.RootsOfUnity.PrimitiveRoots",
"Mathlib.FieldTheory.Galois.Basic",
"Mathlib.FieldTheory.KummerPolynomial",
"Mathlib.LinearAlgebra.Eigenspace.Minpoly",
"Mathlib.RingTheory.Norm.Basic"
] | Mathlib/FieldTheory/KummerExtension.lean | X_pow_sub_C_eq_prod' | null |
X_pow_sub_C_eq_prod {R : Type*} [CommRing R] [IsDomain R]
{n : ℕ} {ζ : R} (hζ : IsPrimitiveRoot ζ n) {α a : R} (hn : 0 < n) (e : α ^ n = a) :
(X ^ n - C a) = ∏ i ∈ Finset.range n, (X - C (ζ ^ i * α)) := by
let K := FractionRing R
let i := algebraMap R K
have h := FaithfulSMul.algebraMap_injective R K
ap... | lemma | FieldTheory | [
"Mathlib.RingTheory.RootsOfUnity.PrimitiveRoots",
"Mathlib.FieldTheory.Galois.Basic",
"Mathlib.FieldTheory.KummerPolynomial",
"Mathlib.LinearAlgebra.Eigenspace.Minpoly",
"Mathlib.RingTheory.Norm.Basic"
] | Mathlib/FieldTheory/KummerExtension.lean | X_pow_sub_C_eq_prod | null |
X_pow_mul_sub_C_irreducible
{n m : ℕ} {a : K} (hm : Irreducible (X ^ m - C a))
(hn : ∀ (E : Type u) [Field E] [Algebra K E] (x : E) (_ : minpoly K x = X ^ m - C a),
Irreducible (X ^ n - C (AdjoinSimple.gen K x))) :
Irreducible (X ^ (n * m) - C a) := by
have hm' : m ≠ 0 := by
rintro rfl
rw [p... | theorem | FieldTheory | [
"Mathlib.RingTheory.RootsOfUnity.PrimitiveRoots",
"Mathlib.FieldTheory.Galois.Basic",
"Mathlib.FieldTheory.KummerPolynomial",
"Mathlib.LinearAlgebra.Eigenspace.Minpoly",
"Mathlib.RingTheory.Norm.Basic"
] | Mathlib/FieldTheory/KummerExtension.lean | X_pow_mul_sub_C_irreducible | null |
X_pow_sub_C_irreducible_of_odd
{n : ℕ} (hn : Odd n) {a : K} (ha : ∀ p : ℕ, p.Prime → p ∣ n → ∀ b : K, b ^ p ≠ a) :
Irreducible (X ^ n - C a) := by
induction n using induction_on_primes generalizing K a with
| zero => simp [← Nat.not_even_iff_odd] at hn
| one => simpa using irreducible_X_sub_C a
| prime_... | theorem | FieldTheory | [
"Mathlib.RingTheory.RootsOfUnity.PrimitiveRoots",
"Mathlib.FieldTheory.Galois.Basic",
"Mathlib.FieldTheory.KummerPolynomial",
"Mathlib.LinearAlgebra.Eigenspace.Minpoly",
"Mathlib.RingTheory.Norm.Basic"
] | Mathlib/FieldTheory/KummerExtension.lean | X_pow_sub_C_irreducible_of_odd | null |
X_pow_sub_C_irreducible_iff_forall_prime_of_odd {n : ℕ} (hn : Odd n) {a : K} :
Irreducible (X ^ n - C a) ↔ (∀ p : ℕ, p.Prime → p ∣ n → ∀ b : K, b ^ p ≠ a) :=
⟨fun e _ hp hpn ↦ pow_ne_of_irreducible_X_pow_sub_C e hpn hp.ne_one,
X_pow_sub_C_irreducible_of_odd hn⟩ | theorem | FieldTheory | [
"Mathlib.RingTheory.RootsOfUnity.PrimitiveRoots",
"Mathlib.FieldTheory.Galois.Basic",
"Mathlib.FieldTheory.KummerPolynomial",
"Mathlib.LinearAlgebra.Eigenspace.Minpoly",
"Mathlib.RingTheory.Norm.Basic"
] | Mathlib/FieldTheory/KummerExtension.lean | X_pow_sub_C_irreducible_iff_forall_prime_of_odd | null |
X_pow_sub_C_irreducible_iff_of_odd {n : ℕ} (hn : Odd n) {a : K} :
Irreducible (X ^ n - C a) ↔ (∀ d, d ∣ n → d ≠ 1 → ∀ b : K, b ^ d ≠ a) :=
⟨fun e _ ↦ pow_ne_of_irreducible_X_pow_sub_C e,
fun H ↦ X_pow_sub_C_irreducible_of_odd hn fun p hp hpn ↦ (H p hpn hp.ne_one)⟩ | theorem | FieldTheory | [
"Mathlib.RingTheory.RootsOfUnity.PrimitiveRoots",
"Mathlib.FieldTheory.Galois.Basic",
"Mathlib.FieldTheory.KummerPolynomial",
"Mathlib.LinearAlgebra.Eigenspace.Minpoly",
"Mathlib.RingTheory.Norm.Basic"
] | Mathlib/FieldTheory/KummerExtension.lean | X_pow_sub_C_irreducible_iff_of_odd | null |
X_pow_sub_C_irreducible_of_prime_pow
{p : ℕ} (hp : p.Prime) (hp' : p ≠ 2) (n : ℕ) {a : K} (ha : ∀ b : K, b ^ p ≠ a) :
Irreducible (X ^ (p ^ n) - C a) := by
apply X_pow_sub_C_irreducible_of_odd (hp.odd_of_ne_two hp').pow
intro q hq hq'
simpa [(Nat.prime_dvd_prime_iff_eq hq hp).mp (hq.dvd_of_dvd_pow hq')] u... | theorem | FieldTheory | [
"Mathlib.RingTheory.RootsOfUnity.PrimitiveRoots",
"Mathlib.FieldTheory.Galois.Basic",
"Mathlib.FieldTheory.KummerPolynomial",
"Mathlib.LinearAlgebra.Eigenspace.Minpoly",
"Mathlib.RingTheory.Norm.Basic"
] | Mathlib/FieldTheory/KummerExtension.lean | X_pow_sub_C_irreducible_of_prime_pow | null |
X_pow_sub_C_irreducible_iff_of_prime_pow
{p : ℕ} (hp : p.Prime) (hp' : p ≠ 2) {n} (hn : n ≠ 0) {a : K} :
Irreducible (X ^ p ^ n - C a) ↔ ∀ b, b ^ p ≠ a :=
⟨(pow_ne_of_irreducible_X_pow_sub_C · (dvd_pow dvd_rfl hn) hp.ne_one),
X_pow_sub_C_irreducible_of_prime_pow hp hp' n⟩ | theorem | FieldTheory | [
"Mathlib.RingTheory.RootsOfUnity.PrimitiveRoots",
"Mathlib.FieldTheory.Galois.Basic",
"Mathlib.FieldTheory.KummerPolynomial",
"Mathlib.LinearAlgebra.Eigenspace.Minpoly",
"Mathlib.RingTheory.Norm.Basic"
] | Mathlib/FieldTheory/KummerExtension.lean | X_pow_sub_C_irreducible_iff_of_prime_pow | null |
Polynomial.separable_X_pow_sub_C_of_irreducible : (X ^ n - C a).Separable := by
letI := Fact.mk H
letI : Algebra K K[n√a] := inferInstance
have hn := Nat.pos_iff_ne_zero.mpr (ne_zero_of_irreducible_X_pow_sub_C H)
by_cases hn' : n = 1
· rw [hn', pow_one]; exact separable_X_sub_C
have ⟨ζ, hζ⟩ := hζ
rw [mem_... | theorem | FieldTheory | [
"Mathlib.RingTheory.RootsOfUnity.PrimitiveRoots",
"Mathlib.FieldTheory.Galois.Basic",
"Mathlib.FieldTheory.KummerPolynomial",
"Mathlib.LinearAlgebra.Eigenspace.Minpoly",
"Mathlib.RingTheory.Norm.Basic"
] | Mathlib/FieldTheory/KummerExtension.lean | Polynomial.separable_X_pow_sub_C_of_irreducible | Also see `Polynomial.separable_X_pow_sub_C_unit` |
noncomputable
autAdjoinRootXPowSubCHom :
rootsOfUnity n K →* (K[n√a] →ₐ[K] K[n√a]) where
toFun := fun η ↦ liftHom (X ^ n - C a) (((η : Kˣ) : K) • (root _) : K[n√a]) <| by
have := (mem_rootsOfUnity' _ _).mp η.prop
rw [map_sub, map_pow, aeval_C, aeval_X, Algebra.smul_def, mul_pow, root_X_pow_sub_C_pow,
... | def | FieldTheory | [
"Mathlib.RingTheory.RootsOfUnity.PrimitiveRoots",
"Mathlib.FieldTheory.Galois.Basic",
"Mathlib.FieldTheory.KummerPolynomial",
"Mathlib.LinearAlgebra.Eigenspace.Minpoly",
"Mathlib.RingTheory.Norm.Basic"
] | Mathlib/FieldTheory/KummerExtension.lean | autAdjoinRootXPowSubCHom | The natural embedding of the roots of unity of `K` into `Gal(K[ⁿ√a]/K)`, by sending
`η ↦ (ⁿ√a ↦ η • ⁿ√a)`. Also see `autAdjoinRootXPowSubC` for the `AlgEquiv` version. |
noncomputable
autAdjoinRootXPowSubC :
rootsOfUnity n K →* (K[n√a] ≃ₐ[K] K[n√a]) :=
(AlgEquiv.algHomUnitsEquiv _ _).toMonoidHom.comp (autAdjoinRootXPowSubCHom n a).toHomUnits
variable {n} | def | FieldTheory | [
"Mathlib.RingTheory.RootsOfUnity.PrimitiveRoots",
"Mathlib.FieldTheory.Galois.Basic",
"Mathlib.FieldTheory.KummerPolynomial",
"Mathlib.LinearAlgebra.Eigenspace.Minpoly",
"Mathlib.RingTheory.Norm.Basic"
] | Mathlib/FieldTheory/KummerExtension.lean | autAdjoinRootXPowSubC | The natural embedding of the roots of unity of `K` into `Gal(K[ⁿ√a]/K)`, by sending
`η ↦ (ⁿ√a ↦ η • ⁿ√a)`. This is an isomorphism when `K` contains a primitive root of unity.
See `autAdjoinRootXPowSubCEquiv`. |
autAdjoinRootXPowSubC_root (η) :
autAdjoinRootXPowSubC n a η (root _) = ((η : Kˣ) : K) • root _ := by
dsimp [autAdjoinRootXPowSubC, autAdjoinRootXPowSubCHom, AlgEquiv.algHomUnitsEquiv]
apply liftHom_root
variable {a} | lemma | FieldTheory | [
"Mathlib.RingTheory.RootsOfUnity.PrimitiveRoots",
"Mathlib.FieldTheory.Galois.Basic",
"Mathlib.FieldTheory.KummerPolynomial",
"Mathlib.LinearAlgebra.Eigenspace.Minpoly",
"Mathlib.RingTheory.Norm.Basic"
] | Mathlib/FieldTheory/KummerExtension.lean | autAdjoinRootXPowSubC_root | null |
noncomputable
AdjoinRootXPowSubCEquivToRootsOfUnity [NeZero n] (σ : K[n√a] ≃ₐ[K] K[n√a]) :
rootsOfUnity n K :=
letI := Fact.mk H
letI : IsDomain K[n√a] := inferInstance
letI := Classical.decEq K
(rootsOfUnityEquivOfPrimitiveRoots (n := n) (algebraMap K K[n√a]).injective hζ).symm
(rootsOfUnity.mkOfPowEq ... | def | FieldTheory | [
"Mathlib.RingTheory.RootsOfUnity.PrimitiveRoots",
"Mathlib.FieldTheory.Galois.Basic",
"Mathlib.FieldTheory.KummerPolynomial",
"Mathlib.LinearAlgebra.Eigenspace.Minpoly",
"Mathlib.RingTheory.Norm.Basic"
] | Mathlib/FieldTheory/KummerExtension.lean | AdjoinRootXPowSubCEquivToRootsOfUnity | The inverse function of `autAdjoinRootXPowSubC` if `K` has all roots of unity.
See `autAdjoinRootXPowSubCEquiv`. |
noncomputable
autAdjoinRootXPowSubCEquiv [NeZero n] :
rootsOfUnity n K ≃* (K[n√a] ≃ₐ[K] K[n√a]) where
__ := autAdjoinRootXPowSubC n a
invFun := AdjoinRootXPowSubCEquivToRootsOfUnity hζ H
left_inv := by
intro η
have := Fact.mk H
have : IsDomain K[n√a] := inferInstance
letI : Algebra K K[n√a] :=... | def | FieldTheory | [
"Mathlib.RingTheory.RootsOfUnity.PrimitiveRoots",
"Mathlib.FieldTheory.Galois.Basic",
"Mathlib.FieldTheory.KummerPolynomial",
"Mathlib.LinearAlgebra.Eigenspace.Minpoly",
"Mathlib.RingTheory.Norm.Basic"
] | Mathlib/FieldTheory/KummerExtension.lean | autAdjoinRootXPowSubCEquiv | The equivalence between the roots of unity of `K` and `Gal(K[ⁿ√a]/K)`. |
autAdjoinRootXPowSubCEquiv_root [NeZero n] (η) :
autAdjoinRootXPowSubCEquiv hζ H η (root _) = ((η : Kˣ) : K) • root _ :=
autAdjoinRootXPowSubC_root a η | lemma | FieldTheory | [
"Mathlib.RingTheory.RootsOfUnity.PrimitiveRoots",
"Mathlib.FieldTheory.Galois.Basic",
"Mathlib.FieldTheory.KummerPolynomial",
"Mathlib.LinearAlgebra.Eigenspace.Minpoly",
"Mathlib.RingTheory.Norm.Basic"
] | Mathlib/FieldTheory/KummerExtension.lean | autAdjoinRootXPowSubCEquiv_root | null |
autAdjoinRootXPowSubCEquiv_symm_smul [NeZero n] (σ) :
((autAdjoinRootXPowSubCEquiv hζ H).symm σ : Kˣ) • (root _ : K[n√a]) = σ (root _) := by
have := Fact.mk H
simp only [autAdjoinRootXPowSubCEquiv, OneHom.toFun_eq_coe, MonoidHom.toOneHom_coe,
MulEquiv.symm_mk, MulEquiv.coe_mk, Equiv.coe_fn_symm_mk, AdjoinRo... | lemma | FieldTheory | [
"Mathlib.RingTheory.RootsOfUnity.PrimitiveRoots",
"Mathlib.FieldTheory.Galois.Basic",
"Mathlib.FieldTheory.KummerPolynomial",
"Mathlib.LinearAlgebra.Eigenspace.Minpoly",
"Mathlib.RingTheory.Norm.Basic"
] | Mathlib/FieldTheory/KummerExtension.lean | autAdjoinRootXPowSubCEquiv_symm_smul | null |
isSplittingField_AdjoinRoot_X_pow_sub_C :
haveI := Fact.mk H
letI : Algebra K K[n√a] := inferInstance
IsSplittingField K K[n√a] (X ^ n - C a) := by
have := Fact.mk H
letI : Algebra K K[n√a] := inferInstance
constructor
· rw [← splits_id_iff_splits, Polynomial.map_sub, Polynomial.map_pow, Polynomial.... | lemma | FieldTheory | [
"Mathlib.RingTheory.RootsOfUnity.PrimitiveRoots",
"Mathlib.FieldTheory.Galois.Basic",
"Mathlib.FieldTheory.KummerPolynomial",
"Mathlib.LinearAlgebra.Eigenspace.Minpoly",
"Mathlib.RingTheory.Norm.Basic"
] | Mathlib/FieldTheory/KummerExtension.lean | isSplittingField_AdjoinRoot_X_pow_sub_C | null |
noncomputable
adjoinRootXPowSubCEquiv (hζ : (primitiveRoots n K).Nonempty) (H : Irreducible (X ^ n - C a))
(hα : α ^ n = algebraMap K L a) : K[n√a] ≃ₐ[K] L :=
AlgEquiv.ofBijective (AdjoinRoot.liftHom (X ^ n - C a) α (by simp [hα])) <| by
haveI := Fact.mk H
letI := isSplittingField_AdjoinRoot_X_pow_sub_C h... | def | FieldTheory | [
"Mathlib.RingTheory.RootsOfUnity.PrimitiveRoots",
"Mathlib.FieldTheory.Galois.Basic",
"Mathlib.FieldTheory.KummerPolynomial",
"Mathlib.LinearAlgebra.Eigenspace.Minpoly",
"Mathlib.RingTheory.Norm.Basic"
] | Mathlib/FieldTheory/KummerExtension.lean | adjoinRootXPowSubCEquiv | Suppose `L/K` is the splitting field of `Xⁿ - a`, then a choice of `ⁿ√a` gives an equivalence of
`L` with `K[n√a]`. |
adjoinRootXPowSubCEquiv_root :
adjoinRootXPowSubCEquiv hζ H hα (root _) = α := by
rw [adjoinRootXPowSubCEquiv, AlgEquiv.coe_ofBijective, liftHom_root] | lemma | FieldTheory | [
"Mathlib.RingTheory.RootsOfUnity.PrimitiveRoots",
"Mathlib.FieldTheory.Galois.Basic",
"Mathlib.FieldTheory.KummerPolynomial",
"Mathlib.LinearAlgebra.Eigenspace.Minpoly",
"Mathlib.RingTheory.Norm.Basic"
] | Mathlib/FieldTheory/KummerExtension.lean | adjoinRootXPowSubCEquiv_root | null |
adjoinRootXPowSubCEquiv_symm_eq_root :
(adjoinRootXPowSubCEquiv hζ H hα).symm α = root _ := by
apply (adjoinRootXPowSubCEquiv hζ H hα).injective
rw [(adjoinRootXPowSubCEquiv hζ H hα).apply_symm_apply, adjoinRootXPowSubCEquiv_root]
include hζ H hα in | lemma | FieldTheory | [
"Mathlib.RingTheory.RootsOfUnity.PrimitiveRoots",
"Mathlib.FieldTheory.Galois.Basic",
"Mathlib.FieldTheory.KummerPolynomial",
"Mathlib.LinearAlgebra.Eigenspace.Minpoly",
"Mathlib.RingTheory.Norm.Basic"
] | Mathlib/FieldTheory/KummerExtension.lean | adjoinRootXPowSubCEquiv_symm_eq_root | null |
Algebra.adjoin_root_eq_top_of_isSplittingField :
Algebra.adjoin K {α} = ⊤ := by
apply Subalgebra.map_injective (B := K[n√a]) (f := (adjoinRootXPowSubCEquiv hζ H hα).symm)
(adjoinRootXPowSubCEquiv hζ H hα).symm.injective
rw [Algebra.map_top, (AlgHom.range_eq_top _).mpr
(adjoinRootXPowSubCEquiv hζ H hα).s... | lemma | FieldTheory | [
"Mathlib.RingTheory.RootsOfUnity.PrimitiveRoots",
"Mathlib.FieldTheory.Galois.Basic",
"Mathlib.FieldTheory.KummerPolynomial",
"Mathlib.LinearAlgebra.Eigenspace.Minpoly",
"Mathlib.RingTheory.Norm.Basic"
] | Mathlib/FieldTheory/KummerExtension.lean | Algebra.adjoin_root_eq_top_of_isSplittingField | null |
IntermediateField.adjoin_root_eq_top_of_isSplittingField :
K⟮α⟯ = ⊤ := by
refine (IntermediateField.eq_adjoin_of_eq_algebra_adjoin _ _ _ ?_).symm
exact (Algebra.adjoin_root_eq_top_of_isSplittingField hζ H hα).symm
variable (a) (L) | lemma | FieldTheory | [
"Mathlib.RingTheory.RootsOfUnity.PrimitiveRoots",
"Mathlib.FieldTheory.Galois.Basic",
"Mathlib.FieldTheory.KummerPolynomial",
"Mathlib.LinearAlgebra.Eigenspace.Minpoly",
"Mathlib.RingTheory.Norm.Basic"
] | Mathlib/FieldTheory/KummerExtension.lean | IntermediateField.adjoin_root_eq_top_of_isSplittingField | null |
noncomputable
rootOfSplitsXPowSubC (hn : 0 < n) (a : K)
(L) [Field L] [Algebra K L] [IsSplittingField K L (X ^ n - C a)] : L :=
(rootOfSplits _ (IsSplittingField.splits L (X ^ n - C a))
(by simpa [degree_X_pow_sub_C hn] using Nat.pos_iff_ne_zero.mp hn)) | abbrev | FieldTheory | [
"Mathlib.RingTheory.RootsOfUnity.PrimitiveRoots",
"Mathlib.FieldTheory.Galois.Basic",
"Mathlib.FieldTheory.KummerPolynomial",
"Mathlib.LinearAlgebra.Eigenspace.Minpoly",
"Mathlib.RingTheory.Norm.Basic"
] | Mathlib/FieldTheory/KummerExtension.lean | rootOfSplitsXPowSubC | An arbitrary choice of `ⁿ√a` in the splitting field of `Xⁿ - a`. |
rootOfSplitsXPowSubC_pow [NeZero n] :
(rootOfSplitsXPowSubC (NeZero.pos n) a L) ^ n = algebraMap K L a := by
have := map_rootOfSplits _ (IsSplittingField.splits L (X ^ n - C a))
simp only [eval₂_sub, eval₂_X_pow, eval₂_C, sub_eq_zero] at this
exact this _
variable {a} | lemma | FieldTheory | [
"Mathlib.RingTheory.RootsOfUnity.PrimitiveRoots",
"Mathlib.FieldTheory.Galois.Basic",
"Mathlib.FieldTheory.KummerPolynomial",
"Mathlib.LinearAlgebra.Eigenspace.Minpoly",
"Mathlib.RingTheory.Norm.Basic"
] | Mathlib/FieldTheory/KummerExtension.lean | rootOfSplitsXPowSubC_pow | null |
noncomputable
autEquivRootsOfUnity [NeZero n] :
(L ≃ₐ[K] L) ≃* (rootsOfUnity n K) :=
(AlgEquiv.autCongr (adjoinRootXPowSubCEquiv hζ H (rootOfSplitsXPowSubC_pow a L)).symm).trans
(autAdjoinRootXPowSubCEquiv hζ H).symm | def | FieldTheory | [
"Mathlib.RingTheory.RootsOfUnity.PrimitiveRoots",
"Mathlib.FieldTheory.Galois.Basic",
"Mathlib.FieldTheory.KummerPolynomial",
"Mathlib.LinearAlgebra.Eigenspace.Minpoly",
"Mathlib.RingTheory.Norm.Basic"
] | Mathlib/FieldTheory/KummerExtension.lean | autEquivRootsOfUnity | Suppose `L/K` is the splitting field of `Xⁿ - a`, then `Gal(L/K)` is isomorphic to the
roots of unity in `K` if `K` contains all of them.
Note that this does not depend on a choice of `ⁿ√a`. |
autEquivRootsOfUnity_apply_rootOfSplit [NeZero n] (σ : L ≃ₐ[K] L) :
σ (rootOfSplitsXPowSubC (NeZero.pos n) a L) =
autEquivRootsOfUnity hζ H L σ • (rootOfSplitsXPowSubC (NeZero.pos n) a L) := by
obtain ⟨η, rfl⟩ := (autEquivRootsOfUnity hζ H L).symm.surjective σ
rw [MulEquiv.apply_symm_apply, autEquivRootsO... | lemma | FieldTheory | [
"Mathlib.RingTheory.RootsOfUnity.PrimitiveRoots",
"Mathlib.FieldTheory.Galois.Basic",
"Mathlib.FieldTheory.KummerPolynomial",
"Mathlib.LinearAlgebra.Eigenspace.Minpoly",
"Mathlib.RingTheory.Norm.Basic"
] | Mathlib/FieldTheory/KummerExtension.lean | autEquivRootsOfUnity_apply_rootOfSplit | null |
autEquivRootsOfUnity_smul [NeZero n] (σ : L ≃ₐ[K] L) :
autEquivRootsOfUnity hζ H L σ • α = σ α := by
have ⟨ζ, hζ'⟩ := hζ
have hn := NeZero.pos n
rw [mem_primitiveRoots hn] at hζ'
rw [← mem_nthRoots hn, (hζ'.map_of_injective (algebraMap K L).injective).nthRoots_eq
(rootOfSplitsXPowSubC_pow a L)] at hα
... | lemma | FieldTheory | [
"Mathlib.RingTheory.RootsOfUnity.PrimitiveRoots",
"Mathlib.FieldTheory.Galois.Basic",
"Mathlib.FieldTheory.KummerPolynomial",
"Mathlib.LinearAlgebra.Eigenspace.Minpoly",
"Mathlib.RingTheory.Norm.Basic"
] | Mathlib/FieldTheory/KummerExtension.lean | autEquivRootsOfUnity_smul | null |
noncomputable
autEquivZmod [NeZero n] {ζ : K} (hζ : IsPrimitiveRoot ζ n) :
(L ≃ₐ[K] L) ≃* Multiplicative (ZMod n) :=
haveI hn := Nat.pos_iff_ne_zero.mpr (ne_zero_of_irreducible_X_pow_sub_C H)
(autEquivRootsOfUnity ⟨ζ, (mem_primitiveRoots hn).mpr hζ⟩ H L).trans
((MulEquiv.subgroupCongr (IsPrimitiveRoot.zpowe... | def | FieldTheory | [
"Mathlib.RingTheory.RootsOfUnity.PrimitiveRoots",
"Mathlib.FieldTheory.Galois.Basic",
"Mathlib.FieldTheory.KummerPolynomial",
"Mathlib.LinearAlgebra.Eigenspace.Minpoly",
"Mathlib.RingTheory.Norm.Basic"
] | Mathlib/FieldTheory/KummerExtension.lean | autEquivZmod | Suppose `L/K` is the splitting field of `Xⁿ - a`, and `ζ` is a `n`-th primitive root of unity
in `K`, then `Gal(L/K)` is isomorphic to `ZMod n`. |
autEquivZmod_symm_apply_intCast [NeZero n] {ζ : K} (hζ : IsPrimitiveRoot ζ n) (m : ℤ) :
(autEquivZmod H L hζ).symm (Multiplicative.ofAdd (m : ZMod n)) α = ζ ^ m • α := by
have hn := Nat.pos_iff_ne_zero.mpr (ne_zero_of_irreducible_X_pow_sub_C H)
rw [← autEquivRootsOfUnity_smul ⟨ζ, (mem_primitiveRoots hn).mpr hζ⟩... | lemma | FieldTheory | [
"Mathlib.RingTheory.RootsOfUnity.PrimitiveRoots",
"Mathlib.FieldTheory.Galois.Basic",
"Mathlib.FieldTheory.KummerPolynomial",
"Mathlib.LinearAlgebra.Eigenspace.Minpoly",
"Mathlib.RingTheory.Norm.Basic"
] | Mathlib/FieldTheory/KummerExtension.lean | autEquivZmod_symm_apply_intCast | null |
autEquivZmod_symm_apply_natCast [NeZero n] {ζ : K} (hζ : IsPrimitiveRoot ζ n) (m : ℕ) :
(autEquivZmod H L hζ).symm (Multiplicative.ofAdd (m : ZMod n)) α = ζ ^ m • α := by
simpa only [Int.cast_natCast, zpow_natCast] using autEquivZmod_symm_apply_intCast H L hα hζ m
include hζ H in | lemma | FieldTheory | [
"Mathlib.RingTheory.RootsOfUnity.PrimitiveRoots",
"Mathlib.FieldTheory.Galois.Basic",
"Mathlib.FieldTheory.KummerPolynomial",
"Mathlib.LinearAlgebra.Eigenspace.Minpoly",
"Mathlib.RingTheory.Norm.Basic"
] | Mathlib/FieldTheory/KummerExtension.lean | autEquivZmod_symm_apply_natCast | null |
isCyclic_of_isSplittingField_X_pow_sub_C [NeZero n] : IsCyclic (L ≃ₐ[K] L) :=
have hn := Nat.pos_iff_ne_zero.mpr (ne_zero_of_irreducible_X_pow_sub_C H)
isCyclic_of_surjective _
(autEquivZmod H _ <| (mem_primitiveRoots hn).mp hζ.choose_spec).symm.surjective
include hζ H in | lemma | FieldTheory | [
"Mathlib.RingTheory.RootsOfUnity.PrimitiveRoots",
"Mathlib.FieldTheory.Galois.Basic",
"Mathlib.FieldTheory.KummerPolynomial",
"Mathlib.LinearAlgebra.Eigenspace.Minpoly",
"Mathlib.RingTheory.Norm.Basic"
] | Mathlib/FieldTheory/KummerExtension.lean | isCyclic_of_isSplittingField_X_pow_sub_C | null |
isGalois_of_isSplittingField_X_pow_sub_C : IsGalois K L :=
IsGalois.of_separable_splitting_field (separable_X_pow_sub_C_of_irreducible hζ a H)
include hζ H in | lemma | FieldTheory | [
"Mathlib.RingTheory.RootsOfUnity.PrimitiveRoots",
"Mathlib.FieldTheory.Galois.Basic",
"Mathlib.FieldTheory.KummerPolynomial",
"Mathlib.LinearAlgebra.Eigenspace.Minpoly",
"Mathlib.RingTheory.Norm.Basic"
] | Mathlib/FieldTheory/KummerExtension.lean | isGalois_of_isSplittingField_X_pow_sub_C | null |
finrank_of_isSplittingField_X_pow_sub_C : Module.finrank K L = n := by
have := Polynomial.IsSplittingField.finiteDimensional L (X ^ n - C a)
have := isGalois_of_isSplittingField_X_pow_sub_C hζ H L
have hn := Nat.pos_iff_ne_zero.mpr (ne_zero_of_irreducible_X_pow_sub_C H)
have : NeZero n := ⟨ne_zero_of_irreducibl... | lemma | FieldTheory | [
"Mathlib.RingTheory.RootsOfUnity.PrimitiveRoots",
"Mathlib.FieldTheory.Galois.Basic",
"Mathlib.FieldTheory.KummerPolynomial",
"Mathlib.LinearAlgebra.Eigenspace.Minpoly",
"Mathlib.RingTheory.Norm.Basic"
] | Mathlib/FieldTheory/KummerExtension.lean | finrank_of_isSplittingField_X_pow_sub_C | null |
exists_root_adjoin_eq_top_of_isCyclic [IsGalois K L] [IsCyclic (L ≃ₐ[K] L)] :
∃ (α : L), α ^ (finrank K L) ∈ Set.range (algebraMap K L) ∧ K⟮α⟯ = ⊤ := by
have ⟨ζ, hζ⟩ := hK
rw [mem_primitiveRoots finrank_pos] at hζ
obtain ⟨σ, hσ⟩ := ‹IsCyclic (L ≃ₐ[K] L)›
have hσ' := orderOf_eq_card_of_forall_mem_zpowers hσ
... | lemma | FieldTheory | [
"Mathlib.RingTheory.RootsOfUnity.PrimitiveRoots",
"Mathlib.FieldTheory.Galois.Basic",
"Mathlib.FieldTheory.KummerPolynomial",
"Mathlib.LinearAlgebra.Eigenspace.Minpoly",
"Mathlib.RingTheory.Norm.Basic"
] | Mathlib/FieldTheory/KummerExtension.lean | exists_root_adjoin_eq_top_of_isCyclic | If `L/K` is a cyclic extension of degree `n`, and `K` contains all `n`-th roots of unity,
then `L = K[α]` for some `α ^ n ∈ K`. |
irreducible_X_pow_sub_C_of_root_adjoin_eq_top
{a : K} {α : L} (ha : α ^ (finrank K L) = algebraMap K L a) (hα : K⟮α⟯ = ⊤) :
Irreducible (X ^ (finrank K L) - C a) := by
have : X ^ (finrank K L) - C a = minpoly K α := by
refine minpoly.unique _ _ (monic_X_pow_sub_C _ finrank_pos.ne.symm) ?_ ?_
· simp on... | lemma | FieldTheory | [
"Mathlib.RingTheory.RootsOfUnity.PrimitiveRoots",
"Mathlib.FieldTheory.Galois.Basic",
"Mathlib.FieldTheory.KummerPolynomial",
"Mathlib.LinearAlgebra.Eigenspace.Minpoly",
"Mathlib.RingTheory.Norm.Basic"
] | Mathlib/FieldTheory/KummerExtension.lean | irreducible_X_pow_sub_C_of_root_adjoin_eq_top | null |
isSplittingField_X_pow_sub_C_of_root_adjoin_eq_top
{a : K} {α : L} (ha : α ^ (finrank K L) = algebraMap K L a) (hα : K⟮α⟯ = ⊤) :
IsSplittingField K L (X ^ (finrank K L) - C a) := by
constructor
· rw [← splits_id_iff_splits, Polynomial.map_sub, Polynomial.map_pow, Polynomial.map_C,
Polynomial.map_X]
... | lemma | FieldTheory | [
"Mathlib.RingTheory.RootsOfUnity.PrimitiveRoots",
"Mathlib.FieldTheory.Galois.Basic",
"Mathlib.FieldTheory.KummerPolynomial",
"Mathlib.LinearAlgebra.Eigenspace.Minpoly",
"Mathlib.RingTheory.Norm.Basic"
] | Mathlib/FieldTheory/KummerExtension.lean | isSplittingField_X_pow_sub_C_of_root_adjoin_eq_top | null |
isCyclic_tfae (K L) [Field K] [Field L] [Algebra K L] [FiniteDimensional K L]
(hK : (primitiveRoots (Module.finrank K L) K).Nonempty) :
List.TFAE [
IsGalois K L ∧ IsCyclic (L ≃ₐ[K] L),
∃ a : K, Irreducible (X ^ (finrank K L) - C a) ∧
IsSplittingField K L (X ^ (finrank K L) - C a),
∃ (α... | lemma | FieldTheory | [
"Mathlib.RingTheory.RootsOfUnity.PrimitiveRoots",
"Mathlib.FieldTheory.Galois.Basic",
"Mathlib.FieldTheory.KummerPolynomial",
"Mathlib.LinearAlgebra.Eigenspace.Minpoly",
"Mathlib.RingTheory.Norm.Basic"
] | Mathlib/FieldTheory/KummerExtension.lean | isCyclic_tfae | Suppose `L/K` is a finite extension of dimension `n`, and `K` contains all `n`-th roots of unity.
Then `L/K` is cyclic iff
`L` is a splitting field of some irreducible polynomial of the form `Xⁿ - a : K[X]` iff
`L = K[α]` for some `αⁿ ∈ K`. |
root_X_pow_sub_C_pow (n : ℕ) (a : K) :
(AdjoinRoot.root (X ^ n - C a)) ^ n = AdjoinRoot.of _ a := by
rw [← sub_eq_zero, ← AdjoinRoot.eval₂_root, eval₂_sub, eval₂_C, eval₂_pow, eval₂_X] | lemma | FieldTheory | [
"Mathlib.RingTheory.AdjoinRoot",
"Mathlib.RingTheory.Norm.Defs"
] | Mathlib/FieldTheory/KummerPolynomial.lean | root_X_pow_sub_C_pow | null |
root_X_pow_sub_C_ne_zero {n : ℕ} (hn : 1 < n) (a : K) :
(AdjoinRoot.root (X ^ n - C a)) ≠ 0 :=
mk_ne_zero_of_natDegree_lt (monic_X_pow_sub_C _ (Nat.ne_zero_of_lt hn))
X_ne_zero <| by rwa [natDegree_X_pow_sub_C, natDegree_X] | lemma | FieldTheory | [
"Mathlib.RingTheory.AdjoinRoot",
"Mathlib.RingTheory.Norm.Defs"
] | Mathlib/FieldTheory/KummerPolynomial.lean | root_X_pow_sub_C_ne_zero | null |
root_X_pow_sub_C_ne_zero' {n : ℕ} {a : K} (hn : 0 < n) (ha : a ≠ 0) :
(AdjoinRoot.root (X ^ n - C a)) ≠ 0 := by
obtain (rfl | hn) := (Nat.succ_le_iff.mpr hn).eq_or_lt
· rw [pow_one]
intro e
refine mk_ne_zero_of_natDegree_lt (monic_X_sub_C a) (C_ne_zero.mpr ha) (by simp) ?_
trans AdjoinRoot.mk (X - C... | lemma | FieldTheory | [
"Mathlib.RingTheory.AdjoinRoot",
"Mathlib.RingTheory.Norm.Defs"
] | Mathlib/FieldTheory/KummerPolynomial.lean | root_X_pow_sub_C_ne_zero' | null |
ne_zero_of_irreducible_X_pow_sub_C {n : ℕ} {a : K} (H : Irreducible (X ^ n - C a)) :
n ≠ 0 := by
rintro rfl
rw [pow_zero, ← C.map_one, ← map_sub] at H
exact not_irreducible_C _ H | lemma | FieldTheory | [
"Mathlib.RingTheory.AdjoinRoot",
"Mathlib.RingTheory.Norm.Defs"
] | Mathlib/FieldTheory/KummerPolynomial.lean | ne_zero_of_irreducible_X_pow_sub_C | null |
ne_zero_of_irreducible_X_pow_sub_C' {n : ℕ} (hn : n ≠ 1) {a : K}
(H : Irreducible (X ^ n - C a)) : a ≠ 0 := by
rintro rfl
rw [map_zero, sub_zero] at H
exact not_irreducible_pow hn H | lemma | FieldTheory | [
"Mathlib.RingTheory.AdjoinRoot",
"Mathlib.RingTheory.Norm.Defs"
] | Mathlib/FieldTheory/KummerPolynomial.lean | ne_zero_of_irreducible_X_pow_sub_C' | null |
root_X_pow_sub_C_eq_zero_iff {n : ℕ} {a : K} (H : Irreducible (X ^ n - C a)) :
(AdjoinRoot.root (X ^ n - C a)) = 0 ↔ a = 0 := by
have hn := Nat.pos_iff_ne_zero.mpr (ne_zero_of_irreducible_X_pow_sub_C H)
refine ⟨not_imp_not.mp (root_X_pow_sub_C_ne_zero' hn), ?_⟩
rintro rfl
have := not_imp_not.mp (fun hn ↦ ne... | lemma | FieldTheory | [
"Mathlib.RingTheory.AdjoinRoot",
"Mathlib.RingTheory.Norm.Defs"
] | Mathlib/FieldTheory/KummerPolynomial.lean | root_X_pow_sub_C_eq_zero_iff | null |
root_X_pow_sub_C_ne_zero_iff {n : ℕ} {a : K} (H : Irreducible (X ^ n - C a)) :
(AdjoinRoot.root (X ^ n - C a)) ≠ 0 ↔ a ≠ 0 :=
(root_X_pow_sub_C_eq_zero_iff H).not | lemma | FieldTheory | [
"Mathlib.RingTheory.AdjoinRoot",
"Mathlib.RingTheory.Norm.Defs"
] | Mathlib/FieldTheory/KummerPolynomial.lean | root_X_pow_sub_C_ne_zero_iff | null |
pow_ne_of_irreducible_X_pow_sub_C {n : ℕ} {a : K}
(H : Irreducible (X ^ n - C a)) {m : ℕ} (hm : m ∣ n) (hm' : m ≠ 1) (b : K) : b ^ m ≠ a := by
have hn : n ≠ 0 := fun e ↦ not_irreducible_C
(1 - a) (by simpa only [e, pow_zero, ← C.map_one, ← map_sub] using H)
obtain ⟨k, rfl⟩ := hm
rintro rfl
obtain ⟨q, hq... | theorem | FieldTheory | [
"Mathlib.RingTheory.AdjoinRoot",
"Mathlib.RingTheory.Norm.Defs"
] | Mathlib/FieldTheory/KummerPolynomial.lean | pow_ne_of_irreducible_X_pow_sub_C | null |
@[stacks 09HF "We proved the result without the condition that `K` is char p in 09HF."]
X_pow_sub_C_irreducible_of_prime {p : ℕ} (hp : p.Prime) {a : K} (ha : ∀ b : K, b ^ p ≠ a) :
Irreducible (X ^ p - C a) := by
have : ¬ IsUnit (X ^ p - C a) := by
rw [Polynomial.isUnit_iff_degree_eq_zero, degree_X_pow_sub_C h... | theorem | FieldTheory | [
"Mathlib.RingTheory.AdjoinRoot",
"Mathlib.RingTheory.Norm.Defs"
] | Mathlib/FieldTheory/KummerPolynomial.lean | X_pow_sub_C_irreducible_of_prime | Let `p` be a prime number. Let `K` be a field.
Let `t ∈ K` be an element which does not have a `p`th root in `K`.
Then the polynomial `x ^ p - t` is irreducible over `K`. |
X_pow_sub_C_irreducible_iff_of_prime {p : ℕ} (hp : p.Prime) {a : K} :
Irreducible (X ^ p - C a) ↔ ∀ b, b ^ p ≠ a :=
⟨(pow_ne_of_irreducible_X_pow_sub_C · dvd_rfl hp.ne_one), X_pow_sub_C_irreducible_of_prime hp⟩ | theorem | FieldTheory | [
"Mathlib.RingTheory.AdjoinRoot",
"Mathlib.RingTheory.Norm.Defs"
] | Mathlib/FieldTheory/KummerPolynomial.lean | X_pow_sub_C_irreducible_iff_of_prime | null |
taylor_mem_nonZeroDivisors (hp : p ∈ R[X]⁰) : taylor r p ∈ R[X]⁰ := by
rw [mem_nonZeroDivisors_iff_right]
intro x hx
have : x = taylor (r - r) x := by simp
rwa [this, sub_eq_add_neg, ← taylor_taylor, ← taylor_mul,
LinearMap.map_eq_zero_iff _ (taylor_injective _), mul_right_mem_nonZeroDivisors_eq_zero_iff hp... | theorem | FieldTheory | [
"Mathlib.Algebra.Polynomial.Taylor",
"Mathlib.FieldTheory.RatFunc.AsPolynomial"
] | Mathlib/FieldTheory/Laurent.lean | taylor_mem_nonZeroDivisors | null |
laurentAux : RatFunc R →+* RatFunc R :=
RatFunc.mapRingHom
( { toFun := taylor r
map_add' := map_add (taylor r)
map_mul' := taylor_mul _
map_zero' := map_zero (taylor r)
map_one' := taylor_one r } : R[X] →+* R[X])
(taylor_mem_nonZeroDivisors _) | def | FieldTheory | [
"Mathlib.Algebra.Polynomial.Taylor",
"Mathlib.FieldTheory.RatFunc.AsPolynomial"
] | Mathlib/FieldTheory/Laurent.lean | laurentAux | The Laurent expansion of rational functions about a value.
Auxiliary definition, usage when over integral domains should prefer `RatFunc.laurent`. |
laurentAux_ofFractionRing_mk (q : R[X]⁰) :
laurentAux r (ofFractionRing (Localization.mk p q)) =
ofFractionRing (.mk (taylor r p) ⟨taylor r q, taylor_mem_nonZeroDivisors r q q.prop⟩) :=
map_apply_ofFractionRing_mk _ _ _ _
variable [IsDomain R] | theorem | FieldTheory | [
"Mathlib.Algebra.Polynomial.Taylor",
"Mathlib.FieldTheory.RatFunc.AsPolynomial"
] | Mathlib/FieldTheory/Laurent.lean | laurentAux_ofFractionRing_mk | null |
laurentAux_div :
laurentAux r (algebraMap _ _ p / algebraMap _ _ q) =
algebraMap _ _ (taylor r p) / algebraMap _ _ (taylor r q) :=
map_apply_div _ (by exact taylor_mem_nonZeroDivisors r) _ _
@[simp] | theorem | FieldTheory | [
"Mathlib.Algebra.Polynomial.Taylor",
"Mathlib.FieldTheory.RatFunc.AsPolynomial"
] | Mathlib/FieldTheory/Laurent.lean | laurentAux_div | null |
laurentAux_algebraMap : laurentAux r (algebraMap _ _ p) = algebraMap _ _ (taylor r p) := by
rw [← mk_one, ← mk_one, mk_eq_div, laurentAux_div, mk_eq_div, taylor_one, map_one, map_one] | theorem | FieldTheory | [
"Mathlib.Algebra.Polynomial.Taylor",
"Mathlib.FieldTheory.RatFunc.AsPolynomial"
] | Mathlib/FieldTheory/Laurent.lean | laurentAux_algebraMap | null |
laurent : RatFunc R →ₐ[R] RatFunc R :=
RatFunc.mapAlgHom (.ofLinearMap (taylor r) (taylor_one _) (taylor_mul _))
(taylor_mem_nonZeroDivisors _) | def | FieldTheory | [
"Mathlib.Algebra.Polynomial.Taylor",
"Mathlib.FieldTheory.RatFunc.AsPolynomial"
] | Mathlib/FieldTheory/Laurent.lean | laurent | The Laurent expansion of rational functions about a value. |
laurent_div :
laurent r (algebraMap _ _ p / algebraMap _ _ q) =
algebraMap _ _ (taylor r p) / algebraMap _ _ (taylor r q) :=
laurentAux_div r p q
@[simp] | theorem | FieldTheory | [
"Mathlib.Algebra.Polynomial.Taylor",
"Mathlib.FieldTheory.RatFunc.AsPolynomial"
] | Mathlib/FieldTheory/Laurent.lean | laurent_div | null |
laurent_algebraMap : laurent r (algebraMap _ _ p) = algebraMap _ _ (taylor r p) :=
laurentAux_algebraMap _ _
@[simp] | theorem | FieldTheory | [
"Mathlib.Algebra.Polynomial.Taylor",
"Mathlib.FieldTheory.RatFunc.AsPolynomial"
] | Mathlib/FieldTheory/Laurent.lean | laurent_algebraMap | null |
laurent_X : laurent r X = X + C r := by
rw [← algebraMap_X, laurent_algebraMap, taylor_X, map_add, algebraMap_C]
@[simp] | theorem | FieldTheory | [
"Mathlib.Algebra.Polynomial.Taylor",
"Mathlib.FieldTheory.RatFunc.AsPolynomial"
] | Mathlib/FieldTheory/Laurent.lean | laurent_X | null |
laurent_C (x : R) : laurent r (C x) = C x := by
rw [← algebraMap_C, laurent_algebraMap, taylor_C]
@[simp] | theorem | FieldTheory | [
"Mathlib.Algebra.Polynomial.Taylor",
"Mathlib.FieldTheory.RatFunc.AsPolynomial"
] | Mathlib/FieldTheory/Laurent.lean | laurent_C | null |
laurent_at_zero : laurent 0 f = f := by induction f using RatFunc.induction_on; simp | theorem | FieldTheory | [
"Mathlib.Algebra.Polynomial.Taylor",
"Mathlib.FieldTheory.RatFunc.AsPolynomial"
] | Mathlib/FieldTheory/Laurent.lean | laurent_at_zero | null |
laurent_laurent : laurent r (laurent s f) = laurent (r + s) f := by
induction f using RatFunc.induction_on
simp_rw [laurent_div, taylor_taylor] | theorem | FieldTheory | [
"Mathlib.Algebra.Polynomial.Taylor",
"Mathlib.FieldTheory.RatFunc.AsPolynomial"
] | Mathlib/FieldTheory/Laurent.lean | laurent_laurent | null |
laurent_injective : Function.Injective (laurent r) := fun _ _ h => by
simpa [laurent_laurent] using congr_arg (laurent (-r)) h | theorem | FieldTheory | [
"Mathlib.Algebra.Polynomial.Taylor",
"Mathlib.FieldTheory.RatFunc.AsPolynomial"
] | Mathlib/FieldTheory/Laurent.lean | laurent_injective | null |
protected LinearDisjoint : Prop :=
A.toSubalgebra.LinearDisjoint (IsScalarTower.toAlgHom F L E).range | abbrev | FieldTheory | [
"Mathlib.RingTheory.AlgebraicIndependent.RankAndCardinality",
"Mathlib.RingTheory.LinearDisjoint"
] | Mathlib/FieldTheory/LinearDisjoint.lean | LinearDisjoint | If `A` is an intermediate field of `E / F`, and `E / L / F` is a field extension tower,
then `A` and `L` are linearly disjoint, if they are linearly disjoint as subalgebras of `E`
(`Subalgebra.LinearDisjoint`). |
linearDisjoint_iff :
A.LinearDisjoint L ↔ A.toSubalgebra.LinearDisjoint (IsScalarTower.toAlgHom F L E).range :=
Iff.rfl
variable {A B L} | theorem | FieldTheory | [
"Mathlib.RingTheory.AlgebraicIndependent.RankAndCardinality",
"Mathlib.RingTheory.LinearDisjoint"
] | Mathlib/FieldTheory/LinearDisjoint.lean | linearDisjoint_iff | null |
linearDisjoint_iff' :
A.LinearDisjoint B ↔ A.toSubalgebra.LinearDisjoint B.toSubalgebra := by
rw [linearDisjoint_iff]
congr!
ext; simp | theorem | FieldTheory | [
"Mathlib.RingTheory.AlgebraicIndependent.RankAndCardinality",
"Mathlib.RingTheory.LinearDisjoint"
] | Mathlib/FieldTheory/LinearDisjoint.lean | linearDisjoint_iff' | Two intermediate fields are linearly disjoint if and only if
they are linearly disjoint as subalgebras. |
LinearDisjoint.symm (H : A.LinearDisjoint B) : B.LinearDisjoint A :=
linearDisjoint_iff'.2 (linearDisjoint_iff'.1 H).symm | theorem | FieldTheory | [
"Mathlib.RingTheory.AlgebraicIndependent.RankAndCardinality",
"Mathlib.RingTheory.LinearDisjoint"
] | Mathlib/FieldTheory/LinearDisjoint.lean | LinearDisjoint.symm | Linear disjointness is symmetric. |
linearDisjoint_comm : A.LinearDisjoint B ↔ B.LinearDisjoint A :=
⟨LinearDisjoint.symm, LinearDisjoint.symm⟩ | theorem | FieldTheory | [
"Mathlib.RingTheory.AlgebraicIndependent.RankAndCardinality",
"Mathlib.RingTheory.LinearDisjoint"
] | Mathlib/FieldTheory/LinearDisjoint.lean | linearDisjoint_comm | Linear disjointness is symmetric. |
LinearDisjoint.symm' (H : (IsScalarTower.toAlgHom F L E).fieldRange.LinearDisjoint L') :
(IsScalarTower.toAlgHom F L' E).fieldRange.LinearDisjoint L :=
Subalgebra.LinearDisjoint.symm H | theorem | FieldTheory | [
"Mathlib.RingTheory.AlgebraicIndependent.RankAndCardinality",
"Mathlib.RingTheory.LinearDisjoint"
] | Mathlib/FieldTheory/LinearDisjoint.lean | LinearDisjoint.symm' | Linear disjointness is symmetric. |
linearDisjoint_comm' :
(IsScalarTower.toAlgHom F L E).fieldRange.LinearDisjoint L' ↔
(IsScalarTower.toAlgHom F L' E).fieldRange.LinearDisjoint L :=
⟨LinearDisjoint.symm', LinearDisjoint.symm'⟩ | theorem | FieldTheory | [
"Mathlib.RingTheory.AlgebraicIndependent.RankAndCardinality",
"Mathlib.RingTheory.LinearDisjoint"
] | Mathlib/FieldTheory/LinearDisjoint.lean | linearDisjoint_comm' | Linear disjointness is symmetric. |
map (H : A.LinearDisjoint B) {K : Type*} [Field K] [Algebra F K]
(f : E →ₐ[F] K) : (A.map f).LinearDisjoint (B.map f) :=
linearDisjoint_iff'.2 ((linearDisjoint_iff'.1 H).map f f.injective) | theorem | FieldTheory | [
"Mathlib.RingTheory.AlgebraicIndependent.RankAndCardinality",
"Mathlib.RingTheory.LinearDisjoint"
] | Mathlib/FieldTheory/LinearDisjoint.lean | map | Linear disjointness of intermediate fields is preserved by algebra homomorphisms. |
map' (H : A.LinearDisjoint L) (K : Type*) [Field K] [Algebra F K] [Algebra L K]
[IsScalarTower F L K] [Algebra E K] [IsScalarTower F E K] [IsScalarTower L E K] :
(A.map (IsScalarTower.toAlgHom F E K)).LinearDisjoint L := by
rw [linearDisjoint_iff] at H ⊢
have := H.map (IsScalarTower.toAlgHom F E K) (RingHom... | theorem | FieldTheory | [
"Mathlib.RingTheory.AlgebraicIndependent.RankAndCardinality",
"Mathlib.RingTheory.LinearDisjoint"
] | Mathlib/FieldTheory/LinearDisjoint.lean | map' | Linear disjointness of an intermediate field with a tower of field embeddings is preserved by
algebra homomorphisms. |
map'' {L' : Type*} [Field L'] [Algebra F L'] [Algebra L' E] [IsScalarTower F L' E]
(H : (IsScalarTower.toAlgHom F L E).fieldRange.LinearDisjoint L')
(K : Type*) [Field K] [Algebra F K] [Algebra L K] [IsScalarTower F L K]
[Algebra L' K] [IsScalarTower F L' K] [Algebra E K] [IsScalarTower F E K]
[IsScalar... | theorem | FieldTheory | [
"Mathlib.RingTheory.AlgebraicIndependent.RankAndCardinality",
"Mathlib.RingTheory.LinearDisjoint"
] | Mathlib/FieldTheory/LinearDisjoint.lean | map'' | Linear disjointness is preserved by algebra homomorphism. |
self_right : A.LinearDisjoint F := Subalgebra.LinearDisjoint.bot_right _
variable (A) in | theorem | FieldTheory | [
"Mathlib.RingTheory.AlgebraicIndependent.RankAndCardinality",
"Mathlib.RingTheory.LinearDisjoint"
] | Mathlib/FieldTheory/LinearDisjoint.lean | self_right | null |
bot_right : A.LinearDisjoint (⊥ : IntermediateField F E) :=
linearDisjoint_iff'.2 (Subalgebra.LinearDisjoint.bot_right _)
variable (F E L) in | theorem | FieldTheory | [
"Mathlib.RingTheory.AlgebraicIndependent.RankAndCardinality",
"Mathlib.RingTheory.LinearDisjoint"
] | Mathlib/FieldTheory/LinearDisjoint.lean | bot_right | null |
bot_left : (⊥ : IntermediateField F E).LinearDisjoint L :=
Subalgebra.LinearDisjoint.bot_left _ | theorem | FieldTheory | [
"Mathlib.RingTheory.AlgebraicIndependent.RankAndCardinality",
"Mathlib.RingTheory.LinearDisjoint"
] | Mathlib/FieldTheory/LinearDisjoint.lean | bot_left | null |
linearIndependent_left (H : A.LinearDisjoint L)
{ι : Type*} {a : ι → A} (ha : LinearIndependent F a) : LinearIndependent L (A.val ∘ a) :=
(Subalgebra.LinearDisjoint.linearIndependent_left_of_flat H ha).map_of_injective_injective
(AlgEquiv.ofInjectiveField (IsScalarTower.toAlgHom F L E)) (AddMonoidHom.id E)
... | theorem | FieldTheory | [
"Mathlib.RingTheory.AlgebraicIndependent.RankAndCardinality",
"Mathlib.RingTheory.LinearDisjoint"
] | Mathlib/FieldTheory/LinearDisjoint.lean | linearIndependent_left | If `A` and `L` are linearly disjoint, then any `F`-linearly independent family on `A` remains
linearly independent over `L`. |
of_basis_left {ι : Type*} (a : Basis ι F A)
(H : LinearIndependent L (A.val ∘ a)) : A.LinearDisjoint L :=
Subalgebra.LinearDisjoint.of_basis_left _ _ a <| H.map_of_surjective_injective
(AlgEquiv.ofInjectiveField (IsScalarTower.toAlgHom F L E)) (AddMonoidHom.id E)
(AlgEquiv.surjective _) (by simp) (fun _ _... | theorem | FieldTheory | [
"Mathlib.RingTheory.AlgebraicIndependent.RankAndCardinality",
"Mathlib.RingTheory.LinearDisjoint"
] | Mathlib/FieldTheory/LinearDisjoint.lean | of_basis_left | If there exists an `F`-basis of `A` which remains linearly independent over `L`, then
`A` and `L` are linearly disjoint. |
linearIndependent_right (H : A.LinearDisjoint B)
{ι : Type*} {b : ι → B} (hb : LinearIndependent F b) : LinearIndependent A (B.val ∘ b) :=
(linearDisjoint_iff'.1 H).linearIndependent_right_of_flat hb | theorem | FieldTheory | [
"Mathlib.RingTheory.AlgebraicIndependent.RankAndCardinality",
"Mathlib.RingTheory.LinearDisjoint"
] | Mathlib/FieldTheory/LinearDisjoint.lean | linearIndependent_right | If `A` and `B` are linearly disjoint, then any `F`-linearly independent family on `B` remains
linearly independent over `A`. |
noncomputable basisOfBasisRight (H : A.LinearDisjoint B)
(H' : A.toSubalgebra ⊔ B.toSubalgebra = ⊤) {ι : Type*} (b : Basis ι F B) :
Basis ι A E :=
(linearDisjoint_iff'.mp H).basisOfBasisRight H' b
@[simp] | def | FieldTheory | [
"Mathlib.RingTheory.AlgebraicIndependent.RankAndCardinality",
"Mathlib.RingTheory.LinearDisjoint"
] | Mathlib/FieldTheory/LinearDisjoint.lean | basisOfBasisRight | If `A` and `B` are linearly disjoint and such that `A.toSubalgebra ⊔ B.toSubalgebra = ⊤`,
then any `F`-basis of `B` is also an `A`-basis of `E`.
Note that the condition `A.toSubalgebra ⊔ B.toSubalgebra = ⊤` is equivalent to
`A ⊔ B = ⊤` in many cases, see `IntermediateField.sup_toSubalgebra_of_isAlgebraic_right` and sim... |
basisOfBasisRight_apply (H : A.LinearDisjoint B) (H' : A.toSubalgebra ⊔ B.toSubalgebra = ⊤)
{ι : Type*} (b : Basis ι F B) (i : ι) :
H.basisOfBasisRight H' b i = algebraMap B E (b i) :=
(linearDisjoint_iff'.mp H).algebraMap_basisOfBasisRight_apply H' b i | theorem | FieldTheory | [
"Mathlib.RingTheory.AlgebraicIndependent.RankAndCardinality",
"Mathlib.RingTheory.LinearDisjoint"
] | Mathlib/FieldTheory/LinearDisjoint.lean | basisOfBasisRight_apply | null |
algebraMap_basisOfBasisRight_repr_apply (H : A.LinearDisjoint B)
(H' : A.toSubalgebra ⊔ B.toSubalgebra = ⊤) {ι : Type*} (b : Basis ι F B) (x : B) (i : ι) :
algebraMap A E ((H.basisOfBasisRight H' b).repr x i) = algebraMap F E (b.repr x i) :=
(linearDisjoint_iff'.mp H).algebraMap_basisOfBasisRight_repr_apply H... | theorem | FieldTheory | [
"Mathlib.RingTheory.AlgebraicIndependent.RankAndCardinality",
"Mathlib.RingTheory.LinearDisjoint"
] | Mathlib/FieldTheory/LinearDisjoint.lean | algebraMap_basisOfBasisRight_repr_apply | null |
noncomputable basisOfBasisLeft (H : A.LinearDisjoint B)
(H' : A.toSubalgebra ⊔ B.toSubalgebra = ⊤) {ι : Type*} (b : Basis ι F A) :
Basis ι B E :=
(linearDisjoint_iff'.mp H).basisOfBasisLeft H' b
@[simp] | def | FieldTheory | [
"Mathlib.RingTheory.AlgebraicIndependent.RankAndCardinality",
"Mathlib.RingTheory.LinearDisjoint"
] | Mathlib/FieldTheory/LinearDisjoint.lean | basisOfBasisLeft | If `A` and `B` are linearly disjoint and such that `A.toSubalgebra ⊔ B.toSubalgebra = ⊤`,
then any `F`-basis of `A` is also a `B`-basis of `E`.
Note that the condition `A.toSubalgebra ⊔ B.toSubalgebra = ⊤` is equivalent to
`A ⊔ B = ⊤` in many cases, see `IntermediateField.sup_toSubalgebra_of_isAlgebraic_right` and simi... |
basisOfBasisLeft_apply (H : A.LinearDisjoint B) (H' : A.toSubalgebra ⊔ B.toSubalgebra = ⊤)
{ι : Type*} (b : Basis ι F A) (i : ι) :
H.basisOfBasisLeft H' b i = algebraMap A E (b i) :=
(linearDisjoint_iff'.mp H).basisOfBasisLeft_apply H' b i | theorem | FieldTheory | [
"Mathlib.RingTheory.AlgebraicIndependent.RankAndCardinality",
"Mathlib.RingTheory.LinearDisjoint"
] | Mathlib/FieldTheory/LinearDisjoint.lean | basisOfBasisLeft_apply | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.