We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 768d038 commit dc52315Copy full SHA for dc52315
Mathlib/Analysis/InnerProductSpace/PiL2.lean
@@ -216,7 +216,7 @@ section restrict₂
216
217
variable {I J : Finset ι'}
218
219
-/-- The restriction from `EuclideanSpace 𝕜 J` to `EuclideanSpace κ I` when `I ⊆ J`. -/
+/-- The restriction from `EuclideanSpace 𝕜 J` to `EuclideanSpace 𝕜 I` when `I ⊆ J`. -/
220
noncomputable
221
def restrict₂ (hIJ : I ⊆ J) :
222
EuclideanSpace 𝕜 J →L[𝕜] EuclideanSpace 𝕜 I where
0 commit comments