Inverse of the cosh function #
In this file we define an inverse of cosh as a function from [0, ∞) to [1, ∞).
Main definitions #
Real.arcosh: An inverse function ofReal.coshas a function from [0, ∞) to [1, ∞).
Main Results #
Real.cosh_arcosh,Real.arcosh_cosh: cosh and arcosh are inverse in the appropriate domains.
Tags #
arcosh, arccosh, argcosh, acosh
This holds for Ioi 0 instead of only Ici 1 due to junk values.
Real.cosh as a PartialEquiv.
Equations
- Real.coshPartialEquiv = { toFun := Real.cosh, invFun := Real.arcosh, source := Set.Ici 0, target := Set.Ici 1, map_source' := ⋯, map_target' := ⋯, left_inv' := ⋯, right_inv' := ⋯ }