Theorems · Theorem · field theory
RatFunc.liftOn_div
∀ {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')
⋯),
((algebraMap (Polynomial K) (RatFunc K)) p / (algebraMap (Polynomial K) (RatFunc K)) q).liftOn f H = f p q- Defined in
- Mathlib.FieldTheory.RatFunc.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 116 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · 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 · cited by 4,706
- Submonoidstatement · cited by 3,086
- IsDomainstatement and proof · cited by 2,196
- nonZeroDivisorsstatement and proof · cited by 895
- RatFuncstatement and proof · cited by 301
- nonZeroDivisors.ne_zerostatement and proof · cited by 22
- RatFunc.mk_eq_divproof · cited by 7
- RatFunc.liftOnstatement and proof · cited by 6
Cited by1
Results whose statement or proof uses this declaration.
- RatFunc.liftOn'_divproof · cited by 1