Theorems · Definition · field theory
RatFunc.mk
{K : Type u_1} → [inst : CommRing K] → [IsDomain K] → Polynomial K → Polynomial K → RatFunc KRatFunc.mk (p q : K[X]) is p / q as a rational function.
If q = 0, then mk returns 0.
This is an auxiliary definition used to define an Algebra structure on RatFunc;
the simp normal form of mk p q is algebraMap _ _ p / algebraMap _ _ q.
- Defined in
- Mathlib.FieldTheory.RatFunc.Defs
- Cited by
- 21 results in Mathlib
- Foundations
- Depth 97 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites4
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CommRingstatement · cited by 17,173
- Polynomialstatement · cited by 5,681
- IsDomainstatement · cited by 2,196
- RatFuncstatement · cited by 301
Cited by21
Results whose statement or proof uses this declaration.
- RatFunc.mk_eq_divstatement · cited by 7
- RatFunc.mk_eq_div'statement · cited by 4
- RatFunc.mk_eq_localization_mkstatement · cited by 4
- RatFunc.valuation_eq_LaurentSeries_valuationproof · cited by 2
- RatFunc.liftOn_mkstatement and proof · cited by 2
- RatFunc.ofFractionRing_mk'proof · cited by 2
- RatFunc.mk_coe_defstatement · cited by 2
- RatFunc.mk_def_of_nestatement · cited by 2
- RatFunc.mk_eq_mk'statement · cited by 2
- RatFunc.mk_onestatement · cited by 2
- RatFunc.induction_on'statement and proof · cited by 2
- RatFunc.mk_zerostatement · cited by 2