Theorems · Theorem · field theory
RatFunc.map_apply
∀ {K : Type u} [inst : Field K] {R : Type u_1} {F : Type u_2} [inst_1 : CommRing R] [inst_2 : IsDomain R]
[inst_3 : FunLike F (Polynomial K) (Polynomial R)] [inst_4 : MonoidHomClass F (Polynomial K) (Polynomial R)] (φ : F)
(hφ : nonZeroDivisors (Polynomial K) ≤ Submonoid.comap φ (nonZeroDivisors (Polynomial R))) (f : RatFunc K),
(RatFunc.map φ hφ) f =
(algebraMap (Polynomial R) (RatFunc R)) (φ f.num) / (algebraMap (Polynomial R) (RatFunc R)) (φ f.denom)- Defined in
- Mathlib.FieldTheory.RatFunc.Basic
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 132 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites20
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- CommRingstatement and proof · cited by 17,173
- RingHomstatement · cited by 10,189
- Fieldstatement and proof · cited by 7,404
- Polynomialstatement and proof · cited by 5,681
- Algebra.algebraMapstatement and proof · cited by 4,706
- MonoidHomstatement · cited by 3,629
- Submonoidstatement · cited by 3,086
- FunLikestatement and proof · cited by 2,560
- IsDomainstatement and proof · cited by 2,196
- nonZeroDivisorsstatement and proof · cited by 895
- RatFuncstatement and proof · cited by 301
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.