Extension of fractional ideals #
This file defines the extension of a fractional ideal along a ring homomorphism.
Main definitions #
FractionalIdeal.extended: LetAandBbe commutative rings with respective localizationsIsLocalization M KandIsLocalization N L. Letf : A →+* Bbe a ring homomorphism withhf : M ≤ Submonoid.comap f N. IfI : FractionalIdeal M K, then the extension ofIalongfisextended L hf I : FractionalIdeal N L.FractionalIdeal.extendedHom': The ring homomorphism version ofFractionalIdeal.extended.FractionalIdeal.extendedHom: ForA ⊆ Ban extension of domains, the ring homomorphism that sends a fractional ideal ofAto a fractional ideal ofB.
Main results #
FractionalIdeal.extendedHom_injective: the mapFractionalIdeal.extendedHomis injective.FractionalIdeal.extended_extended: extending fractional ideals is compatible with composition of ring homomorphisms.FractionalIdeal.extendedHom'_comp: the homomorphisms induced by extension of fractional ideals compose in towers.Ideal.map_algebraMap_injective: ForA ⊆ Ban extension of Dedekind domains, the map that sends an idealIofAtoI·Bis injective.
Tags #
fractional ideal, fractional ideals, extended, extension
Given commutative rings A and B with respective localizations IsLocalization M K and
IsLocalization N L, and a ring homomorphism f : A →+* B satisfying M ≤ Submonoid.comap f N, a
fractional ideal I of A can be extended along f to a fractional ideal of B.
Equations
- FractionalIdeal.extended L hf I = ⟨Submodule.span B (⇑(IsLocalization.map L f hf) '' ↑I), ⋯⟩
Instances For
Pointwise compatibility of extension of fractional ideals with composition of ring
homomorphisms. See FractionalIdeal.extendedHom'_comp for the corresponding statement as an
equality of homomorphisms.
The extension of a principal fractional ideal is the principal ideal generated by the extension of a generator.
The ring homomorphism version of FractionalIdeal.extended.
See FractionalIdeal.extendedHom for a more convenient version that is often enough.
Equations
- FractionalIdeal.extendedHom' L hf = { toFun := FractionalIdeal.extended L hf, map_one' := ⋯, map_mul' := ⋯, map_zero' := ⋯, map_add' := ⋯ }
Instances For
The homomorphisms induced by extension of fractional ideals compose in towers.
The ring homomorphism that extends a fractional ideal of A to a fractional ideal of B for
an extension of domains A ⊆ B.
Equations
Instances For
Alias of FractionalIdeal.extendedHom.
The ring homomorphism that extends a fractional ideal of A to a fractional ideal of B for
an extension of domains A ⊆ B.
Instances For
Alias of FractionalIdeal.extendedHom_eq_zero_iff.
Alias of FractionalIdeal.coe_extendedHom_eq_span.
Alias of FractionalIdeal.extendedHom_le_one_iff.
Alias of FractionalIdeal.one_le_extendedHom_iff.
Alias of FractionalIdeal.extendedHom_eq_one_iff.
Alias of FractionalIdeal.extendedHom_injective.