【COMP304 LEC3】

LEC 3

1. Contingent Formulas:

定义:Truth or falsity of a propositional formula depends on the truth/falsity of the atoms in the formula

例子:p ∧ q is true if both p and q are true, false otherwise.这里p和q就是atoms,p ∧ q这个公式需要根据p和q的正确性来决定正确性,所以p ∧ q就是contingent formula

2. Valid Formulas:

   a. 定义:

   The formulas that are always true are of special interest,我们叫他valid formulas

   b. 符号:

【COMP304 LEC3】_第1张图片

   c.Valid inference

【COMP304 LEC3】_第2张图片

   d.Validity Summary

【COMP304 LEC3】_第3张图片

3. Finding Valid Inferences Semantically(语义地)

Build “truth tables” for all relevant formulas.

Check whether every row that makes all premises true makes the conclusion true

1. Example of valid

【COMP304 LEC3】_第4张图片

2. Example of non-validity【COMP304 LEC3】_第5张图片

4. Finding Valid Inferences Syntactically(依照语法地)

Alternative method: use a formal proof system

Start with premises and axioms

Derive new valid inferences using an inference rule

【COMP304 LEC3】_第6张图片

【COMP304 LEC3】_第7张图片

【COMP304 LEC3】_第8张图片

5. Abbreviations

 ⊤ and ⊥

【COMP304 LEC3】_第9张图片

Defining ∧,→ and ↔

【COMP304 LEC3】_第10张图片

【COMP304 LEC3】_第11张图片

你可能感兴趣的:(COMP304,学习)