Zulip Chat Archive

Stream: maths

Topic: Antiholomorphic functions


Yury G. Kudryashov (Jan 26 2026 at 16:28):

Should we generalize (parts of) the HasFDerivAt machinery to allow semilinear maps, so that we can talk about derivatives of antiholomorphic functions?

Sébastien Gouëzel (Jan 26 2026 at 16:42):

You can already talk about derivatives of antiholomorphic functions, by looking at the real derivative. To me that's the standard way to do things, and it's the way it's done in textbooks. Is that blocking you somewhere?

Yury G. Kudryashov (Jan 26 2026 at 16:42):

The question is motivated by @David Loeffler 's #34402 but the PR review isn't blocked on this decision.

Yury G. Kudryashov (Jan 26 2026 at 16:44):

The PR talks about these derivatives using HasFDerivAt over reals, and I thought that having HasFDerivAt with σ\sigma may be a more natural way to do it.

Yury G. Kudryashov (Jan 26 2026 at 16:45):

But probably you're right, and we should continue using real derivatives until we're forced to change this (not sure if it will ever happen).

David Loeffler (Jan 26 2026 at 16:53):

In the PR #34402, it is the real deriv we ultimately need anyway, since the aim is to evaluate the Jacobian in the change-of-variables formula.

David Loeffler (Jan 26 2026 at 16:54):

(Similar things have come up before in modular forms stuff, see e.g. HasFDerivAt.star_star.)


Last updated: Feb 28 2026 at 14:05 UTC