LARA

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
sav08:predicate_logic_informally [2008/02/20 15:46]
vkuncak
sav08:predicate_logic_informally [2008/02/21 14:41]
vkuncak
Line 102: Line 102:
   * There is //no algorithm// that given a first-order logic formula outputs "​yes"​ when the formula is satisfiable and "​no"​ otherwise - //finite satisfiability of first-order logic formulas is undecidable//​   * There is //no algorithm// that given a first-order logic formula outputs "​yes"​ when the formula is satisfiable and "​no"​ otherwise - //finite satisfiability of first-order logic formulas is undecidable//​
   * There exists an enumeration procedure that systematically lists //all// finitely satisfiable formulas (and only finitely satisfiable formulas) - //finite satisfiability of first-order logic formulas is enumerable//​   * There exists an enumeration procedure that systematically lists //all// finitely satisfiable formulas (and only finitely satisfiable formulas) - //finite satisfiability of first-order logic formulas is enumerable//​
 +
  
 ===== Some Valid First-Order Logic Formulas ===== ===== Some Valid First-Order Logic Formulas =====
Line 110: Line 111:
  
 \[\begin{array}{l} \[\begin{array}{l}
-   ​(\forall x. (P(x) \land Q(x)) \leftrightarrow ((\exists ​x. P(x)) \land (\exists ​x. Q(x))) \\+   ​(\forall x. (P(x) \land Q(x)) \leftrightarrow ((\forall ​x. P(x)) \land (\forall ​x. Q(x))) \\
    ​(\exists x. (P(x) \land Q(x)) \rightarrow ((\exists x. P(x)) \land (\exists x. Q(x))) \\    ​(\exists x. (P(x) \land Q(x)) \rightarrow ((\exists x. P(x)) \land (\exists x. Q(x))) \\
    ​(\exists x. (P(x) \lor Q(x)) \leftrightarrow ((\exists x. P(x)) \lor (\exists x. Q(x))) \\    ​(\exists x. (P(x) \lor Q(x)) \leftrightarrow ((\exists x. P(x)) \lor (\exists x. Q(x))) \\