Mathlib Map

Theorems · Theorem · linear algebra

LinearMap.BilinForm.isSymm_toMatrix_iff_isSymm

∀ {R₁ : Type u_1} {M₁ : Type u_2} [inst : CommSemiring R₁] [inst_1 : AddCommMonoid M₁] [inst_2 : Module R₁ M₁]
  {n : Type u_5} [inst_3 : Fintype n] [inst_4 : DecidableEq n] (b : Module.Basis n R₁ M₁)
  {B : LinearMap.BilinForm R₁ M₁}, ((LinearMap.BilinForm.toMatrix b) B).IsSymm ↔ B.IsSymm
Defined in
Mathlib.LinearAlgebra.Matrix.BilinearForm
Cited by
2 results in Mathlib
Foundations
Depth 91 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommSemiringAddCommMonoidModuleFintypeDecidableEq

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites17

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by2

Results whose statement or proof uses this declaration.