Theorems · Theorem · field theory
RatFunc.liftOn.congr_simp
∀ {K : Type u_1} [inst : CommRing K] {P : Sort u_2} (x x_1 : RatFunc K),
x = x_1 →
∀ (f f_1 : Polynomial K → Polynomial K → P) (e_f : f = f_1)
(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'),
x.liftOn f H = x_1.liftOn f_1 ⋯- Defined in
- Mathlib.FieldTheory.RatFunc.Defs
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 99 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.
Cites6
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
- RatFuncstatement and proof · cited by 301
- RatFunc.liftOnstatement and proof · cited by 6
Cited by1
Results whose statement or proof uses this declaration.
- RatFunc.liftOn_mkproof · cited by 2