logic

Definition

Formula

A formula is a well-formed expression of a formal language that can be evaluated to a truth value.

In first-order logic, formulas are built from terms, predicates, logical connectives, and quantifiers.

Satisfaction

Satisfaction Set

Definition

Formula Satisfaction Set

Let be a formula and let be the set of all variable assignments. The formula satisfaction set of is the set of all assignments under which is true:

In other words, contains exactly the assignments that satisfy .

Link to original