Assume you have defined variables $A$, $B$ and $C$ in the text. There is also a defined function $f$ that applies on those variables. In addition you may have some variables such as $\kappa_A$, $\kappa_B$ and etc.
The question is, how to best express $f$ and $\kappa$ without repeating it for the three variables. I mean, I was thinking of the following solution but maybe you have a better suggestion:
"...we have $f(A)$, $f(B)$, and $f(C)$. Also we have $\kappa_A$, $\kappa_B$, and $\kappa_C$ where $f([.])$ and $\kappa_{[.]}$ are ...."
Also somebody suggested this "...where $f(\ast)$ and $\kappa_{\ast}$.