Theorems · Theorem · field theory
RatFunc.map_apply_div
∀ {K : Type u} [inst : CommRing K] [inst_1 : IsDomain K] {R : Type u_1} {F : Type u_2} [inst_2 : CommRing R]
[inst_3 : IsDomain R] [inst_4 : FunLike F (Polynomial K) (Polynomial R)]
[inst_5 : MonoidWithZeroHomClass F (Polynomial K) (Polynomial R)] (φ : F)
(hφ : nonZeroDivisors (Polynomial K) ≤ Submonoid.comap φ (nonZeroDivisors (Polynomial R))) (p q : Polynomial K),
(RatFunc.map φ hφ) ((algebraMap (Polynomial K) (RatFunc K)) p / (algebraMap (Polynomial K) (RatFunc K)) q) =
(algebraMap (Polynomial R) (RatFunc R)) (φ p) / (algebraMap (Polynomial R) (RatFunc R)) (φ q)- Defined in
- Mathlib.FieldTheory.RatFunc.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 118 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites21
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
- 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
- map_zeroproof · cited by 1,614
- eq_or_neproof · cited by 1,117
- nonZeroDivisorsstatement and proof · cited by 895
Cited by1
Results whose statement or proof uses this declaration.
- RatFunc.laurentAux_divproof · cited by 2