Localizations of domains as subalgebras of the fraction field. #
Given a domain A
with fraction field K
, and a submonoid S
of A
which
does not contain zero, this file constructs the localization of A
at S
as a subalgebra of the field K
over A
.
The canonical map from a localization of A
at S
to the fraction ring
of A
, given that S ≤ A⁰
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- (_ : IsLocalization S ↥(AlgHom.range (Localization.mapToFractionRing K S B hS))) = (_ : IsLocalization S ↥(AlgHom.range (Localization.mapToFractionRing K S B hS)))
Equations
- (_ : IsFractionRing (↥(AlgHom.range (Localization.mapToFractionRing K S B hS))) K) = (_ : IsFractionRing (↥(AlgHom.range (Localization.mapToFractionRing K S B hS))) K)
Given a commutative ring A
with fraction ring K
, and a submonoid S
of A
which
contains no zero divisor, this is the localization of A
at S
, considered as
a subalgebra of K
over A
.
The carrier of this subalgebra is defined as the set of all x : K
of the form
IsLocalization.mk' K a ⟨s, _⟩
, where s ∈ S
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- (_ : IsLocalization S ↥(Localization.subalgebra K S hS)) = (_ : IsLocalization S ↥(Localization.subalgebra K S hS))
Equations
- (_ : IsFractionRing (↥(Localization.subalgebra K S hS)) K) = (_ : IsFractionRing (↥(Localization.subalgebra K S hS)) K)
Given a domain A
with fraction field K
, and a submonoid S
of A
which
contains no zero divisor, this is the localization of A
at S
, considered as
a subalgebra of K
over A
.
The carrier of this subalgebra is defined as the set of all x : K
of the form
algebraMap A K a * (algebraMap A K s)⁻¹
where a s : A
and s ∈ S
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- (_ : IsLocalization S ↥(Localization.subalgebra.ofField K S hS)) = (_ : IsLocalization S ↥(Localization.subalgebra.ofField K S hS))
Equations
- (_ : IsFractionRing (↥(Localization.subalgebra.ofField K S hS)) K) = (_ : IsFractionRing (↥(Localization.subalgebra.ofField K S hS)) K)