Syntactical Transformations

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall with Kai
GameKnowt Play
New
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/6

flashcard set

Earn XP

Description and Tags

Week 2

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

7 Terms

1
New cards

what is a literal?

a propositional symbol or the negation of a propositional symbol

2
New cards

What is the main rule of DNF?

disjunction may NOT appear in the scope of a conjunction

3
New cards

How to write a contradiction in both DNF and CNF?

P AND NOT P

4
New cards

How to write a tautology in both DNF and CNF

P OR NOT P

5
New cards

how to form DNF from a truth table?

1) complete the truth table

2) find the models of the formula

3) use conjunction to join the inputs which causes the formula to evaluate to true, for each model of the formula

4) use disjunction to join the conjunction formulas obtained from the previous step

6
New cards

what is the main rule of CNF?

a conjunction may NOT appear in the scope of a disjunction

7
New cards

how to form a CNF from a truth table?

1) complete the truth table

2) find the interpretations which makes formula evaluate to FALSE, using conjunction to join the inputs of each interpretation

3) use disjunction to join the conjunction formulas obtained from the previous step

4) negate the WHOLE of the formula obtained above and apply de Morgan’s law to simplify