Theorems · Theorem · commutative algebra
PowerBasis.leftMulMatrix
∀ {S : Type u_2} [inst : Ring S] {A : Type u_4} [inst_1 : CommRing A] [inst_2 : Algebra A S] (pb : PowerBasis A S),
(Algebra.leftMulMatrix pb.basis) pb.gen =
Matrix.of fun i j => if ↑j + 1 = pb.dim then -pb.minpolyGen.coeff ↑i else if ↑i = ↑j + 1 then 1 else 0- Defined in
- Mathlib.RingTheory.PowerBasis
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 112 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites49
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
- Equivstatement · cited by 8,337
- Ringstatement and proof · cited by 7,463
- Finset.sumproof · cited by 5,195
- Matrixstatement and proof · cited by 4,303
- Finset.univproof · cited by 3,473
- LinearEquivproof · cited by 3,317
- AlgHomstatement · cited by 3,236
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.