logic

Definition

Term

A term is a syntactic expression in first-order logic that represents an object in the universe. Terms are defined inductively over a signature and a set of variables :

  1. Every variable is a term.
  2. Every constant is a term.
  3. If is an -ary function symbol and are terms, then is a term.

Semantics

The meaning of a term is determined by the valuation function , which maps the term to an element of the universe .

Terms vs. Formulas

Terms represent objects (e.g., , ), whereas formulas represent statements that can be true or false (e.g., , ).