Mathlib Map

Theorems · Theorem · field theory

RatFunc.laurentAux_div

∀ {R : Type u} [inst : CommRing R] (r : R) (p q : Polynomial R) [inst_1 : IsDomain R],
  (RatFunc.laurentAux r) ((algebraMap (Polynomial R) (RatFunc R)) p / (algebraMap (Polynomial R) (RatFunc R)) q) =
    (algebraMap (Polynomial R) (RatFunc R)) ((Polynomial.taylor r) p) /
      (algebraMap (Polynomial R) (RatFunc R)) ((Polynomial.taylor r) q)
Defined in
Mathlib.FieldTheory.Laurent
Cited by
2 results in Mathlib
Foundations
Depth 119 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommRingIsDomain

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites13

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by2

Results whose statement or proof uses this declaration.