Theorems · Theorem · field theory
RatFunc.numDenom_div
∀ {K : Type u} [inst : Field K] (p : Polynomial K) {q : Polynomial K},
q ≠ 0 →
((algebraMap (Polynomial K) (RatFunc K)) p / (algebraMap (Polynomial K) (RatFunc K)) q).numDenom =
(Polynomial.C (q / gcd p q).leadingCoeff⁻¹ * (p / gcd p q),
Polynomial.C (q / gcd p q).leadingCoeff⁻¹ * (q / gcd p q))- Defined in
- Mathlib.FieldTheory.RatFunc.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 127 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.
Cites20
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_oneproof · cited by 3,885
- MulZeroClass.mul_zeroproof · cited by 2,091
- Polynomial.Cstatement and proof · cited by 1,598
- map_oneproof · cited by 861
- Polynomial.leadingCoeffstatement and proof · cited by 498
- RatFuncstatement and proof · cited by 301
- inv_oneproof · cited by 301
Cited by1
Results whose statement or proof uses this declaration.
- RatFunc.denom_divproof · cited by 7