Theorems · Theorem · field theory
RatFunc.num_mul_eq_mul_denom_iff
∀ {K : Type u} [inst : Field K] {x : RatFunc K} {p q : Polynomial K},
q ≠ 0 →
(x.num * q = p * x.denom ↔
x = (algebraMap (Polynomial K) (RatFunc K)) p / (algebraMap (Polynomial K) (RatFunc K)) q)- Defined in
- Mathlib.FieldTheory.RatFunc.Basic
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 132 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- Field
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites18
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- RingHomstatement · cited by 10,189
- Fieldstatement and proof · cited by 7,404
- Polynomialstatement and proof · cited by 5,681
- Algebra.algebraMapstatement and proof · cited by 4,706
- mul_commproof · cited by 2,262
- mul_assocproof · cited by 1,667
- map_mulproof · cited by 1,137
- div_eq_mul_invproof · cited by 715
- RatFuncstatement and proof · cited by 301
- RatFunc.denomstatement and proof · cited by 59
- RatFunc.numstatement and proof · cited by 49
Cited by3
Results whose statement or proof uses this declaration.
- RatFunc.num_denom_addproof · cited by 3
- RatFunc.num_denom_mulproof · cited by 2
- RatFunc.num_denom_negproof · cited by 1