Theorems · Theorem · functional analysis
TensorProduct.ext_iff_inner_right
∀ {𝕜 : Type u_1} {E : Type u_2} {F : Type u_3} [inst : RCLike 𝕜] [inst_1 : NormedAddCommGroup E]
[inst_2 : InnerProductSpace 𝕜 E] [inst_3 : NormedAddCommGroup F] [inst_4 : InnerProductSpace 𝕜 F]
{x y : TensorProduct 𝕜 E F}, x = y ↔ ∀ (a : E) (b : F), inner 𝕜 x (a ⊗ₜ[𝕜] b) = inner 𝕜 y (a ⊗ₜ[𝕜] b)Given x, y : E ⊗ F, x = y iff ⟪x, a ⊗ₜ b⟫ = ⟪y, a ⊗ₜ b⟫ for all a, b.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 244 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- NormedAddCommGroupstatement and proof · cited by 15,752
- InnerProductSpacestatement and proof · cited by 3,523
- RCLikestatement and proof · cited by 2,829
- TensorProductstatement and proof · cited by 2,545
- TensorProduct.tmulstatement and proof · cited by 1,182
- Inner.innerstatement and proof · cited by 1,089
- TensorProduct.ext'proof · cited by 39
- ContinuousLinearMap.coe_injproof · cited by 11
- innerSL_injproof · cited by 2
Cited by1
Results whose statement or proof uses this declaration.
- TensorProduct.ext_iff_inner_leftproof · cited by 0