Theorems · Theorem · field theory
RatFunc.num_div
∀ {K : Type u} [inst : Field K] (p q : Polynomial K),
((algebraMap (Polynomial K) (RatFunc K)) p / (algebraMap (Polynomial K) (RatFunc K)) q).num =
Polynomial.C (q / gcd p q).leadingCoeff⁻¹ * (p / gcd p q)- Defined in
- Mathlib.FieldTheory.RatFunc.Basic
- Cited by
- 6 results in Mathlib
- Foundations
- Depth 130 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
- MulZeroClass.zero_mulproof · cited by 1,625
- map_zeroproof · cited by 1,614
- Polynomial.Cstatement and proof · cited by 1,598
- Polynomial.leadingCoeffstatement and proof · cited by 498
- RatFuncstatement and proof · cited by 301
- div_zeroproof · cited by 251
- inv_zeroproof · cited by 184
Cited by6
Results whose statement or proof uses this declaration.
- RatFunc.num_div_denomproof · cited by 18
- RatFunc.num_algebraMapproof · cited by 4
- RatFunc.num_div_dvdproof · cited by 2
- RatFunc.num_oneproof · cited by 2
- RatFunc.isCoprime_num_denomproof · cited by 1
- RatFunc.num_div_dvd'proof · cited by 0