Theorems · Theorem · field theory
RatFunc.denom_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).denom =
Polynomial.C (q / gcd p q).leadingCoeff⁻¹ * (q / gcd p q)- Defined in
- Mathlib.FieldTheory.RatFunc.Basic
- Cited by
- 7 results in Mathlib
- Foundations
- Depth 128 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.
Cites11
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
- Polynomial.Cstatement and proof · cited by 1,598
- Polynomial.leadingCoeffstatement and proof · cited by 498
- RatFuncstatement and proof · cited by 301
- GCDMonoid.gcdstatement and proof · cited by 143
- RatFunc.denomstatement · cited by 59
- RatFunc.numDenom_divproof · cited by 1
Cited by7
Results whose statement or proof uses this declaration.
- RatFunc.num_div_denomproof · cited by 18
- RatFunc.denom_algebraMapproof · cited by 4
- RatFunc.denom_zeroproof · cited by 3
- RatFunc.denom_oneproof · cited by 2
- RatFunc.denom_div_dvdproof · cited by 1
- RatFunc.isCoprime_num_denomproof · cited by 1
- RatFunc.monic_denomproof · cited by 1