CRIT 111-005 Foundations Logical Reasoning S25 (BSU) module 2 test sudy guide

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

1/27

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.

28 Terms

1
New cards

~ (tilde)

negation

(Isn't, Wouldn't, Won't, Not, Can't, Couldn't, Doesn't)

e.g:

Cats are not adorable

2
New cards

. (dot)

conjunction

(And, Also, Moreover, Whereas, But, Furthermore)

e.g:

Fred is both nice and an idiot

3
New cards

∨ (wedge)

disjunction

(Either/or, Or, Unless)

e.g:

Fred is either nice or an idiot

4
New cards

⊃ (horseshoe)

conditional

(If....then___, If, When, Only if)

e.g:

If Fred is nice, he's an idiot

5
New cards

≡ (triple bar)

biconditional

(If and only if, When and only when, Just in case)

e.g:

Fred is nice if, and only if, he's an idiot

6
New cards

Modus Ponens

if P then Q, and P; therefore, Q

(the premise affirms the antecedent)

7
New cards

Affirming the consequent

If P then Q, and Q; therefore, P

(the second premise is the affirmation of the consequent of the original conditional)

8
New cards

Denying the antecedent

if P then Q, but not P; therefore, not Q (the second premise is the denial of the antecedent of the original conditional)

9
New cards

Modus Tollens

if P then Q, but not Q; therefore, not P (the second premise denies the consequent of the conditional in the first premise)

10
New cards

disjunctive syllogism

if the disjunction is true and yet one disjunct is false, then it must be the case that the other disjunct is true

11
New cards

affirming a disjunct

If the disjunction is true and one disjunct is true then it may or may not be the case that the other disjunct is false

12
New cards

lowercase p, q, and r

used to represent statement variables

13
New cards

Negation

the opposite of the original statement

(whatever the truth value of p is, ~p will always be its negation)

<p>the opposite of the original statement</p><p>(whatever the truth value of p is, ~p will always be its negation)</p>
14
New cards

Conjunction

applies to exactly two statements (P . Q)

is true if both of its conjuncts are true

is false if either one, or both, of its conjuncts are false

<p>applies to exactly two statements (P . Q)</p><p>is true if both of its conjuncts are true</p><p>is false if either one, or both, of its conjuncts are false</p>
15
New cards

Disjunction

allows for the possibility that both p and q are true (the word "or" can be ambiguous)

<p>allows for the possibility that both p and q are true (the word "or" can be ambiguous)</p>
16
New cards

Bi-conditional

are only true if both component statements have the same truth values

<p>are only true if both component statements have the same truth values</p>
17
New cards

Conditionals

if statements

(the fact p is false, or that p and q are false, does not necessarily make the conditional false)

<p>if statements</p><p>(the fact p is false, or that p and q are false, does not necessarily make the conditional false)</p>
18
New cards

Sentential Logic

complex/compound statements that are built from simple statements that are either true or false

19
New cards

capital letters

represent simple statements

20
New cards

simple statements

does not have any other statement as a component

e.g:

(Cats are adorable)

21
New cards

compound statement

contains one or more other statements as component parts by combining simple statements with connector words

e.g:

(Although he's nice, Fred is an idiot)

22
New cards

Antecedents

follow the left of the horseshoe (the "if" clause)

23
New cards

consequent

follows the right of the horseshoe (the "if" clause)

24
New cards

sentential logic rule 1

the dot, wedge, horseshoe, and triple-bar are always placed between exactly two statements

e.g:

✅ S ∨ T

❌ P ⊃ R T

25
New cards

sentential logic rule 2

the tilde goes directly in front of the statement it negates

e.g:

✅ ~ S

❌ Q ~

26
New cards

sentential logic rule 3

The tilde cannot be placed by itself between two statements.

e.g:

✅ ~ B

❌ L ~ K

27
New cards

sentential logic rule 4

Parentheses - "(" and ")" - must be used to eliminate any ambiguity in compound statements

e.g:

✅ (P . Q) ∨ R

❌ P . Q ∨ R

28
New cards

main operator

what a well-formed formulae have; a single logical operation whose components are the entire compound statement (avoid the temptation of finding it from left to right)

e.g:

(P ≡ ~Q) ⊃ (S ∨ T)

⊃ is the main operator