home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / sci / logic / 2138 < prev    next >
Encoding:
Text File  |  1992-11-21  |  3.0 KB  |  72 lines

  1. Newsgroups: sci.logic
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!wjcastre
  3. From: wjcastre@magnus.acs.ohio-state.edu (W.Jose Castrellon G.)
  4. Subject: Re: Why invalid?
  5. Message-ID: <1992Nov21.195827.21837@magnus.acs.ohio-state.edu>
  6. Sender: news@magnus.acs.ohio-state.edu
  7. Nntp-Posting-Host: top.magnus.acs.ohio-state.edu
  8. Organization: The Ohio State University,Math.Dept.(studnt)
  9. References: <1992Nov18.002216.15277@magnus.acs.ohio-state.edu> <Bxzvpx.Bp7@cantua.canterbury.ac.nz> <1992Nov21.194835.21778@magnus.acs.ohio-state.edu>
  10. Date: Sat, 21 Nov 1992 19:58:27 GMT
  11. Lines: 59
  12.  
  13.  
  14. In article <Bxzvpx.Bp7@cantua.canterbury.ac.nz> wft@math.canterbury.ac.nz (Bill Taylor) writes:
  15.  
  16. >|> >Can anyone give me a counterexample of the following:
  17. >|> >
  18. >|> >Let T a consistent first order theory with equality which
  19. >|> >decidable set of quatifier-free logical consequences:
  20. >|> >
  21. >|> >  QF(T) = { B  |   t |= B, B quantifier-free }
  22. >|> >
  23. >|> >Let A be a T-consistent quantifier-free formula.
  24. >|> >Then (T,A) is also a consistent first order logic with
  25. >|> >equality and QF(T,A) is ALSO DECIDABLE.
  26. >
  27. >|> Solution follows.
  28. >|> 
  29. >|> Take the theory over the language with one constant  0 , one function  f(x) ,
  30. >|> one unary predicate  P(x), and a binary relation  R(x,y), as follows:
  31. >|> 
  32. >|> For all  x  R(0,f(x))
  33. >|> R(0,0)
  34. >|> and for each  n  in a non-recursive r.e. set, the axioms:
  35. >|> 
  36. >|> [ There exists an  x  such that  not R(0,x) ]  -->  [ P(n) ]
  37. >|> 
  38. >|> (where  n  is the abbreviation of  f(x)  applied  n  times to  0 )
  39. >|> 
  40. >|> Then one can check that the set of quantifier free sentences that are logical
  41. >|> consequences of this axioms is recursive.
  42. >|> 
  43. >|> However if one expands the language with one more constant  c , and add the
  44. >|> sentence   not R(0,c), then that set becomes non-recursive.  [if you dont allow
  45. >|> an expansion of the language, then it can be shown that there is no counter-
  46. >|> example].
  47. >
  48. >I don't quite get this comment. If the constant c is in the original language,
  49. >but with no extra axioms, isn't the original theory still decidable for
  50. >quantifier-free formulas ? And thus isn't the example now a counterexample
  51. >of the type originally required ?
  52. >
  53.  
  54. Bill, what happens is that with that extra constant in the language, some 
  55. quantified sentences of the original language can have quantifier free logical
  56. consequences:
  57.  
  58. (*)     [ There exists an  x  such that  not  R(0,x) ]  -->  [ P(n) ]
  59.  
  60. will imply the quantifier free sentence     
  61.  
  62. (**)    not R(0,c) -->  P(n)
  63. [ only for the n's that satisfy  (*) ].
  64.  
  65. So if the set of quantifier free sentences of the theory in the new language 
  66. (with no extra axioms, other than logical ones) were recursive, by looking at 
  67. the sentences of the form (**) one could decide membership in the non-recursive
  68. r.e. set we started with.  [ actually the reason to include the axiom R(0,0)
  69. was to avoid this kind of situation for the constant  0 ]. [ By the way, a 
  70. fellow student pointed out that in fact there are no counterexamples if we only
  71. allow new relation symbols in the new language ].
  72.