













Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
The soundness, completeness, and compactness of the propositional subset of the fitch proof system. It includes definitions, theorems, and proofs related to these properties. The document also touches upon other proof systems for propositional logic and their relative power.
Typology: Study notes
1 / 21
This page cannot be seen from the preview
Don't miss anything!














CMPSCI 601: Recall From Last Time Lecture 6
Boolean Syntax:
Boolean variables:
A boolean variable represents an atomic statement that may be either true or false. There may be infinitely many of these available.
Boolean expressions:
Boolean expressions
Note that any particular expression is a finite string, and thus may use only finitely many variables.
A literal is an atomic expression or its negation:
As you may know, the choice of operators is somewhat arbitary as long as we have a complete set , one that suf- fices to simulate all boolean functions. On HW#1 we argued that
is already a complete set.
CMPSCI 601: Boolean Logic: Semantics Lecture 6
A boolean expression has a meaning, a truth value of true or false, once we know the truth values of all the individual variables.
true
false
, where
is the set of all variables. An as-
(read as “models”) de- notes the relationship between a truth assignment and an
VALID SAT UNSAT
CMPSCI 601: The Fitch Proof System Lecture 6
A Fitch proof is a sequence of expressions, each one of which is justified in terms of previous ones. There are twelve proof rules that tell us when a statement is justi- fied.
Fitch has no axioms (statements assumed to be true with- out proof) but we typically start with some premises and reach a conclusion that follows from those premises.
CMPSCI 601: Soundness of Prop. Fitch Lecture 6
Now that we’ve defined the propositional subset of Fitch,