Lukas' Notes

Model (Logic)

May 01, 20261 min read

logic

Definition

Model

A model is a semantic object under which a formula is true.

In propositional logic, a model is a variable assignment that maps propositional variables to truth values.

In first-order logic, a model is an interpretation I together with a variable assignment σ such that

I,σ⊨F

The formula is true under that interpretation and assignment.

Set of Models

For a formula F, the set of its models is

M(F)={M∣M⊨F}

This set is used to compare logical strength and entailment.


Graph View

  • Definition
  • Set of Models

Backlinks

  • Branch (Tableaux)
  • Closed Branch (Tableaux)
  • Consistent Formula
  • Davis–Putnam–Logemann–Loveland Algorithm
  • Equisatisfiable Propositional Formula
  • Formula Satisfaction Set
  • Naming
  • Open Branch (Tableaux)
  • Satisfiability Problem
  • Satisfiable Formula
  • Tableaux

Created with Quartz v4.4.0 © 2026

  • GitHub