Nested FOL formulae

64 Views Asked by At

Is there a GENERAL FOL formulae to represent nested expression?

Example:

A(x) ∧ B(x) ∧ (C(x) ∨ D(x) ∨ ( ¬ E(x) ∧ F(x) ) ∨ G(x) ) ∧ ¬ H(x)