Commit 2023-05-29 05:29 cfaaf51b
View on Github →feat: port Analysis.InnerProductSpace.PiL2 (#4420)
Some theorems in Analysis.InnerProductSpace.Basic, such as Orthonormal.inner_right_finsupp, accidentally gained a new DecidableEq hypothesis during the port. This removes the hypothesis by using classical! instead of classical in their proofs.