Mathlib Map

Theorems · Theorem · linear algebra

LinearMap.BilinForm.apply_toDual_symm_apply

∀ {V : Type u_5} {K : Type u_6} [inst : Field K] [inst_1 : AddCommGroup V] [inst_2 : Module K V]
  [inst_3 : FiniteDimensional K V] {B : LinearMap.BilinForm K V} {hB : B.Nondegenerate} (f : Module.Dual K V) (v : V),
  (B ((B.toDual hB).symm f)) v = f v
Defined in
Mathlib.LinearAlgebra.BilinearForm.Properties
Cited by
1 results in Mathlib
Foundations
Depth 122 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
FieldAddCommGroupModuleFiniteDimensional

Around this declaration

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

Cites14

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

Cited by1

Results whose statement or proof uses this declaration.