Theorems · Definition · commutative algebra
PowerBasis.liftEquiv
{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) → (S →ₐ[A] S') ≃ { y // (Polynomial.aeval y) (minpoly A pb.gen) = 0 }pb.liftEquiv states that roots of the minimal polynomial of pb.gen correspond to
maps sending pb.gen to that root.
This is the bundled equiv version of PowerBasis.lift.
If the codomain of the AlgHoms is an integral domain, then the roots form a multiset,
see liftEquiv' for the corresponding statement.
- Defined in
- Mathlib.RingTheory.PowerBasis
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 129 from the axioms · uses propext, Classical.choice, Quot.sound
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.
- DFunLike.coestatement and proof · cited by 62,936
- CommRingstatement and proof · cited by 17,173
- Algebrastatement and proof · cited by 11,388
- Equivstatement · cited by 8,337
- Ringstatement and proof · cited by 7,463
- Polynomialstatement · cited by 5,681
- AlgHomstatement and proof · cited by 3,236
- Polynomial.aevalstatement and proof · cited by 615
- minpolystatement and proof · cited by 439
- PowerBasis.genstatement and proof · cited by 122
- PowerBasisstatement and proof · cited by 115
- PowerBasis.liftproof · cited by 9
Cited by5
Results whose statement or proof uses this declaration.
- PowerBasis.liftEquiv'proof · cited by 5
- IsPrimitiveRoot.embeddingsEquivPrimitiveRootsproof · cited by 3
- Algebra.FormallyEtale.of_isSeparable_auxproof · cited by 1
- PowerBasis.liftEquiv_symm_applystatement and proof · cited by 1
- PowerBasis.liftEquiv_apply_coestatement and proof · cited by 0