Theorems · Definition · commutative algebra
PowerBasis.equivOfRoot
{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) →
(pb' : PowerBasis A S') →
(Polynomial.aeval pb.gen) (minpoly A pb'.gen) = 0 →
(Polynomial.aeval pb'.gen) (minpoly A pb.gen) = 0 → S ≃ₐ[A] S'pb.equivOfRoot pb' h₁ h₂ is an equivalence of algebras with the same power basis,
where "the same" means that pb is a root of pb's minimal polynomial and vice versa.
See also PowerBasis.equivOfMinpoly which takes the hypothesis that the
minimal polynomials are identical.
- Defined in
- Mathlib.RingTheory.PowerBasis
- Cited by
- 6 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.
Cites13
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
- Ringstatement and proof · cited by 7,463
- Polynomialstatement · cited by 5,681
- AlgHomstatement · cited by 3,236
- AlgEquivstatement · cited by 1,681
- 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
- AlgEquiv.ofAlgHomproof · cited by 13
Cited by7
Results whose statement or proof uses this declaration.
- PowerBasis.equivOfMinpolyproof · cited by 8
- PowerBasis.equivOfRoot_aevalstatement · cited by 2
- PowerBasis.equivOfRoot_genstatement · cited by 1
- PowerBasis.equivOfRoot_mapstatement · cited by 1
- PowerBasis.equivOfRoot.congr_simpstatement and proof · cited by 0
- PowerBasis.equivOfRoot_applystatement and proof · cited by 0
- PowerBasis.equivOfRoot_symmstatement · cited by 0