Theorems · Theorem · field theory
AlgebraicIndependent.aeval_of_algebraicIndependent
∀ {ι : Type u} {R : Type u_2} {A : Type v} {x : ι → A} [inst : CommRing R] [inst_1 : CommRing A] [inst_2 : Algebra R A],
AlgebraicIndependent R x →
∀ {f : ι → MvPolynomial ι R},
AlgebraicIndependent R f → AlgebraicIndependent R fun i => (MvPolynomial.aeval x) (f i)If x = {x_i : A | i : ι} and f = {f_i : MvPolynomial ι R | i : ι} are algebraically
independent over R, then {f_i(x) | i : ι} is also algebraically independent over R.
For the partial converse, see AlgebraicIndependent.of_aeval.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 101 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- CommRingstatement and proof · cited by 17,173
- Algebrastatement and proof · cited by 11,388
- Finsuppstatement · cited by 5,255
- AlgHomstatement and proof · cited by 3,236
- MvPolynomialstatement and proof · cited by 2,140
- MvPolynomial.aevalstatement and proof · cited by 298
- AlgebraicIndependentstatement and proof · cited by 120
- MvPolynomial.bind₁proof · cited by 70
- AlgHom.comp_applyproof · cited by 20
- algebraicIndependent_iffproof · cited by 6
- MvPolynomial.aeval_comp_bind₁proof · cited by 2
Cited by1
Results whose statement or proof uses this declaration.
- AlgebraicIndependent.polynomial_aeval_of_transcendentalproof · cited by 0