Are there are there any real-values functions $f(t)$ other than $f=t,1/t$ and $\pm 1$ such that $f(t)f(t^{-1})=1$ for $t>0$?
2026-03-25 20:59:49.1774472389
Functions that take out the inverse operation
40 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
$f(t) = \frac{1}{t}$.
Lots of others if you don't require continuity.
Expanded answer.
Xifei Auto mentions another class of answers but there are even more.
Pick any function defined on $[1, \infty)$ with $f(1) = 1$ and then extend the definition to $(0, 1)$ with your required relationship.
If the original function is continuous then the extended one will be continuous as well.
Here is a non-continuous example:
$$ f(t) = \begin{cases} \frac{1}{2} & \text{if $t \in (0,1)$} \\ 1 & \text{if $t = 1$} \\ 2 & \text{if $t \in (1,\infty)$} \\ \end{cases} $$
Of course, you can put any crazy stuff you liked in the last case and matching reciprocal stuff in the first.
Another crazier example:
$$ f(t) = \begin{cases} 1 & \text{if $t = 1$} \\ \frac{1}{2} & \text{if $t \in (0,1) \land t \in \mathbb{Q}$} \\ \frac{1}{3} & \text{if $t \in (0,1) \land t \notin \mathbb{Q}$} \\ 2 & \text{if $t \in (1,\infty) \land t \in \mathbb{Q}$} \\ 3 & \text{if $t \in (1,\infty) \land t \notin \mathbb{Q}$} \\ \end{cases} $$
If the original function on $[1, \infty)$ is differentiable then the extended function is also differentiable.