Theorems · Theorem · field theory
RatFunc.liftOn_mk
∀ {K : Type u} [inst : CommRing K] [inst_1 : IsDomain K] {P : Sort v} (p q : Polynomial K)
(f : Polynomial K → Polynomial K → P),
(∀ (p : Polynomial K), f p 0 = f 0 1) →
∀ (H' : ∀ {p q p' q' : Polynomial K}, q ≠ 0 → q' ≠ 0 → q' * p = q * p' → f p q = f p' q')
(H :
optParam
(∀ {p q p' q' : Polynomial K},
q ∈ nonZeroDivisors (Polynomial K) →
q' ∈ nonZeroDivisors (Polynomial K) → q' * p = q * p' → f p q = f p' q')
⋯),
(RatFunc.mk p q).liftOn f H = f p q- Defined in
- Mathlib.FieldTheory.RatFunc.Defs
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 105 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
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 and proof · cited by 3,086
- IsDomainstatement and proof · cited by 2,196
- CommMonoidWithZeroproof · cited by 913
- nonZeroDivisorsstatement and proof · cited by 895
- Localization.mkproof · cited by 110
- mem_nonZeroDivisors_iff_ne_zeroproof · cited by 38
- nonZeroDivisors.ne_zerostatement · cited by 22
- RatFunc.mkstatement and proof · cited by 21
- Localization.mk_zeroproof · cited by 8
- RatFunc.liftOnstatement · cited by 6
Cited by2
Results whose statement or proof uses this declaration.
- RatFunc.liftOn_divproof · cited by 1
- RatFunc.liftOn'_mkproof · cited by 0