Theorems · Theorem · field theory
RatFunc.num_dvd
∀ {K : Type u} [inst : Field K] {x : RatFunc K} {p : Polynomial K},
p ≠ 0 →
(x.num ∣ p ↔ ∃ q, q ≠ 0 ∧ x = (algebraMap (Polynomial K) (RatFunc K)) p / (algebraMap (Polynomial K) (RatFunc K)) q)- Defined in
- Mathlib.FieldTheory.RatFunc.Basic
- Cited by
- 2 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_oneproof · cited by 3,885
- map_mulproof · cited by 1,137
- RatFuncstatement and proof · cited by 301
- div_selfproof · cited by 237
- mul_ne_zeroproof · cited by 178
- RatFunc.denomproof · cited by 59
- RatFunc.numstatement and proof · cited by 49
Cited by2
Results whose statement or proof uses this declaration.
- RatFunc.num_inv_dvdproof · cited by 1
- RatFunc.num_mul_dvdproof · cited by 0