Zulip Chat Archive

Stream: Is there code for X?

Topic: Real DifferentiableAt of cpow?


Alex Kontorovich (Apr 04 2024 at 12:45):

We have docs#Real.differentiableAt_rpow_const_of_ne but we seem not to have something like this, is that right?

import Mathlib

theorem Real.differentiableAt_cpow_const_of_ne (s : ) {x : } (hx : x  0) :
    DifferentiableAt  (fun (x : ) => (x : ) ^ s) x := by
  sorry

Floris van Doorn (Apr 04 2024 at 14:39):

docs#hasDerivAt_ofReal_cpow is close, but it is formulated in an inconvenient way.


Last updated: May 02 2025 at 03:31 UTC