Skip to content

Commit

Permalink
Revert analysis/normed_space/inner_product
Browse files Browse the repository at this point in the history
  • Loading branch information
mans0954 committed Sep 5, 2021
1 parent bfab166 commit bdc242b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/analysis/normed_space/inner_product.lean
Expand Up @@ -379,7 +379,7 @@ end
variables [inner_product_space 𝕜 E] [inner_product_space ℝ F]
local notation `⟪`x`, `y`⟫` := @inner 𝕜 _ _ x y
local notation `IK` := @is_R_or_C.I 𝕜 _
local notation `absR` := abs
local notation `absR` := has_abs.abs
local notation `absK` := @is_R_or_C.abs 𝕜 _
local postfix `†`:90 := @is_R_or_C.conj 𝕜 _
local postfix `⋆`:90 := complex.conj
Expand Down

0 comments on commit bdc242b

Please sign in to comment.