Theorems · Definition · field theory
RatFunc.mapAlgHom
{K : Type u} →
[inst : CommRing K] →
[inst_1 : IsDomain K] →
{R : Type u_2} →
{S : Type u_3} →
[inst_2 : CommRing R] →
[inst_3 : IsDomain R] →
[inst_4 : CommSemiring S] →
[inst_5 : Algebra S (Polynomial K)] →
[inst_6 : Algebra S (Polynomial R)] →
(φ : Polynomial K →ₐ[S] Polynomial R) →
nonZeroDivisors (Polynomial K) ≤ Submonoid.comap φ (nonZeroDivisors (Polynomial R)) →
RatFunc K →ₐ[S] RatFunc RLift an algebra homomorphism that maps polynomials φ : K[X] →ₐ[S] R[X]
to a K⟮X⟯ →ₐ[S] R⟮X⟯,
on the condition that φ maps non-zero-divisors to non-zero-divisors,
by mapping both the numerator and denominator and quotienting them.
- Defined in
- Mathlib.FieldTheory.RatFunc.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 120 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CommRingstatement and proof · cited by 17,173
- Algebrastatement and proof · cited by 11,388
- CommSemiringstatement and proof · cited by 10,911
- RingHomproof · cited by 10,189
- Polynomialstatement and proof · cited by 5,681
- AlgHomstatement and proof · cited by 3,236
- Submonoidstatement · cited by 3,086
- IsDomainstatement and proof · cited by 2,196
- nonZeroDivisorsstatement and proof · cited by 895
- RatFuncstatement and proof · cited by 301
- Submonoid.comapstatement and proof · cited by 179
- RatFunc.mapRingHomproof · cited by 2
Cited by2
Results whose statement or proof uses this declaration.
- RatFunc.laurentproof · cited by 7
- RatFunc.coe_mapAlgHom_eq_coe_mapstatement · cited by 0