[Math] Linear Arithmetic – why calling it linear

arithmetic

This might sound like a stupid question, but I could not figure out, why Linear Arithmetic is called linear.

Linear Arithmetic often comes in play when talking about SMT Solving. For example, in this PDF linear arithmetic is defined as formulas using $=$, $\leq$, $<$ within the atoms. Somethink like 3*x_1 + 2*x_2 ≤ 5*x_3 is a linear arithmetic formula.

Because of which property is this arithmetic called linear?

Best Answer

It seems that linear in that document is related to linear programming, which is optimization with linear constraints.

Related Question