Commit 2024-12-05 08:47 ea266590
View on Github →feat(RingTheory/Algebraic): transitivity of algebraicity (#19660) Main results:
Subalgebra.algebraicClosure: IfRis a domain andSis an arbitraryR-algebra, then the elements ofSthat are algebraic overRform a subalgebra. (The proofs are due to Matthé van der Lee on MathOverflow.)Algebra.IsAlgebraic.trans': IfA/S/Ris a tower of algebras and bothA/SandS/Rare algebraic, thenA/Ris also algebraic, provided thatShas no zero divisors andalgebraMap S Ais injective (soScan be regarded as anR-subalgebra ofA).Transcendental.extendScalars: an element of anR-algebra that is transcendental overRremains transcendental over any algebraicR-subalgebra that has no zero divisors.IsLocalization.isAlgebraic: a localization of a nontrivial commutative ring is always algebraic. Used to golfexists_integral_multiples. Auxiliary result:IsAlgebraic.iff_exists_smul_integral: IfRis reduced andSis anR-algebra with injectivealgebraMap, then an element ofSis algebraic overRiff someR-multiple is integral overR.