I am currently working on describing a predicate logic for which the objects are mathematical variables. Thus I can say stuff like:
$\forall x: R(x) \implies \text{operator}(x)=1$
Here $x$ is a logical variable ranging over all mathematical variables in the domain and the equality operator $=$ is the mathematical equality, not the logical equality and $\text{operator}$ is the operator I am looking for (see below).
On the other hand I can say stuff like:
$\forall x,y: (R(x) \land R(y)) \implies x \not\equiv y$
whereby I mean that $x$ and $y$ denote different mathematical variables, not that the variables are different in value.
However, now I want to introduce a mathematical function which works on a mathematical value, given a mathematical variable. Therefore I need some kind of operator which, given a variable, returns the value.
$\text{operator}(x)$
What would be a logical name or symbol for such an operator?