Theorems · Theorem · functional analysis
inner_map_polarization
∀ {V : Type u_4} [inst : SeminormedAddCommGroup V] [inst_1 : InnerProductSpace ℂ V] (T : V →ₗ[ℂ] V) (x y : V),
inner ℂ (T y) x =
(inner ℂ (T (x + y)) (x + y) - inner ℂ (T (x - y)) (x - y) +
Complex.I * inner ℂ (T (x + Complex.I • y)) (x + Complex.I • y) -
Complex.I * inner ℂ (T (x - Complex.I • y)) (x - Complex.I • y)) /
4A complex polarization identity, with a linear map.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 163 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites26
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
- RingHom.idstatement and proof · cited by 18,349
- LinearMapstatement and proof · cited by 10,215
- Complexstatement and proof · cited by 5,565
- InnerProductSpacestatement and proof · cited by 3,523
- one_mulproof · cited by 2,841
- SeminormedAddCommGroupstatement and proof · cited by 2,671
- Inner.innerstatement and proof · cited by 1,089
- map_addproof · cited by 964
- neg_negproof · cited by 960
- Complex.Istatement and proof · cited by 866
- mul_negproof · cited by 590
Cited by2
Results whose statement or proof uses this declaration.
- inner_map_self_eq_zeroproof · cited by 1
- LinearMap.isSymmetric_iff_inner_map_self_realproof · cited by 0