Commit 2025-02-10 17:54 5060a30b
View on Github →chore(Data/Complex): declare the Complex norm instance sooner (#21494)
Create the file Data/Complex/Norm
with the minimal imports so that Complex.norm
could be defined and related to Complex.abs
.
Move to Data/Complex/Norm
all the results from Analysis/Complex/Basic.lean
, where Complex.norm
was defined, that depends only on the imports of Data/Complex/Norm
.