finite essentially uninterpreted

"Finite essentially uninterpreted" (FEU) is a logical fragment of first-order logic that extends EPR with

Example:

As an example, this set of formulas is in the FEU fragment, where f, g and h are functions over integers:

g(X, Y) = 0 | h(Y) = 0
g(f(X), b) + 1 <= f(X)
h(b) = 1
f(a) = 0

The equality predicate on integers is also considered interpreted here. Since X and Y occur only under uninterpreted functions f, g, h (and as the reader can confirm, the relevant vocabularies are finite) the conjunction of these formulas is in FEU.

Ivy checks this condition and will report cases of variables occurring under interpreted operators, with the exception of cases allowed by the slightly-larger fragment FAU.