Theorems · Theorem · functional analysis
OrthogonalFamily.eq_ite
∀ {𝕜 : Type u_1} {E : Type u_2} [inst : RCLike 𝕜] [inst_1 : SeminormedAddCommGroup E] [inst_2 : InnerProductSpace 𝕜 E]
{ι : Type u_4} {G : ι → Type u_5} [inst_3 : (i : ι) → NormedAddCommGroup (G i)]
[inst_4 : (i : ι) → InnerProductSpace 𝕜 (G i)] {V : (i : ι) → G i →ₗᵢ[𝕜] E},
OrthogonalFamily 𝕜 G V →
∀ [inst_5 : DecidableEq ι] {i j : ι} (v : G i) (w : G j),
inner 𝕜 ((V i) v) ((V j) w) = if i = j then inner 𝕜 ((V i) v) ((V j) w) else 0- Cited by
- 3 results in Mathlib
- Foundations
- Depth 47 from the axioms · uses propext, 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.
- DFunLike.coestatement and proof · cited by 62,936
- RingHom.idstatement and proof · cited by 18,349
- NormedAddCommGroupstatement and proof · cited by 15,752
- InnerProductSpacestatement and proof · cited by 3,523
- RCLikestatement and proof · cited by 2,829
- SeminormedAddCommGroupstatement and proof · cited by 2,671
- Inner.innerstatement and proof · cited by 1,089
- LinearIsometrystatement and proof · cited by 194
- OrthogonalFamilystatement and proof · cited by 48
Cited by3
Results whose statement or proof uses this declaration.
- OrthogonalFamily.inner_right_dfinsuppproof · cited by 1
- OrthogonalFamily.inner_sumproof · cited by 1
- OrthogonalFamily.inner_right_fintypeproof · cited by 0