Documentation

Mathlib.RingTheory.RingHom.Finite

The meta properties of finite ring homomorphisms. #

Main results #

Let R be a commutative ring, S is an R-algebra, M be a submonoid of R.

If S is a finite R-algebra, then S' = M⁻¹S is a finite R' = M⁻¹R-algebra.

theorem RingHom.localization_away_map_finite (R S R' S' : Type u) [CommRing R] [CommRing S] [CommRing R'] [CommRing S'] [Algebra R R'] (f : R →+* S) [Algebra S S'] (r : R) [IsLocalization.Away r R'] [IsLocalization.Away (f r) S'] (hf : f.Finite) :

S is a finite R-algebra if there exists a set { r } that spans R such that Sᵣ is a finite Rᵣ-algebra.