flowchart LR A["Arguments"] --> L["Logic"] L --> G["Good Args"] L --> B["Bad Args"]
CH1 - Slides
What is Logic?
Argument vs. Arguing?
What do we observe when people are arguing?
Argument defined
What is a proposition?
Propositions: Examples
- The sky is blue.
- Tek is 6’0 tall.
- If there are three cookies, then one cookie is missing.
Propositions: Not Propositions
- A rock on the ground
- The blueness in Tek’s shirt
- The sentence: do you have any water?
Proposition: Two Tests
- Naturalness Test
- Cognitive Attitude Test
Exercise
Are these propositions?
- Be a yardstick of quality.
- Let’s Go Pens!
- How may I help you?
- Let the dog out.
- In a fixed rate par bond, the issuer issues the bond at par value.
Finer Points
- Propositions are abstract.
- Questions expressing propositions.
- Declarative sentences not expressing propositions
- Two different sentences \(\to\) One proposition
Finer Points (Continued)
- One sentence but different propositions
- A sentence can express a proposition even if you don’t know if it is true
- Propositions expressed by things other than sentences
Exercise
Do these sentences express propositions?
- God does not exist.
- I know that God exists.
- You are beautiful.
- It is morally wrong to eat meat.
- I bet you five dollars.
Premises and the Conclusion
graph TD
A["Argument<br/>(composed of)"]
P["Propositions"]
B["Premises<br/>(supporting)"]
C["Conclusion<br/>(supported)"]
A --> P
P --> B
P --> C
Set of Propositions vs. Arguments
- Narratives / Stories
- Lists
- Sequence of events
Conclusion Indicators
The proposition that is the conclusion is often marked:
- “In conclusion,”
- “Therefore,”
- “It follows that”
Premise Indicators
Premises are also marked (less common):
- C follow because P is the case.
- Since P is the case, C is the case.
- P suggests C.
Argument Standard Form
In logic and philosophy, the presentation of an argument is often expressed in a standard form:
- P1: Tek is a lawyer.
- P2: Lawyers have passed the Bar Exam.
- C: Therefore, Tek has passed the Bar Exam.
Evaluating Arguments
Evaluating Arguments
What makes an argument good?
- Subjective Evaluation
- Objective Evaluation
Subjective Criteria
Subjective: Bolding Text
- Hitler was born in 1892.
- Hitler was born in 1887.
Both are false but experiments show that people are more likely to believe (1).
Subjective: Rhyming and Color
- Rhyming: “Woes unite foes” vs. “Woes unite enemies”
- Color: Hitler was born in 1887. vs. Hitler was born in 1887.
Familiarity and Repetition
- “The body temperature of a chicken …”
- “The body temperature of a chicken …”
- “The body temperature of a chicken …”
- “The body temperature of a chicken …”
- “The body temperature of a chicken …”
Familiarity and Repetition
- “The body temperature of a chicken is 144 degrees.”
- Repeated exposure to false beliefs (even partial false beliefs) will make you more likely to believe them.
Objective Criteria
- Truth: Propositions are true
- Relevance: Premises are relevantly related to C
- Entailment: C “follows from” Premises
Truth
Logic does not tell you if a proposition is true, e.g., Science, Experience, Religion?
Relevance
- Relevance is a complex topic.
- Let’s keep it intuitive: if premises have nothing to do with the conclusion, then the premises are not relevant.
Entailment
Logic focuses mostly on entailment:
- What does it mean for C to “follow from” the premises?
- When does this happen?
Objective Criteria: Diagram
graph TD
accTitle: Logic and Argument Types
accDescr: A flowchart showing that logic divides arguments into good and bad arguments. Good arguments have true premises, relevance, and a conclusion that follows. When the conclusion follows necessarily, the argument is valid; when it follows probably, the argument is strong.
L["Logic"]
G["Good args"]
B["Bad args"]
T["True Premises"]
R["Relevance"]
C["C follows"]
V["C follows necessarily (valid)"]
P["C follows probably (strong)"]
L --> G
L --> B
G --> T
G --> R
G --> C
C --> V
C --> P
classDef badArgs fill:#f8d7da,stroke:#dc3545,stroke-width:2px,color:#000;
class B badArgs;
classDef goodArgs fill:#90D5FF,stroke-width:2px,color:#000;
class G goodArgs;
Deductive Validity
It is impossible for the following:
- P1. True
- P2. True
- C. False
Valid argument: Example 1
- P1. Either Jennifer Lopez or Mario Lopez is the president of the United States of America.
- P2. Mario Lopez is not the president of the USA.
- C Therefore, Jennifer Lopez is the president of the USA.
Impossible for P1 and P2 to be T and C to be F.
Valid argument: Example 2
- P1. All humans are mortal.
- P2. Tek is a human.
- C Therefore, Tek is mortal.
Impossible for P1 and P2 to be T and C to be F.
Invalid Argument
- P1: Jon is tall.
- C: Therefore, Jon is a professional basketball player.
Possible for P1 and P2 to be T and C to be F.
Valid or invalid?
- P1. Some basketball players are millionaires.
- P2. Some millionaires have fancy cars.
- C. Therefore, some basketball players have fancy cars.
Results
%%{init: {'themeVariables': {'pie1': '#2ecc71', 'pie2': '#e74c3c'}}}%%
pie title Results
"Valid" : 85
"Invalid" : 15
Valid argument with a false premise
Conceptual hurdle: Truth and validity are different!
- P1: All men are jerks. (FALSE!)
- P2: David is a man.
- C: David is a jerk.
Valid but all false premises
Conceptual hurdle: Truth and validity are different!
- P1: All biological pigs can fly. (FALSE)
- P2: David is a biological big. (FALSE)
- C: David can fly. (FALSE)
Valid with all false premises and true conclusion
Conceptual hurdle: Truth and validity are different!
- P1: The earth has a moon and Paris is in Germany. (FALSE)
- P2: The moon is made of cheese. (FALSE)
- C: The earth has a moon. (TRUE)
Invalid with all true propositions
Conceptual hurdle: Truth and validity are different!
- P1: Snow is white. (TRUE)
- P2: Grass is green. (TRUE)
- C: David is 6’0. (TRUE)
Testing for Validity
Two informal tests (no logic needed):
- Intuition test
- Imagination test
Intuition test
Bat and ball
- A bat and a ball cost $1.10.
- The bat costs one dollar more than a ball.
- Question: How much does the ball cost?
Results
%%{init: {'themeVariables': {'pie1': '#2ecc71', 'pie2': '#e74c3c'}}}%%
pie title Bat and Ball -- Harvard Students
accTitle: Bat and Ball Results
accDescr: A pie chart showing -- 50 percent of the responses are classified as incorrect and 50 percent as correct (5 cents).
"Incorrect" : 50
"5 cents" : 50
%%{init: {'themeVariables': {'pie1': '#2ecc71', 'pie2': '#e74c3c'}}}%%
pie title Bat and Ball -- University Students
accTitle: Bat and Ball Results
accDescr: A pie chart showing -- 80 percent of the responses are classified as incorrect and 5 percent as correct (5 cents).
"Incorrect" : 80
"5 cents" : 20
Problems
- Inconsistent results
- Biases
- Large arguments
- Arguments about abstract stuff
- Not clear we have a power of intuition (spooky power)
Imagination Test
flowchart LR
accTitle: Imagination Test for Argument Validity
accDescr: A flowchart showing that arguments are evaluated through imagination by asking whether the premises can be true while the conclusion is false. If yes, the argument is invalid; if no, the argument is valid.
A[Arguments] --> H[Imagination]
H --> Q{"Can the premises be true<br>and the conclusion false?"}
Q -->|Yes| I[Invalid]
Q -->|No| V[Valid]
Examples
- P1. All smokers love smoking.
- P2. Tek is a smoker.
- C. Therefore, Tek loves smoking.
flowchart LR
accTitle: Imagination Test for Argument Validity
accDescr: A flowchart showing that arguments are evaluated through imagination by asking whether the premises can be true while the conclusion is false. If yes, the argument is invalid; if no, the argument is valid.
A[Arguments] --> H[Imagination]
H --> Q{"Can the premises be true<br>and the conclusion false?"}
Q -->|Yes| I[Invalid]
Q -->|No| V[Valid]
Results (Imagination Test)
- P1. Some basketball players are millionaires.
- P2. Some millionaires drive fancy cars.
- C. Therefore, some basketball players drive fancy cars.
%%{init: {'themeVariables': {'pie1': '#2ecc71', 'pie2': '#e74c3c'}}}%%
pie title Imagination Test
accTitle: Imagination Test Results
accDescr: A pie chart showing an evenly divided result -- 50 percent of the responses are classified as valid and 50 percent as invalid.
"Valid" : 50
"Invalid" : 50
Basketball players
Some students won’t accept that the basketball player argument is invalid.
- Jon, Liz, and Sam are the only millionaire basketball players but don’t drive fancy cars.
- Tek and Frank are millionaires who work on Wall Street and drive fancy cars.
- P1. Some bball players are millionaires. True
- P2. Some millionaires drive fancy cars. True
- C. Some basketball players drive fancy cars. False
Problems with Imagination test
- Terrible results on certain arguments (e.g., Basketball players)
- Size
- Limits to imagination
- Biases
- Doesn’t work - Basketball players example
Bias
- ARG is invalid if we can imagine a counterexample (Prem = True and C = False)
- If we are biased, then we might refuse to think of a counterexample because we believe the conclusion of the argument.
Example: Arguments for “Penn State is a good school” (when you like Penn State).
Objective Criteria: Combined
graph TD
accTitle: Logic and Argument Types
accDescr: A flowchart showing that logic divides arguments into good and bad arguments. Good arguments have true premises, relevance, and a conclusion that follows. When the conclusion follows necessarily, the argument is valid; when it follows probably, the argument is strong.
L["Logic"]
G["Good args"]
B["Bad args"]
T["True Premises"]
R["Relevance"]
C["C follows"]
V["C follows necessarily (valid)"]
P["C follows probably (strong)"]
L --> G
L --> B
G --> T
G --> R
G --> C
C --> V
C --> P
classDef badArgs fill:#f8d7da,stroke:#dc3545,stroke-width:2px,color:#000;
class B badArgs;
classDef goodArgs fill:#90D5FF,stroke-width:2px,color:#000;
class G goodArgs;
Soundness
\[\text{soundness} = \text{validity} + \text{all true premises}\]
Soundness is a stronger notion than validity because an argument can be valid without being sound.
Timeline for PHIL12
timeline
title Timeline of Phil 12
section Propositional Logic
Exam 1: ch1: ch2 (Pollock)
Exam 2: ch3: ch4
Exam 3: ch5 (Pollock)
Exam 4: ch5
section Predicate Logic
Exam 5: ch6 (Pollock)
Exam 5: ch8