Propositional Formulas in CNF - Syntax Flashcards

1
Q

What is a propositional variable?

A

A basic building block in propositional logic also called atom or atomic proposition. They are denoted by lowercase letters (possibly with subscripts) or expressive names like ‘inviteAlice’.

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

What are truth constants?

A

Two special symbols in propositional logic: ⊤ (Top) and ⊥ (Bottom). They are fundamental building blocks along with propositional variables.

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

What is a literal?

A

A literal is either:
1) a variable,
2) a truth constant,
3) a negated variable, or
4) a negated truth constant. Literals are often denoted by letters l, k, etc.

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

How is negation of a literal handled?

A

If a literal is x, then ¬x is its negation. If a literal is ¬x, then x is its negation. Similar rules apply to truth constants.

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

f a literal 𝑙 is 𝑥
, then ¬𝑙 is …?

A

¬𝑥

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

If a literal 𝑙 is ¬𝑥
, then ¬𝑙 is …?

A

𝑥

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

What does ¬¬𝑥 simplifies to?

A

𝑥

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

What is a clause?

A

A clause is a disjunction (OR) of literals. Each clause has a finite number of literals. For example: (x ∨ y) contains two literals.

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

What is an empty clause?

A

A clause containing zero literals, written as ⊥ or ∅

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

What is a unary clause?

A

A clause of size one, containing a single literal. Examples: (¬⊥), (x), (¬z)

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

What is a binary clause?

A

A clause of size two, containing two literals. Example: (x ∨ y)

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

What is a ternary clause?

A

A clause of size three, containing three literals. Example: (x ∨ y ∨ ¬z)

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

How many literals does the clause (𝑥∨𝑦) contain?

A

the clause (𝑥∨𝑦)
contains two literals (it is of size 2)

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

How many literals does the clause (¬⊥∨𝑥∨𝑎∨⊤∨¬𝑥) contain?

A

the clause (¬⊥∨𝑥∨𝑎∨⊤∨¬𝑥)
contains five literals (it is of size 5).

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

What symbols (possibly with a subscript) are usually used to denote formulas?

A

The symbols 𝐶,𝐷 (possibly with a subscript) are usually used
to denote formulas.

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

What is a formula?

A

A formula is a conjunction of clauses.

17
Q

What is a formula in conjunctive normal form?

A

A conjunction (AND) of clauses. Can contain zero or more clauses.

18
Q

What is an empty formula?

A

A formula that consists of zero clauses, denoted as ⊤

19
Q

How can a clause of size n be written alternatively?

A

For a clause (l₁ ∨ … ∨ lₙ), it can be written as ⋁ₙᵢ₌₁ lᵢ

20
Q

How can a formula of size n be written alternatively?

A

For a formula (C₁ ∧ … ∧ Cₙ), it can be written as ⋀𝑛𝑖=1𝐶𝑖

21
Q

What are some alternative notations for Top (⊤)?

A

1, true, t

22
Q

What are some alternative notations for Bottom (⊥)?

A

0, false, f

23
Q

What are some alternative notations for disjunction (∨)?

e.g.
𝑘∨𝑙

A

||, +, OR

e.g.
𝑙∥𝑘,𝑙+𝑘,𝑙 OR 𝑘

24
Q

What are some alternative notations for conjunction (∧)?

e.g. 𝐶∧𝐷

A

&&, *, AND

e.g.
𝐶 && 𝐷,𝐶∗𝐷,𝐶 AND 𝐷

25
Q

What are some alternative notations for negation (¬)?

e.g.
¬𝑥

A

!, ̄, NOT, -

e.g.
!𝑥,𝑥⎯⎯⎯,−𝑥,NOT𝑥

26
Q

What symbols are commonly used to denote formulas?

A

φ, ψ (possibly with subscripts)

27
Q

What symbols are commonly used to denote clauses?

A

C, D (possibly with subscripts)

28
Q

What is important to note about propositional logic syntax?

A

There is no standard syntax - different books or articles may use different symbols based on their application domain (e.g., mathematicians vs electrical engineers use different notation)