PhysLean Documentation

PhysLean.Mathematics.Trigonometry.Tanh

Properties of Tanh #

We want to prove that the reflectionless potential is a Schwartz map. This means proving that pointwise multiplication of a Schwartz map with tanh is a Schwartz map. This means we need to prove that all derivatives of tanh are bounded and continuous, so that the nth derivative of a function multiplied by tanh decays faster than any polynomial.

TODO #

theorem tanh_lt_one (x : ) :

tanh(x) is less than 1 for all x

theorem minus_one_lt_tanh (x : ) :

tanh(x) is greater than -1 for all x

theorem abs_tanh_lt_one (x : ) :

The absolute value of tanh is bounded by 1

theorem deriv_tanh (x : ) :
deriv Real.tanh = fun (x : ) => 1 - Real.tanh x ^ 2

The derivative of tanh(x) is 1 - tanh(x)^2

theorem contDiff_tanh {n : } :

Tanh(x) is n times continuously differentiable for all n

The nth derivative of Tanh(x) is a polynomial of Tanh(x)