consistency
play

Consistency The syntactic counterpart of satisfiability is - PowerPoint PPT Presentation

Computational Logic, Spring 2006 Pete Manolios Consistency The syntactic counterpart of satisfiability is consistency. Definition 1 is consistent, written Con , iff there is no formula such that and . is


  1. Computational Logic, Spring 2006 Pete Manolios Consistency The syntactic counterpart of satisfiability is consistency. Definition 1 Φ is consistent, written Con Φ , iff there is no formula ϕ such that Φ ⊢ ϕ and Φ ⊢ ¬ ϕ . Φ is inconsistent, written Inc Φ iff Φ is not consistent ( i.e. , there is a formula ϕ such that Φ ⊢ ϕ and Φ ⊢ ¬ ϕ ). Lemma 1 Inc Φ iff for all ϕ : Φ ⊢ ϕ . Lemma 2 Con Φ iff there is a ϕ such that not Φ ⊢ ϕ . Lemma 3 For all Φ , Con Φ iff Con Φ 0 for all finite subsets Φ 0 of Φ . Lemma 4 Sat Φ implies Con Φ . Georgia Tech Lecture 5, Page 0

  2. Computational Logic, Spring 2006 Pete Manolios Consistency Lemma 5 For all Φ and ϕ the following holds: 1. Φ ⊢ ϕ iff Inc Φ ∪ {¬ ϕ } . 2. Φ ⊢ ¬ ϕ iff Inc Φ ∪ { ϕ } . 3. If Con Φ , then Con Φ ∪ { ϕ } or Con Φ ∪ {¬ ϕ } . We have assumed a fixed symbol set S . When we need to consider several symbol sets simultaneously, we will use Φ ⊢ S ϕ to indicate that that there is a derivation with underlying symbol set S . Similarly Con S Φ denotes Con Φ with underlying symbol set S . Lemma 6 For all i ∈ ω , S i is a symbol set and S i ⊆ S i +1 . Similarly for all i ∈ ω , Φ i is a set of S i -formulas such that Con S i Φ i and Φ i ⊆ Φ i +1 . Let S = ∪ i ∈ ω S i and Φ = ∪ i ∈ ω Φ i . Then Con S Φ . Georgia Tech Lecture 5, Page 1

  3. Computational Logic, Spring 2006 Pete Manolios Completeness Theorem To show: For all Φ and ϕ : If Φ | = ϕ then Φ ⊢ ϕ . We will instead show: Every consistent set of formulas is satisfiable. Proof not Φ ⊢ ϕ implies not Φ | = ϕ ≡ { Lemma 5 } Con Φ ∪ {¬ ϕ } implies Sat Φ ∪ {¬ ϕ } ⇐ { Instance of } Con Ψ implies Sat Ψ � Georgia Tech Lecture 5, Page 2

  4. Computational Logic, Spring 2006 Pete Manolios The Idea of Henkin’s Theorem If Φ is consistent, then we use the syntactical info that this provides to find a model J = � U , β � of Φ . If A is T S and β ( v i ) = v i , f U ( t ) = ft , ..., then for variable x we have J ( fx ) = f U ( β.x ) = fx , so J ( fv 0 ) � = J ( fv 1 ) , but what if fv 0 ≡ fv 1 ∈ Φ ? To overcome this, we define an equivalence relation on terms. First, we define an equivalence relation on T S : t 1 ∼ t 2 iff Φ ⊢ t 1 ≡ t 2 . Lemma 7 1. ∼ is an equivalence relation. 2. If t 1 ∼ t ′ 1 , . . . , t n ∼ t ′ n then for n -ary f ∈ S : ft 1 . . . t n ∼ ft ′ 1 . . . t ′ n and for n -ary R ∈ S : Φ ⊢ Rt 1 . . . t n iff Φ ⊢ Rt ′ 1 . . . t ′ n . Let t = { t ′ ∈ T S : t ∼ t ′ } , i.e. , t is the equivalence class of t . Georgia Tech Lecture 5, Page 3

  5. Computational Logic, Spring 2006 Pete Manolios Term Structure Let T Φ be the set of equivalence classes: T Φ = { t : t ∈ T S } . Note that T Φ is not empty. We now define the term structure over T Φ , T Φ as follows. 1. c T Φ = c 2. f T Φ ( t 1 , . . . , t n ) = ft 1 . . . t n 3. R T Φ t 1 . . . t n iff Φ ⊢ Rt 1 . . . t n Note that by Lemma 7, the definitions of f T Φ and R T Φ make sense. Georgia Tech Lecture 5, Page 4

  6. Computational Logic, Spring 2006 Pete Manolios Term Interpretation We define the term interpretation associated with Φ to be J Φ = �T Φ , β Φ � , where β Φ ( x ) = x . Lemma 8 1. For all t , J Φ ( t ) = t . 2. For every atomic formula ϕ , J Φ | = ϕ iff Φ ⊢ ϕ . 3. For every formula ϕ and pairwise disjoint variables x 1 , . . . , x n (a) J ϕ | = ∃ x 1 . . . ∃ x n ϕ iff there are t 1 , . . . , t n ∈ T S s.t. J Φ | = ϕ t 1 ...t n x 1 ...x n . (b) J ϕ | = ∀ x 1 . . . ∀ x n ϕ iff for all t 1 , . . . , t n ∈ T S we have J Φ | = ϕ t 1 ...t n x 1 ...x n . By the previous lemma J Φ is a model of the atomic formulas in Φ , but we do not know that it is a model of all formulas in Φ . In fact, it isn’t. Why? Georgia Tech Lecture 5, Page 5

  7. Computational Logic, Spring 2006 Pete Manolios Closure Conditions Definition 2 Φ is negation complete iff for every formula ϕ , Φ ⊢ ϕ or Φ ⊢ ¬ ϕ . Φ contains witnesses iff for every formula of the form ∃ xϕ , there is a term t such that Φ ⊢ ( ∃ xϕ → ϕ t x ) . Lemma 9 If Φ is consistent, negation complete, and contains witnesses, then for all ϕ and ψ . 1. Φ ⊢ ¬ ϕ iff not Φ ⊢ ϕ 2. Φ ⊢ ( ϕ ∨ ψ ) iff Φ ⊢ ϕ or Φ ⊢ ψ 3. Φ ⊢ ∃ xϕ iff there is a term t s.t. Φ ⊢ ϕ t x Georgia Tech Lecture 5, Page 6

  8. Computational Logic, Spring 2006 Pete Manolios Henkin’s Theorem Theorem 1 (Henkin’s Theorem) If Φ is consistent, negation complete, and contains witnesses, then for all ϕ , J Φ | = ϕ iff Φ ⊢ ϕ . What we can do now is to show that and consistent set of formulas can be extended to one that is consistent, negation complete, and contains witnesses. Then, from Henkin’s theorem we get the completeness theorem. Theorem 2 (a) Φ | = ϕ iff there is a finite Φ 0 ⊆ Φ such that Φ 0 | = ϕ . (b) Sat Φ iff for all finite Φ 0 ⊆ Φ , Sat Φ 0 . In addition, given that the term interpretation is a model of a set of formulas and that the size of the term interpretation is bound by the size of T S , we have the L¨ owenheim-Skolem theorem. Theorem 3 Every satisfiable and at most countable set of formulas is satisfiable over a domain which is at most countable. Georgia Tech Lecture 5, Page 7

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend