Truth Tables

0.0(0)
studied byStudied by 1 person
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/9

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

10 Terms

1
New cards

/\ (and)

only true when both sides are true

2
New cards

\/ (or)

only true when at least one side is true

3
New cards

→ (if…then)

only true is the first side is false (F→?)

4
New cards

←> (if and only if)

only true when both sides match

5
New cards

T (/\, \/, →, ←→) T

Always true

6
New cards

Converse

p —> q = q —> p (FLIP)

7
New cards

inverse

p —> q = ~p —> ~q (NEGATE)

8
New cards

De Morgan’s Law

NEGATE FLIP NEGATE

9
New cards

Contrapositve

FLIP AND NEGATE

10
New cards

Negation of a Conditional Statement

NEGATE CHANGE LEAVE