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 ofAlgebraicIndependentandTranscendentalfor one-element familyAlgebraicIndependent.transcendental: f a familyxis algebraically independent, then any of its element is transcendentalMvPolynomial.(algebraicIndependent|transcendental)_X: algebraic independent properties of intermediates ofMvPolynomialalgebraicIndependent_of_finite': variant ofalgebraicIndependent_of_finiteusingTranscendentalexists_isTranscendenceBasis':Typeversion ofexists_isTranscendenceBasisAlso changed one¬IsAlgebraictoTranscendental. 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 existingFinsetone has no simp lemmas, either.