13. Expressive Adequacy Flashcards

1
Q

Equivalence (Revisited 2)

A

1) True in precisely the same situations
2) Same Building Blocks and Same Truth Tables
3) ≈ Mathematical Symbol, not PL

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

The Duality of ∧ and ∨

A

A) α ∨ β ≈ ¬(¬α ∧ ¬β)
B) α ∧ β ≈ ¬(¬α ∨ ¬β)

Notice change from ∧ to ∨
These have the same truth tables

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

The Laws of De Morgan (2)

A

A) ¬(α ∨ β) ≈ ¬α ∧ ¬β
B) ¬(α ∧ β) ≈ ¬α ∨ ¬β

Notice change from ∧ to ∨
Similar to distributive property
These have the same truth tables

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

Economizing Connectives (4)

A

A) We work with three connectives ∧, ∨ and ¬
B) Given α ∧ β ≈ ¬(¬α ∨ ¬β) we can work only with ∨ & ¬
b) treat ∧ as an abbreviation
C) Given α ∨ β ≈ ¬(¬α ∧ ¬β) we can work only with ∧ and ¬
c) treat ∨ as an abbreviation
D) A more economical (minimal) alphabet, but larger WFF

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

Exclusive Disjunction Truth-Conditional (4)

A

A) Binary and propositional connective (Symbol ⊕)
Connects two expressions/sentences
B) Truth condition: If A=1 & B=1 then Conclusion=0
If A=0 & B=0 then Conclusion=0
If A=1 & B=0 then Conclusion=1
If A=0 & B=1 then Conclusion=1
C) “A or B but not Both”
D) ⊕ An Abbreviation of other connectives:
α ⊕ β ≈ (α ∨ β) ∧ ¬(α ∧ β)

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

Expressive Adequacy (2)

A

A) Given ∧, ∨ and ¬, we can define every truth function
B) Together, they are expressively adequate/functionally complete

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

Associative ∧ and ∨ (4)

A

A) ∧ and ∨ are associative
B) The brackets do not matter:
b1) ((α ∨ β) ∨ γ) ≈ (α ∨ (β ∨ γ)) ≈ α ∨ β ∨ γ
b2) ((α ∧ β) ∧ γ) ≈ (α ∧ (β ∧ γ)) ≈ α ∧ β ∧ γ
C) Syntactically ambiguous, but not Semantically
D) They have the same Truth Table

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

Basic Conjunctions

A

A) One-to-one correspondence between valuations and conjunctions of wff.

EX: Consider the atoms P, Q and R
Valuation: P := 1, Q := 1, R := 1 Conjunction: P ∧ Q ∧ R
valuation: P := 1, Q := 0, R := 1 Conjunction: P ∧ ¬Q ∧ R Valuation: P := 0, Q := 0, R := 1 Conjunction: ¬P ∧ ¬Q ∧ R Valuation: P := 0, Q := 0, R := 0 Conjunction: ¬P ∧ ¬Q ∧ ¬R

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

Expressive Adequacy (5)

A

A) 3 Connectives ∧, ∨, ¬ expressively adequate (EA)
i.e. gives us enough to express every truth-function.
B) 2 Connectives ∨ and ¬ EA, since they can define ∧
C) 2 Connectives ∧ and ¬ EA, since they can define ∨
D) 1 Connective ↓ EA, since it can define ∧, ∨, ¬
E) 1 Connective ↑ EA, since it can define ∧, ∨, ¬

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

Nor

A

A) Binary and propositional connective (Symbol ↓)
B) Truth Condition:
If A=0 & B=0 then Conclusion=1
If A or B is 1 then Conclusion=0
C) α ↓ β ≈ ¬α ∧ ¬β ≈ ¬(α ∨ β)
D) Can define NOT: ¬α ≈ α ↓ α
E) Can define AND: α ∧ β ≈ (α ↓ α) ↓ (β ↓ β)

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

NAND / Sheffer Stroke

A

A) Binary and propositional connective (Symbol ↑)
B) Truth Condition:
If A or B is 0 then Conclusion=1
If A=1 & B=1 then Conclusion=0
C) α ↑ β ≈ ¬α ∨ ¬β ≈ ¬(α ∧ β)
D) Can define NOT: ¬α ≈ α ↑ α
E) Can define OR: α ∨ β ≈ (α ↑ α) ↑ (β ↑ β)

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