3.1 Statements and Logical Connectives Flashcards

1
Q

Connectives

A

The words and, or, if…then

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

Exclusive or

A

When one or the other of the events can take place, but not both
Ex: “You can go to the beach or have ice cream for dinner”

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

Inclusive or

A

Implies that one or the other, or both events can take place
Ex: “May I interest you in a cup of soup or a sandwich?”: you can order a cup of soup, a sandwich, or both

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

If-then statements

A

Used to relate two ideas
Ex: “If you clean your room, then you may go to the beach”

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

Statement

A

A statement can be judged as either true or false

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

Assigning a truth value

A

When we label a statement as true or false

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

Simple statements

A

Convey one idea
Ex: “The Empire State Building is in New York”

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

Compound statements

A

When sentences combine two or more ideas that can be assigned a truth value

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

Negation

A

Change a statement to its opposite meaning

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

Negate
“All are”
“None are”
“Some are”
“Some are not”

A

“Some are not”
“Some are”
“None are”
“All are”

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

Translate to logic statement “if you commit a crime, then you will be caught”

A

If p, then q; where p = you commit a crime and q = you will be caught
Use -> to represent “if, then”

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

Negation (Symbolized ~, read as “not”)

A

~p
~(~p) = p

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

Conjunction (symbolized ^, read as “and”)

A

Ex:
p = you will perform 5 months of community service
And
q = you will pay a fine of $100 dollars
Represented as: p^q

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

Disjunction (symbolized v, read as “or”)

A

Ex:
P: Cameron will take Chemistry
Q: Cameron will take French
“Cameron will not take Chemistry or Cameron will not take French”
Represented as: ~pV~q

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

Contain more than one connective

A

Ex: “Pink is a singer (p) or Jennifer Anniston is an actress (q), and Orlando is in Florida”
(p V q) ^ r

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

Represent the ~ in words
~(p ^ q)

A

“It is false… insert parenthesis

17
Q

Antecedent

A

Statement before the arrow in an if-then statement

18
Q

Consequent

A

Statement after arrow in an if-then statement

19
Q

Biconditional (symbolized <->, read as “if and only if”)

A

Ex:
p: Alex plays goalie on the lacrosse team
q: The Wolverines win the champion’s cup
p <-> q

20
Q

Conditional statements

A

-> read as if…then