Theorems · Theorem · field theory
RatFunc.num_denom_add
∀ {K : Type u} [inst : Field K] (x y : RatFunc K),
(x + y).num * (x.denom * y.denom) = (x.num * y.denom + x.denom * y.num) * (x + y).denom- Defined in
- Mathlib.FieldTheory.RatFunc.Basic
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 133 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.
Cites15
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Fieldstatement and proof · cited by 7,404
- Polynomialstatement and proof · cited by 5,681
- Algebra.algebraMapproof · cited by 4,706
- map_mulproof · cited by 1,137
- map_addproof · cited by 964
- RatFuncstatement and proof · cited by 301
- mul_ne_zeroproof · cited by 178
- RatFunc.denomstatement and proof · cited by 59
- RatFunc.numstatement and proof · cited by 49
- RatFunc.denom_ne_zeroproof · cited by 20
- RatFunc.num_div_denomproof · cited by 18
Cited by3
Results whose statement or proof uses this declaration.
- RatFunc.num_mul_denom_add_denom_mul_num_ne_zeroproof · cited by 1
- RatFunc.intDegree_addproof · cited by 1
- RatFunc.eval_addproof · cited by 0