You have 3 free guides left 😟
Unlock your guides
You have 3 free guides left 😟
Unlock your guides

3.2 Semantics, models, and interpretations

3 min readaugust 7, 2024

First-order logic helps us reason about objects and their relationships. In this section, we'll explore how models and interpretations give meaning to logical statements. We'll see how domains define what we're talking about and how interpretations assign specific meanings.

We'll also dive into semantics and , which tell us when statements are true. We'll learn about and logical consequence, which help us determine when arguments are sound. These concepts are crucial for understanding how first-order logic works in practice.

Models and Interpretations

Defining the Domain and Interpretation

Top images from around the web for Defining the Domain and Interpretation
Top images from around the web for Defining the Domain and Interpretation
  • Domain of discourse specifies the set of objects that are being reasoned about in a particular context
    • Can be any non-empty set (integers, real numbers, people, countries)
    • Provides a universe for the quantifiers \forall (for all) and \exists (there exists) to range over
  • function assigns meaning to the non-logical symbols in a first-order language
    • Maps constant symbols to elements of the domain
    • Maps function symbols to actual functions on the domain
    • Maps predicate symbols to relations on the domain

Models as Instantiations of a Theory

  • Model is a structure that provides a concrete interpretation of a first-order theory
    • Consists of a domain of discourse together with an interpretation function
    • Essentially an instantiation or "possible world" in which the theory could be realized
  • Truth valuation determined by a model assigns truth values (true or false) to each sentence in the language
    • Determined recursively based on the interpretation of the non-logical symbols and the meanings of the logical connectives and quantifiers
    • A sentence is true in a model if it holds under the interpretation provided by that model

Semantics and Satisfaction

Evaluating Truth in First-Order Logic

  • Satisfaction is the key notion for defining truth in first-order logic
    • A formula ϕ(x1,,xn)\phi(x_1, \ldots, x_n) is satisfied by a sequence of elements a1,,ana_1, \ldots, a_n from the domain if ϕ\phi becomes true when each xix_i is interpreted as aia_i
    • A sentence (formula with no free variables) is true in a model if it is satisfied by every sequence of elements
  • "Tarski's truth definition" recursively defines truth based on satisfaction
    • Atomic formulas are true if the corresponding relation holds of the elements assigned to the terms
    • Compound formulas built using \land, \lor, \rightarrow, ¬\neg are evaluated based on truth tables
    • xϕ(x)\forall x \, \phi(x) is true if ϕ(a)\phi(a) is satisfied for every element aa in the domain
    • xϕ(x)\exists x \, \phi(x) is true if ϕ(a)\phi(a) is satisfied for at least one element aa in the domain

Validity and Logical Consequence

  • Validity is a stronger notion than truth in a particular model
    • A sentence is valid if it is true in every model
    • Corresponds to the idea of a tautology or logically necessary truth
    • Valid sentences are true based solely on the meanings of the logical symbols, regardless of the interpretation of the non-logical symbols
  • Logical consequence captures the idea of a sentence following from a set of premises
    • A sentence ψ\psi is a logical consequence of a set of sentences Φ\Phi if ψ\psi is true in every model in which all the sentences in Φ\Phi are true
    • Allows for sound reasoning and inference based on the meanings of the logical symbols and the structure of the argument
© 2024 Fiveable Inc. All rights reserved.
AP® and SAT® are trademarks registered by the College Board, which is not affiliated with, and does not endorse this website.


© 2024 Fiveable Inc. All rights reserved.
AP® and SAT® are trademarks registered by the College Board, which is not affiliated with, and does not endorse this website.

© 2024 Fiveable Inc. All rights reserved.
AP® and SAT® are trademarks registered by the College Board, which is not affiliated with, and does not endorse this website.
Glossary
Glossary