What is the preferred notation for expressing the first $x$ where $f(x)$ is greater than a threshold $t$. This is similar to $\arg\max$ notation but instead of max, I want the first $x$ where $f(x)$ is greater than $t$.
Tell me more
×
Mathematics Stack Exchange is a question and answer site for
people studying math at any level and professionals in related fields. It's 100% free, no registration required.
|
I don't think there's a standard notation for this concept specifically, but one could express it as $$\inf f^{-1}((t,\infty)).$$ Alternately, as Henning points out below, we could write $$\min\{x\mid f(x)>t\},$$ which is indeed significantly clearer. Note that using $\inf$ instead of $\min$ guarantees the quantity exists, but we may not actually have $f(a)>t$ where $a=\inf\{x\mid f(x)>t\}$. |
|||||||||||||||
|
|
My prefered notation for the first $x$ where $f(x)$ greater than $t$ is “the first x where f(x) greater than t”. |
|||
|
|