Skip to content

Commit 830574c

Browse files
committed
1
1 parent 13881b1 commit 830574c

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

QCLib/LinearAlgebra/StdBasis-dg-test.lean

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,7 @@ example [CommMonoid α] (f : (i : ι) → EuclideanSpace α (l i)) (j) :
110110

111111
-- remove? geometrically, the all-ones vector isn't distinguished in an l2 space.
112112
@[simp]
113-
theorem piOuterProduct_one [CommMonoid α] :
114-
(⨂ i, (WithLp.toLp 2 (1 : l i → α) : EuclideanSpace α (l i)))
115-
= (WithLp.toLp 2 (1 : (Π i, l i) → α) : EuclideanSpace α (Π i, l i)) := by
113+
theorem piOuterProduct_one [CommMonoid α] : (⨂ i, (1 : EuclideanSpace α (l i))) = 1 := by
116114
apply ext
117115
simp
118116

0 commit comments

Comments
 (0)