Zulip Chat Archive

Stream: Is there code for X?

Topic: Analysis.NormedSpace.logarithm?


Siddharth Bhat (Dec 15 2023 at 18:37):

In a discussion with @Eric Wieser , where I wanted to compute square roots of unit quaternions, it was drawn to my attention that Analysis.NormedSpace.logarithm is missing?

  • Is there a different way to compute and reason with quaternion square roots in mathlib as of today?
  • Does the "standard power series" for log(1 + x) just work for banach algebras? Does it get more subtle?

Michael Stoll (Dec 15 2023 at 18:40):

I'm about to PR stuff that would lead to the power series for the complex log. Not sure if that would help.

Siddharth Bhat (Dec 15 2023 at 18:41):

Does it build the general theory for banach algebras and then specialize to C\mathbb C? If so, I hope it will "just work " for quaternions!

Eric Wieser (Dec 15 2023 at 18:41):

I doubt it; we don't even do that for docs#Complex.exp

Michael Stoll (Dec 15 2023 at 18:42):

You can look at this file and try to figure out whether it generalizes.


Last updated: Dec 20 2023 at 11:08 UTC