Theorems · Definition · commutative algebra
PowerBasis.lift
{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') → (Polynomial.aeval y) (minpoly A pb.gen) = 0 → S →ₐ[A] S'pb.lift y hy is the algebra map sending pb.gen to y,
where hy states the higher powers of y are the same as the higher powers of pb.gen.
See PowerBasis.liftEquiv for a bundled equiv sending ⟨y, hy⟩ to the algebra map.
- Defined in
- Mathlib.RingTheory.PowerBasis
- Cited by
- 9 results in Mathlib
- Foundations
- Depth 126 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- RingHom.idproof · cited by 18,349
- CommRingstatement and proof · cited by 17,173
- Algebrastatement and proof · cited by 11,388
- LinearMapproof · cited by 10,215
- Ringstatement and proof · cited by 7,463
- Polynomialstatement · cited by 5,681
- AlgHomstatement · cited by 3,236
- Polynomial.aevalstatement and proof · cited by 615
- minpolystatement and proof · cited by 439
- AddHom.toFunproof · cited by 168
- LinearMap.toAddHomproof · cited by 165
Cited by12
Results whose statement or proof uses this declaration.
- AdjoinRoot.equiv'proof · cited by 9
- PowerBasis.equivOfRootproof · cited by 6
- PowerBasis.lift_genstatement · cited by 4
- PowerBasis.liftEquivproof · cited by 3
- PowerBasis.lift_aevalstatement · cited by 2
- PowerBasis.liftEquiv_symm_applystatement · cited by 1
- Algebra.discr_powerBasis_eq_normproof · cited by 1
- AdjoinRoot.equiv'_symm_applystatement · cited by 1
- AdjoinRoot.equiv'_symm_toAlgHomstatement · cited by 0
- PowerBasis.lift.congr_simpstatement and proof · cited by 0
- PowerBasis.equivOfMinpoly_applystatement · cited by 0
- PowerBasis.equivOfRoot_applystatement · cited by 0