Theorems · Theorem · field theory
RatFunc.liftOn_ofFractionRing_mk
∀ {K : Type u} [inst : CommRing K] {P : Sort v} (n : Polynomial K) (d : ↥(nonZeroDivisors (Polynomial K)))
(f : Polynomial K → Polynomial K → P)
(H :
∀ {p q p' q' : Polynomial K},
q ∈ nonZeroDivisors (Polynomial K) → q' ∈ nonZeroDivisors (Polynomial K) → q' * p = q * p' → f p q = f p' q'),
{ toFractionRing := Localization.mk n d }.liftOn f H = f n ↑d- Defined in
- Mathlib.FieldTheory.RatFunc.Defs
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 100 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommRing
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
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
- Polynomialstatement and proof · cited by 5,681
- Submonoidstatement · cited by 3,086
- nonZeroDivisorsstatement and proof · cited by 895
- Localization.mkstatement and proof · cited by 110
- RatFunc.liftOnstatement · cited by 6
- Localization.liftOn_mkproof · cited by 3
- RatFunc.liftOn_defproof · cited by 1
Cited by3
Results whose statement or proof uses this declaration.
- RatFunc.liftMonoidWithZeroHom_apply_ofFractionRing_mkproof · cited by 4
- RatFunc.map_apply_ofFractionRing_mkproof · cited by 3
- RatFunc.liftOn_mkproof · cited by 2