Theorems · Theorem · field theory
exists_isTranscendenceBasis_and_isSeparable_of_linearIndepOn_pow
∀ {k : Type u_1} {K : Type u_2} {ι : Type u_3} [inst : Field k] [inst_1 : Field K] [inst_2 : Algebra k K] (p : ℕ),
Nat.Prime p →
(∀ (s : Finset K), LinearIndepOn k id ↑s → LinearIndepOn k (fun x => x ^ p) ↑s) →
∀ {a : ι → K} (n : ι) [ExpChar k p],
(IsTranscendenceBasis k fun i => a ↑i) →
∃ i, (IsTranscendenceBasis k fun j => a ↑j) ∧ IsSeparable (↥(IntermediateField.adjoin k (a '' {i}ᶜ))) (a i)Suppose k has characteristic p and a₁,...,aₙ is a transcendence basis of K/k.
Suppose furthermore that if { sᵢ } ⊆ K is an arbitrary k-linearly independent set,
{ sᵢᵖ } ⊆ K is also k-linearly independent (which is true when K ⊗ₖ k^{1/p} is reduced).
Then some subset of a₁,...,aₙ₊₁ forms a transcendence basis over which a₁,...,aₙ₊₁ are
separable.
- Defined in
- Mathlib.FieldTheory.SeparablyGenerated
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 152 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites84
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Setstatement and proof · cited by 53,352
- CommRingproof · cited by 17,173
- Semiringproof · cited by 13,802
- Finsetstatement and proof · cited by 13,712
- Algebrastatement and proof · cited by 11,388
- CommSemiringproof · cited by 10,911
- SetLike.coestatement and proof · cited by 8,199
- Ringproof · cited by 7,463
- Fieldstatement and proof · cited by 7,404
- Set.ofPredproof · cited by 6,101
- Polynomialproof · cited by 5,681
Cited by2
Results whose statement or proof uses this declaration.