Sometimes when doing exercises I find myself trying to solve the next "equation" (I dont know a better name):
$$f(x)\operatorname{@} g(x),\quad\forall x\in A\tag{1}$$
where $\operatorname{@}$ is the unknown, and it represent a kind of relation, generally an order relation (sometimes an equivalence relation), and $f$ and $g$ are functions. A solution to $(1)$ exists when some relation, from a predefined set of relations, holds for all $x\in A$ (sometimes I found myself writing $\sim$ instead of $\operatorname{@}$ but this can be confused with the use of $\sim$ as an equivalence relation).
There is some more standard notation for these kind of "equations"? There is a formal term to express it instead of the informal term "equation" that I had used here?
To me, I would take it as a "predicate" regardless of how logicians would call it. What do we mean to solve the equation $3x = 5$ in the real numbers? We mean to find a real number $x$ such that $3x = 5$; in plain language, we mean to find a real number to which the predicate "$3$ times it equaling $5$" is applicable. In a similar spirit, to solve $f @ g$ on $A$ for $@$ in a given set $M$ means to find some $@ \in M$ such that $f@g$ on $A$; this means to find some point of $M$ to which the predicate "$f$ 'the point' $g$ on $A$" is applicable.