Theorems · Theorem · number theory
QuadraticForm.toMatrix_comp
∀ {R : Type u_3} {N : Type u_5} {P : Type u_6} {n : Type w} [inst : Fintype n] [inst_1 : DecidableEq n]
[inst_2 : CommRing R] [inst_3 : Invertible 2] [inst_4 : AddCommGroup N] [inst_5 : Module R N] (b : Module.Basis n R N)
{m : Type w} [inst_6 : DecidableEq m] [inst_7 : Fintype m] [inst_8 : AddCommGroup P] [inst_9 : Module R P]
(b' : Module.Basis m R P) (Q : QuadraticForm R P) (f : N →ₗ[R] P),
QuadraticForm.toMatrix b (QuadraticMap.comp Q f) =
((LinearMap.toMatrix b b') f).transpose * QuadraticForm.toMatrix b' Q * (LinearMap.toMatrix b b') f- Cited by
- 1 results in Mathlib
- Foundations
- Depth 91 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites22
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
- Modulestatement and proof · cited by 20,661
- RingHom.idstatement and proof · cited by 18,349
- CommRingstatement and proof · cited by 17,173
- AddCommGroupstatement and proof · cited by 12,871
- AddCommMonoidproof · cited by 12,281
- LinearMapstatement and proof · cited by 10,215
- Fintypestatement and proof · cited by 7,736
- Matrixstatement · cited by 4,303
- LinearEquivstatement · cited by 3,317
- Module.Basisstatement and proof · cited by 1,477
- Invertiblestatement and proof · cited by 549
Cited by1
Results whose statement or proof uses this declaration.
- QuadraticForm.discr_compproof · cited by 0