9. PL syntax Flashcards

1
Q

Syntax (3)

A

A) the study of language as a closed-off system
B) regardless of the world
C) regardless of meaning

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Semantics (2)

A

A) the study of language as it relates to the world
B) focus on the meanings that are conveyed by language

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Well-Formed Formulas WFF (5)

A

A) every atomic proposition is a wff
B) if α is a wff and β is a wff, then (α ∧ β) is also a wff
C) if α is a wff and β is a wff, then (α ∨ β) is also a wff
D) if α is a wff, then ¬α is also a wff
E) nothing else is a wff

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Parse Tree (3)

A

A) Every WFF has a unique parse tree, if it has two or more then it is not a WFF
B) Parse trees follow WFF rules (∧, ∨, ¬)
C) Bracketing rules help avoid scope ambiguities in WFF

Well form formula Non-well formed formula
3. ((P ∨ Q) ∧ R) P ∨ Q ∧ R
2. (P ∨ Q) R P ∨ Q R | P Q ∧ R
1. P Q P Q | Q R

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Main Connective (2)

A

A) first connective that is removed (P.Tree top-bottom)
B) last connective that is added (P.Tree bottom-top)

The conjunction ∧ Is the Main-Connective
3. ((P ∨ Q) ∧ R)
2. (P ∨ Q) R
1. P Q

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Subformula (2)

A

A) Components of a P.Tree, anything that occurs within it
B) The result of of a P.Tree is a subformula (limit case)

Subformulas of ‘((P ∨ Q) ∧ R):
((P ∨ Q) ∧ R), R, (P ∨ Q), P, Q

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Scope of a Connective

A

A) Lowermost,first, occurence of a connective in a P.Tree
B) DIff occurrences have different scopes
C) Scope of main connecter is always the whole WFF

  1. (((P ∨ Q) ∨ H) ∧ R) Scope of ∧ (((P ∨ Q) ∨ H) ∧ R) = WFF
  2. ((P ∨ Q) ∨ H) R Second Scope of ∨ is ((P ∨ Q) ∨ H)
  3. (P ∨ Q) H Scope of ∨ is (P ∨ Q)
  4. P Q
How well did you know this?
1
Not at all
2
3
4
5
Perfectly