Theorems · Theorem · functional analysis
RCLike.wInner_add_right
∀ {ι : Type u_1} {𝕜 : Type u_3} {E : ι → Type u_4} [inst : Fintype ι] [inst_1 : RCLike 𝕜]
[inst_2 : (i : ι) → SeminormedAddCommGroup (E i)] [inst_3 : (i : ι) → InnerProductSpace 𝕜 (E i)] (w : ι → ℝ)
(f g₁ g₂ : (i : ι) → E i), ⟪f, g₁ + g₂⟫_[𝕜, w] = ⟪f, g₁⟫_[𝕜, w] + ⟪f, g₂⟫_[𝕜, w]- Defined in
- Mathlib.Analysis.RCLike.Inner
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 167 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement and proof · cited by 25,697
- Fintypestatement and proof · cited by 7,736
- Finset.sumproof · cited by 5,195
- InnerProductSpacestatement and proof · cited by 3,523
- Finset.univproof · cited by 3,473
- RCLikestatement and proof · cited by 2,829
- SeminormedAddCommGroupstatement and proof · cited by 2,671
- Finset.sum_congrproof · cited by 2,323
- Inner.innerproof · cited by 1,089
- smul_addproof · cited by 263
- Finset.sum_add_distribproof · cited by 131
- RCLike.wInnerstatement · cited by 33
Cited by1
Results whose statement or proof uses this declaration.
- RCLike.wInner_sub_rightproof · cited by 0