Theorems · Theorem · functional analysis
inner_smul_right_eq_smul
∀ {𝕜 : Type u_1} {E : Type u_2} [inst : RCLike 𝕜] [inst_1 : SeminormedAddCommGroup E] [inst_2 : InnerProductSpace 𝕜 E]
{𝕝 : Type u_4} [inst_3 : CommSemiring 𝕝] [inst_4 : StarRing 𝕝] [inst_5 : Algebra 𝕝 𝕜] [inst_6 : Module 𝕝 E]
[IsScalarTower 𝕝 𝕜 E] [StarModule 𝕝 𝕜] (x y : E) (r : 𝕝), inner 𝕜 x (r • y) = r • inner 𝕜 x ySee inner_smul_right for the common special when 𝕜 = 𝕝.
- Defined in
- Mathlib.Analysis.InnerProductSpace.Basic
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 48 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites18
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Modulestatement and proof · cited by 20,661
- Algebrastatement and proof · cited by 11,388
- CommSemiringstatement and proof · cited by 10,911
- IsScalarTowerstatement and proof · cited by 3,896
- InnerProductSpacestatement and proof · cited by 3,523
- RCLikestatement and proof · cited by 2,829
- SeminormedAddCommGroupstatement and proof · cited by 2,671
- StarRingstatement and proof · cited by 1,686
- Inner.innerstatement and proof · cited by 1,089
- Star.starproof · cited by 1,082
- starRingEndproof · cited by 671
Cited by3
Results whose statement or proof uses this declaration.
- inner_smul_rightproof · cited by 68
- MeasureTheory.L2.inner_indicatorConstLp_indicatorConstLpproof · cited by 2
- RCLike.wInner_smul_rightproof · cited by 0