@@ -186,11 +186,12 @@ variable [ExpChar k p]
186186include hp H
187187
188188/--
189- Suppose `k` has chararcteristic `p` and `a₁,...,aₙ` is a transcendental basis of `K/k`.
189+ Suppose `k` has characteristic `p` and `a₁,...,aₙ` is a transcendence basis of `K/k`.
190190Suppose furthermore that if `{ sᵢ } ⊆ K` is an arbitrary `k`-linearly independent set,
191191`{ sᵢᵖ } ⊆ K` is also `k`-linearly independent (which is true when `K ⊗ₖ k^{1/p}` is reduced).
192192
193- Then some subset of `a₁,...,aₙ₊₁` forms a transcedental basis that `a₁,...,aₙ₊₁` are separable over.
193+ Then some subset of `a₁,...,aₙ₊₁` forms a transcendence basis over which `a₁,...,aₙ₊₁` are
194+ separable.
194195-/
195196lemma exists_isTranscendenceBasis_and_isSeparable_of_linearIndepOn_pow
196197 (ha' : IsTranscendenceBasis k fun i : {i // i ≠ n} ↦ a i) :
@@ -248,12 +249,12 @@ lemma exists_isTranscendenceBasis_and_isSeparable_of_linearIndepOn_pow'
248249 refine ⟨i, hi.comp_equiv e₂.symm, by convert hi'⟩
249250
250251/--
251- Suppose `k` has chararcteristic `p` and `K/k` is generated by `a₁,...,aₙ₊₁`,
252- where `a₁,...aₙ` forms a transcendental basis.
252+ Suppose `k` has characteristic `p` and `K/k` is generated by `a₁,...,aₙ₊₁`,
253+ where `a₁,...aₙ` form a transcendence basis.
253254Suppose furthermore that if `{ sᵢ } ⊆ K` is an arbitrary `k`-linearly independent set,
254255`{ sᵢᵖ } ⊆ K` is also `k`-linearly independent (which is true when `K ⊗ₖ k^{1/p}` is reduced).
255256
256- Then some subset of `a₁,...,aₙ₊₁` forms a separable transcedental basis.
257+ Then some subset of `a₁,...,aₙ₊₁` forms a separating transcendence basis.
257258-/
258259@ [stacks 0H71]
259260lemma exists_isTranscendenceBasis_and_isSeparable_of_linearIndepOn_pow_of_adjoin_eq_top
@@ -271,15 +272,15 @@ lemma exists_isTranscendenceBasis_and_isSeparable_of_linearIndepOn_pow_of_adjoin
271272 · exact isSeparable_algebraMap (F := adjoin k (a '' {i}ᶜ)) ⟨_, subset_adjoin _ _ ⟨x, ne, rfl⟩⟩
272273
273274/--
274- Suppose `k` has chararcteristic `p` and `K/k` is finitely generated.
275+ Suppose `k` has characteristic `p` and `K/k` is finitely generated.
275276Suppose furthermore that if `{ sᵢ } ⊆ K` is an arbitrary `k`-linearly independent set,
276277`{ sᵢᵖ } ⊆ K` is also `k`-linearly independent (which is true when `K ⊗ₖ k^{1/p}` is reduced).
277278
278279Then `K/k` is finite separably generated.
279280
280281TODO: show that this is an if and only if.
281282-/
282- @ [stacks 030W "(2) ⇒ (1) finitely genenerated case" ]
283+ @ [stacks 030W "(2) ⇒ (1) finitely generated case" ]
283284lemma exists_isTranscendenceBasis_and_isSeparable_of_linearIndepOn_pow_of_essFiniteType
284285 [Algebra.EssFiniteType k K] :
285286 ∃ s : Finset K, IsTranscendenceBasis k ((↑) : s → K) ∧
0 commit comments