Theorems · Theorem · commutative algebra
Algebra.discr_of_matrix_mulVec
∀ {A : Type u} {B : Type v} {ι : Type w} [inst : DecidableEq ι] [inst_1 : CommRing A] [inst_2 : CommRing B]
[inst_3 : Algebra A B] [inst_4 : Fintype ι] (b : ι → B) (P : Matrix ι ι A),
Algebra.discr A ((P.map ⇑(algebraMap A B)).mulVec b) = P.det ^ 2 * Algebra.discr A bRelation between Algebra.discr A ι b and
Algebra.discr A ((P.map (algebraMap A B)) *ᵥ b).
- Defined in
- Mathlib.RingTheory.Discriminant
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 96 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites20
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
- RingHomstatement · cited by 10,189
- Fintypestatement and proof · cited by 7,736
- Algebra.algebraMapstatement and proof · cited by 4,706
- Matrixstatement and proof · cited by 4,303
- mul_commproof · cited by 2,262
- mul_assocproof · cited by 1,667
- Matrix.detstatement and proof · cited by 665
- Matrix.transposeproof · cited by 389
- Matrix.mulVecstatement and proof · cited by 267
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.