Logic 1 Flashcards

1
Q

Declarative sentences

A

A sentence which evaluates to true or false

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

Propositional logic

A

Logical formulas created through variables and connectives.

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

Truth tables

A

Evaluations of formulas for every value of the variables

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

Valuation

A

A single combination of T/F values for a formula.

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

Satisfability

A

At leaast one valuation for the formula is true

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

Unsatisfability

A

No true valuations for the formula.

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

Operator precedence

A

1) ¬
2) ∧ ∨
3) → ↔

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

Semantic Equivalences (6)

A

1) ¬¬p ≡ p
2) p ∧ / ∨ r ≡ r ∧ / ∨ p
3) ¬(p ∧ r) ≡ ¬p ∨ ¬r / ¬(p ∨ r) ≡ ¬p ∧ ¬r
4) p ∧ / ∨ p ≡ p
5) (p ∧ / ∨ r) ∧ / ∨ s ≡ p ∧ / ∨ (r ∧ / ∨ s)
6) p → r ≡ ¬p ∨ r

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

Associativity (2)

A

1) Conjunction, disjunction and XOR are associative

2) Implication is not associative

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

Tautology

A

Every valuation of a formula is TRUE.

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

Contradiction

A

Every valuation of a formula is false.

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