Theorems · Theorem · field theory
RatFunc.eval_mul
∀ {K : Type u} [inst : Field K] {L : Type u} [inst_1 : Field L] (f : K →+* L) (a : L) {x y : RatFunc K},
Polynomial.eval₂ f a x.denom ≠ 0 →
Polynomial.eval₂ f a y.denom ≠ 0 → RatFunc.eval f a (x * y) = RatFunc.eval f a x * RatFunc.eval f a yeval is a multiplicative homomorphism except when a denominator evaluates to 0.
Counterexample: eval _ 0 X * eval _ 0 (1/X) = 0 ≠ 1 = eval _ 0 1 = eval _ 0 (X * 1/X).
See also RatFunc.eval₂_denom_ne_zero to make the hypotheses simpler but less general.
- Defined in
- Mathlib.FieldTheory.RatFunc.AsPolynomial
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 134 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites20
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Semiringproof · cited by 13,802
- RingHomstatement and proof · cited by 10,189
- Fieldstatement and proof · cited by 7,404
- Polynomialproof · cited by 5,681
- div_eq_mul_invproof · cited by 715
- RatFuncstatement and proof · cited by 301
- Polynomial.eval₂statement and proof · cited by 267
- mul_ne_zeroproof · cited by 178
- mul_right_commproof · cited by 108
- mul_eq_zeroproof · cited by 94
- RatFunc.denomstatement and proof · cited by 59
- RatFunc.numproof · cited by 49
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.