Skip to content

Commit b0eacc0

Browse files
mattrobballstaroperator
authored andcommitted
chore(LinearAlgebra.PiTensorProduct): restore syntax and remove comment (leanprover-community#28058)
Remove a comment from a minor adaptation note with leanprover-community#8386 and restore the original syntax.
1 parent 0f4ee4b commit b0eacc0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Mathlib/LinearAlgebra/PiTensorProduct.lean

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -782,8 +782,7 @@ def isEmptyEquiv [IsEmpty ι] : (⨂[R] i : ι, s i) ≃ₗ[R] R where
782782
left_inv x := by
783783
refine x.induction_on ?_ ?_
784784
· intro x y
785-
-- Note: https://github.com/leanprover-community/mathlib4/pull/8386 had to change `map_smulₛₗ` into `map_smulₛₗ _`
786-
simp only [map_smulₛₗ _, RingHom.id_apply, lift.tprod, constOfIsEmpty_apply, const_apply,
785+
simp only [map_smulₛₗ, RingHom.id_apply, lift.tprod, constOfIsEmpty_apply, const_apply,
787786
smul_eq_mul, mul_one]
788787
congr
789788
aesop

0 commit comments

Comments
 (0)