Local properties of commutative rings #
In this file, we provide the proofs of various local properties.
Naming Conventions #
localization_P
:P
holds forS⁻¹R
ifP
holds forR
.P_of_localization_maximal
:P
holds forR
ifP
holds forRₘ
for all maximalm
.P_of_localization_prime
:P
holds forR
ifP
holds forRₘ
for all primem
.P_ofLocalizationSpan
:P
holds forR
if given a spanning set{fᵢ}
,P
holds for allR_{fᵢ}
.
Main results #
The following properties are covered:
- The triviality of an ideal or an element:
ideal_eq_bot_of_localization
,eq_zero_of_localization
IsReduced
:localization_isReduced
,isReduced_of_localization_maximal
.RingHom.finite
:localization_finite
,finite_ofLocalizationSpan
RingHom.finiteType
:localization_finiteType
,finiteType_ofLocalizationSpan
A property P
of comm rings is said to be preserved by localization
if P
holds for M⁻¹R
whenever P
holds for R
.
Equations
- LocalizationPreserves P = ∀ {R : Type ?u.21} [hR : CommRing R] (M : Submonoid R) (S : Type ?u.21) [hS : CommRing S] [inst : Algebra R S] [inst : IsLocalization M S], P R → P S
Instances For
A property P
of comm rings satisfies OfLocalizationMaximal
if P
holds for R
whenever P
holds for Rₘ
for all maximal ideal m
.
Equations
- OfLocalizationMaximal P = ∀ (R : Type ?u.18) [inst : CommRing R], (∀ (J : Ideal R) (x : J.IsMaximal), P (Localization.AtPrime J)) → P R
Instances For
A property P
of ring homs is said to be preserved by localization
if P
holds for M⁻¹R →+* M⁻¹S
whenever P
holds for R →+* S
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
A property P
of ring homs satisfies RingHom.OfLocalizationFiniteSpan
if P
holds for R →+* S
whenever there exists a finite set { r }
that spans R
such that
P
holds for Rᵣ →+* Sᵣ
.
Note that this is equivalent to RingHom.OfLocalizationSpan
via
RingHom.ofLocalizationSpan_iff_finite
, but this is easier to prove.
Equations
- One or more equations did not get rendered due to their size.
Instances For
A property P
of ring homs satisfies RingHom.OfLocalizationFiniteSpan
if P
holds for R →+* S
whenever there exists a set { r }
that spans R
such that
P
holds for Rᵣ →+* Sᵣ
.
Note that this is equivalent to RingHom.OfLocalizationFiniteSpan
via
RingHom.ofLocalizationSpan_iff_finite
, but this has less restrictions when applying.
Equations
- RingHom.OfLocalizationSpan P = ∀ ⦃R S : Type ?u.30⦄ [inst : CommRing R] [inst_1 : CommRing S] (f : R →+* S) (s : Set R), Ideal.span s = ⊤ → (∀ (r : ↑s), P (Localization.awayMap f ↑r)) → P f
Instances For
A property P
of ring homs satisfies RingHom.HoldsForLocalizationAway
if P
holds for each localization map R →+* Rᵣ
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
A property P
of ring homs satisfies RingHom.OfLocalizationFiniteSpanTarget
if P
holds for R →+* S
whenever there exists a finite set { r }
that spans S
such that
P
holds for R →+* Sᵣ
.
Note that this is equivalent to RingHom.OfLocalizationSpanTarget
via
RingHom.ofLocalizationSpanTarget_iff_finite
, but this is easier to prove.
Equations
- One or more equations did not get rendered due to their size.
Instances For
A property P
of ring homs satisfies RingHom.OfLocalizationSpanTarget
if P
holds for R →+* S
whenever there exists a set { r }
that spans S
such that
P
holds for R →+* Sᵣ
.
Note that this is equivalent to RingHom.OfLocalizationFiniteSpanTarget
via
RingHom.ofLocalizationSpanTarget_iff_finite
, but this has less restrictions when applying.
Equations
- One or more equations did not get rendered due to their size.
Instances For
A property P
of ring homs satisfies RingHom.OfLocalizationPrime
if P
holds for R
whenever P
holds for Rₘ
for all prime ideals p
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
A property of ring homs is local if it is preserved by localizations and compositions, and for
each { r }
that spans S
, we have P (R →+* S) ↔ ∀ r, P (R →+* Sᵣ)
.
- LocalizationPreserves : RingHom.LocalizationPreserves P
- OfLocalizationSpanTarget : RingHom.OfLocalizationSpanTarget P
- StableUnderComposition : RingHom.StableUnderComposition P
- HoldsForLocalizationAway : RingHom.HoldsForLocalizationAway P
Instances For
Let I J : Ideal R
. If the localization of I
at each maximal ideal P
is included in
the localization of J
at P
, then I ≤ J
.
Let I J : Ideal R
. If the localization of I
at each maximal ideal P
is equal to
the localization of J
at P
, then I = J
.
An ideal is trivial if its localization at every maximal ideal is trivial.
An ideal is trivial if its localization at every maximal ideal is trivial.
A surjective ring homomorphism R →+* S
induces a surjective homomorphism R_{f⁻¹(P)} →+* S_P
for every prime ideal P
of S
.
If S
is a finite R
-algebra, then S' = M⁻¹S
is a finite R' = M⁻¹R
-algebra.
Let S
be an R
-algebra, M
a submonoid of R
, and S' = M⁻¹S
.
If the image of some x : S
falls in the span of some finite s ⊆ S'
over R
,
then there exists some m : M
such that m • x
falls in the
span of IsLocalization.finsetIntegerMultiple _ s
over R
.
If M
is an R' = S⁻¹R
module, and x ∈ span R' s
,
then t • x ∈ span R s
for some t : S
.
If S
is an R' = M⁻¹R
algebra, and x ∈ adjoin R' s
,
then t • x ∈ adjoin R s
for some t : M
.
Let S
be an R
-algebra, M
a submonoid of S
, S' = M⁻¹S
.
Suppose the image of some x : S
falls in the adjoin of some finite s ⊆ S'
over R
,
and A
is an R
-subalgebra of S
containing both M
and the numerators of s
.
Then, there exists some m : M
such that m • x
falls in A
.
Let S
be an R
-algebra, M
a submonoid of R
, and S' = M⁻¹S
.
If the image of some x : S
falls in the adjoin of some finite s ⊆ S'
over R
,
then there exists some m : M
such that m • x
falls in the
adjoin of IsLocalization.finsetIntegerMultiple _ s
over R
.
IsIntegrallyClosed
is a local property.