Chapter 3 Terms Flashcards

1
Q

Logic

A
  • The science of correct reasoning

- Used within many professions (law, computer programmers, engineers, authors, etc.)

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

Statement

A
  • A declarative sentence that is either true or false but not both true and false
  • You do not have to know for sure that it is true or false, you just know that it must be
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Simple Statement

A
  • A statement that conveys a single idea

- It can be true or false

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

Compound Statement

A
  • A statement that conveys two or more ideas
  • Connects simple statements with words and phrases (and, or, if … then, if and only if)
  • Truth value depends upon the true or false of each statement and how the statements are connected
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

p

A

Connective: –
Symbolic form: p
Statement type: simple

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

not p

A

Connective: ~
Symbolic form: ~p
Statement type: negation

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

p and q

A

Connective: and
Symbolic form: p( upward arrow )q
Statement type: conjunction

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

p or q

A

Connective: or
Symbolic form: p( downward arrow )q
Statement type: disjunction

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

If p, then q`

A

Connective: if… ,then
Symbolic form: p -> q
Statement type: conditional

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

p if and only if q

A

Connective: if and only if
Symbolic form: p q
Statement type: bi-conditional

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

What do you know once you know that something is a statement?

A
  • You know that statement is either true or false
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Quantifier

A
  • Describes an amount
  • Universal
  • All, every, none, no
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Negation

A
  • Taking a statement and making it false or true
  • All x are y = Some x are not y
  • No x are y = Some x are y
  • Some x are y = No x are y
  • Some x are not y = All x are y
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Truth Table

A
  • Shows the truth value of a compound statement for all possible truth values of its simple statements
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Tautology

A
  • A logic statement that is always true

- To express something by saying it or repeating it in a different way

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

Self-Contradiction

A
  • A statement that is always false
17
Q

Conditional Statements

A
  • If… then
  • First term is the antecedent
  • Second term is the consequent
18
Q

Converse Statement

A
  • A conditional statement that has been reversed

- q -> p

19
Q

Inverse Statement

A
  • A conditional statement that has been negated

- ~p -> ~q

20
Q

Contrapositive Statement

A
  • A conditional statement that has been reversed and negated

- ~q -> ~p

21
Q

Interesting Stuff

A
  • Conditional = Contrapositive

- Converse = inverse

22
Q

Argument

A
  • A set of statements that includes premises and a conclusion
23
Q

Valid Argument

A
  • If the conclusion is true whenever all premises are true
24
Q

Invalid Argument

A
  • An argument that is not a valid argument
25
Q

Syllogism

A
  • An argument as a series of statements (premises) logically progressing to a final statement (conclusion)
26
Q

How to write an argument

A
  • Premise
  • Premise
  • Conclusion
27
Q

Determine the Validity of an Argument

A
  • Write the argument in symbolic form
  • Construct a truth table
  • Check for validity