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
- Localization.mapToFractionRing K S B hS = { toRingHom := IsLocalization.lift ⋯, commutes' := ⋯ }
Instances For
Equations
- ⋯ = ⋯
Equations
- ⋯ = ⋯
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
- Localization.subalgebra K S hS = (Localization.mapToFractionRing K S (Localization S) hS).range.copy {x : K | ∃ (a : A) (s : A) (hs : s ∈ S), x = IsLocalization.mk' K a ⟨s, ⋯⟩} ⋯
Instances For
Equations
- ⋯ = ⋯
Equations
- ⋯ = ⋯
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
- ⋯ = ⋯
Equations
- ⋯ = ⋯