Commit 2024-10-30 05:09 ef29c80a
View on Github →feat(RingTheory/AlgebraicIndependent): add some results on AlgebraicIndependent
(#18378)
algebraicIndependent_unique_type_iff
,algebraicIndependent_iff_transcendental
: equivalency ofAlgebraicIndependent
andTranscendental
for one-element familyAlgebraicIndependent.transcendental
: f a familyx
is algebraically independent, then any of its element is transcendentalMvPolynomial.(algebraicIndependent|transcendental)_X
: algebraic independent properties of intermediates ofMvPolynomial
algebraicIndependent_of_finite'
: variant ofalgebraicIndependent_of_finite
usingTranscendental
exists_isTranscendenceBasis'
:Type
version ofexists_isTranscendenceBasis
Also changed one¬IsAlgebraic
toTranscendental
. Also addSet.subtypeInsertEquivOption
(used in the proof ofalgebraicIndependent_of_finite'
) which is similar toFinset.subtypeInsertEquivOption
. Note that it does not have simp lemmas yet, as the existingFinset
one has no simp lemmas, either.