Theorems · Theorem · linear algebra
LinearMap.BilinForm.IsSymm.polarization
∀ {M : Type u_2} [inst : AddCommMonoid M] {R : Type u_8} [inst_1 : Field R] [NeZero 2] [inst_3 : Module R M]
{B : LinearMap.BilinForm R M} (x y : M), B.IsSymm → (B x) y = ((B (x + y)) (x + y) - (B x) x - (B y) y) / 2Polarization identity: a symmetric bilinear form can be expressed through the values it takes on the diagonal.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 46 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
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 · cited by 18,349
- AddCommMonoidstatement and proof · cited by 12,281
- LinearMapstatement · cited by 10,215
- Fieldstatement and proof · cited by 7,404
- mul_oneproof · cited by 3,885
- add_zeroproof · cited by 2,707
- mul_assocproof · cited by 1,667
- map_addproof · cited by 964
- pow_oneproof · cited by 894
- LinearMap.BilinFormstatement and proof · cited by 501
Cited by1
Results whose statement or proof uses this declaration.
- LinearMap.BilinForm.ext_of_isSymmproof · cited by 3