Mathlib Map

Theorems · Definition · commutative algebra

IsAdjoinRoot.repr

{R : Type u} →
  {S : Type v} →
    [inst : CommRing R] →
      [inst_1 : Ring S] → {f : Polynomial R} → [inst_2 : Algebra R S] → IsAdjoinRoot S f → S → Polynomial R

Choose an arbitrary representative so that h.map (h.repr x) = x. If f is monic, use IsAdjoinRootMonic.modByMonicHom for a unique choice of representative.

Defined in
Mathlib.RingTheory.IsAdjoinRoot
Cited by
11 results in Mathlib
Foundations
Depth 108 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommRingRingAlgebra

Around this declaration

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

Cites5

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

  • CommRingstatement and proof · cited by 17,173
  • Algebrastatement and proof · cited by 11,388
  • Ringstatement and proof · cited by 7,463
  • Polynomialstatement and proof · cited by 5,681
  • IsAdjoinRootstatement and proof · cited by 61

Cited by13

Results whose statement or proof uses this declaration.