Mathlib Map

Theorems · Theorem · commutative algebra

PowerBasis.lift_aeval

∀ {S : Type u_2} [inst : Ring S] {A : Type u_4} [inst_1 : CommRing A] [inst_2 : Algebra A S] {S' : Type u_7}
  [inst_3 : Ring S'] [inst_4 : Algebra A S'] (pb : PowerBasis A S) (y : S')
  (hy : (Polynomial.aeval y) (minpoly A pb.gen) = 0) (f : Polynomial A),
  (pb.lift y hy) ((Polynomial.aeval pb.gen) f) = (Polynomial.aeval y) f
Defined in
Mathlib.RingTheory.PowerBasis
Cited by
2 results in Mathlib
Foundations
Depth 127 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
RingCommRingAlgebraRingAlgebra

Around this declaration

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

Cites12

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.