[GEMATMW] Module 1: Logic

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/50

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.

51 Terms

1
New cards

Language

a systematic means of communicating by the use of sound or conventional symbols

2
New cards

Language

the code we all use to express ourselves and communicate to others

3
New cards

Proposition

a declarative statement which is either TRUE (T or 1) or FALSE (F or 0)

4
New cards

Propositional Variable

represents a proposition with an undetermined value

5
New cards

logical operators

propositions + propositional variables

6
New cards

Negation

generally formed by introducing the word “not”.

7
New cards

Negation

denoted by ¬𝑷 𝒐𝒓 ~𝑷 and is read as “not 𝑷”.

8
New cards

Conjunction

The proposition “𝑷 and 𝑸”, denoted 𝑷∧𝑸

9
New cards

Conjunction

true only when both propositions are true.

10
New cards

Disjunction

The proposition “𝑷 or 𝑸”, denoted by 𝑷∨𝑸

11
New cards

Disjunction

false only when both propositions are false

12
New cards

Conditional

If 𝑷, then 𝑸

13
New cards

hypothesis

If 𝑷, then 𝑸; Proposition 𝑷 is the __________

14
New cards

conclusion

If 𝑷, then 𝑸; proposition Q is the _________

15
New cards

Biconditional

𝑷 if and only if 𝑸

16
New cards

Biconditional

(𝑷⇒𝑸)∧(𝑸⇒𝑷)

17
New cards

Biconditional

𝑷𝑸

18
New cards

Converse

𝑷⇒𝑸 → 𝑸⇒𝑷

19
New cards

Contrapositive

𝑷⇒𝑸 → ¬𝑸⇒¬𝑷

20
New cards

Inverse

𝑷⇒𝑸 → ¬𝑷⇒¬𝑸

21
New cards

𝟐^𝒏

in constructing a truth table, the number of rows is equal to ___ where 𝒏 is the number of distinct propositional variables

22
New cards

Tautology

a propositional form that is true under all circumstances

23
New cards

Contradiction

A propositional form that is false under all circumstances

24
New cards

Contingency

A propositional form that is neither a tautology nor a contradiction

25
New cards

𝑷⇒𝑸¬𝑸⇒¬𝑷𝑷∧𝑸𝑷∨𝑸

26
New cards

Idempotence

𝑷 ⇔ (𝑷∨𝑷)

27
New cards

Idempotence

𝑷 ⇔ (𝑷∧𝑷)

28
New cards

Commutativity

(𝑷∧𝑸) ⇔ (𝑸∧𝑷)

29
New cards

Commutativity

(𝑷∨𝑸) ⇔ (𝑸∨𝑷)

30
New cards

Associativity

[(𝑷∨𝑸)∨R] [𝑷∨(𝑸∨R)]

31
New cards

Associativity

[(𝑷∧𝑸)∧R] [𝑷∧(𝑸∧R)]

32
New cards

De Morgan’s Laws

¬(𝑷∨𝑸) ⇔ (¬𝑷 ∧ ¬𝑸)

33
New cards

De Morgan’s Laws

¬(𝑷∧𝑸) ⇔ (¬𝑷 ∨ ¬𝑸)

34
New cards

Distributivity

[𝑷∨(𝑸∧R)] [(𝑷∨𝑸) ∧ (𝑷∨R)]

35
New cards

Distributivity

[𝑷∧(𝑸∨R)] [(𝑷∧𝑸) ∨ (𝑷∧R)]

36
New cards

Material Equivalence

(𝑷𝑸) [(𝑷⇒𝑸) ∧ (𝑸⇒𝑷)]

37
New cards

Material Equivalence

(𝑷𝑸) [(𝑷∧𝑸) ∨ (¬𝑷 ∧ ¬𝑸)]

38
New cards

Involution

𝑷 ¬¬𝑷

39
New cards

Material Implication

(𝑷⇒𝑸) (¬𝑷 ∨ 𝑸)

40
New cards

Exportation

[(𝑷∧𝑸)⇒R] [(𝑷⇒(𝑸⇒R)]

41
New cards

Absurdity

[(𝑷⇒𝑸) ∧ (𝑷⇒¬𝑸)] ¬𝑷

42
New cards

Contrapositive

(𝑷⇒𝑸) ⇔ (¬𝑸⇒¬𝑷)

43
New cards

Deductive argument

a collection of propositions where it is claimed that one of the propositions, is called the conclusion, follows from the other propositions, called the premises of the argument.

44
New cards

tautology

The deductive argument is valid if and only if the propositional form is a _________

45
New cards

Addition

P
∴ P∨Q

46
New cards

Simplification

𝑷∧𝑸
∴𝑷

47
New cards

Conjunction

𝑷
𝑸
∴𝑷∧𝑸

48
New cards

Modus Ponens

P⇒Q
P
∴Q

49
New cards

Modus Tollens

𝑷⇒𝑸
¬𝑸
∴¬𝑷

50
New cards

Disjunctive Syllogism

𝑷∨𝑸
¬𝑷
∴𝑸

51
New cards

Hypothetical Syllogism

P⇒Q
Q⇒R
∴P⇒R