Editing
Logical Fallacies
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
<div style="background-color: #4B0082; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> {{BloomIntro}} Logical Fallacies are the "Faulty Wires" of reasoning—the common errors in "Logic" that make an argument "Invalid," even if the conclusion sounds right. While "Rhetoric" is the art of "Winning" an argument, "Logic" is the art of "Being Correct." A fallacy is a "Shortcut" or a "Cheat" that people use—sometimes by accident and sometimes on purpose—to trick an audience. From the "Ad Hominem" (attacking the person instead of the idea) to the "Straw Man" (misrepresenting an opponent's view to make it easy to beat), understanding fallacies is the "Self-Defense" of the mind. It is the science of "Thinking clearly" in a world of "Noise and Manipulation." </div> __TOC__ <div style="background-color: #000080; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Remembering</span> == * '''Logical Fallacy''' — An error in reasoning that renders an argument "Invalid" or "Weak." * '''Common Fallacies''': ** '''Ad Hominem''' — Attacking the "Person" making the argument instead of the "Argument itself." ** '''Straw Man''' — Creating a "Weak or Fake version" of your opponent's argument to "Blow it down" easily. ** '''Slippery Slope''' — Arguing that "If we do X, then Y will definitely happen, then Z, and then the World will End." ** '''Circular Reasoning''' (Begging the Question) — When the "Conclusion" is used as the "Proof" (e.g., "The Bible is true because God wrote it, and we know God exists because the Bible says so"). ** '''Appeal to Authority''' — Saying something is true just because a "Famous person" said it. ** '''Post Hoc Ergo Propter Hoc''' — "After this, therefore because of this" (Assuming that because B happened after A, A **caused** B). ** '''False Dilemma''' (Black-and-White Thinking) — Presenting only "Two Options" when many more exist (e.g., "Either you are with us, or you are with the Terrorists"). ** '''No True Scotsman''' — Moving the "Definition" of a group to "Exclude" a bad example (e.g., "No 'Real' Christian would do that"). ** '''Confirmation Bias''' — Only "Looking for evidence" that "Proves you are right" and "Ignoring" anything that proves you are wrong. ** '''Bandwagon Effect''' (Appeal to Popularity) — Arguing that something is "Right" because "Everyone is doing it." </div> <div style="background-color: #006400; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Understanding</span> == Logical fallacies are understood through '''Structure''' and '''Diversion'''. '''1. The "Broken Bridge" (Structural Fallacies)''': In logic, if "A is true" and "A implies B," then "B must be true." * A fallacy "Breaks" the link. * For example, the **Affirming the Consequent** fallacy: "If it rains, the grass is wet. The grass is wet, therefore it rained." * **Reality**: Someone could have used a "Sprinkler." * Understanding fallacies is about "Checking the links" of the bridge before you cross it. '''2. The "Red Herring" (Diversion Fallacies)''': If you "Can't win" the argument, "Change the subject." * The **Ad Hominem** is a diversion: "You say I shouldn't smoke, but you smoke too!" * The speaker's smoking "Doesn't change the fact" that smoking is bad for health. * Diversion fallacies "Trick" the audience into "Looking at the person" or a "Different topic" instead of the "Truth." '''3. The "Emotional" Trap''': Many fallacies work because they "Feel good" or "Feel scary." * The **Slippery Slope** works on "Fear." * The **Bandwagon** works on "Belonging." * Logic is "Cold," but fallacies are "Hot." They use our "Pathos" (see Article 471) to "Short-circuit" our "Logos." '''The 'Straw Man' Example'''': Person A says: "We should spend more on schools." Person B replies: "Why do you hate our Soldiers? If we cut the military to pay for schools, we will be invaded!" Person B has "Built a Straw Man" (the idea that Person A 'hates soldiers') and "Attacked" it, instead of arguing about the "School budget." </div> <div style="background-color: #8B0000; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Applying</span> == '''Modeling 'The Fallacy Detector' (Identifying common errors in text):''' <syntaxhighlight lang="python"> def detect_fallacy(statement): """ Shows how common 'Dirty Tricks' look. """ if "everyone" in statement.lower() and "right" in statement.lower(): return "FALLACY: BANDWAGON (Popularity != Truth)" elif "either" in statement.lower() and "or" in statement.lower(): return "FALLACY: FALSE DILEMMA (Life is not Black and White)" elif "you" in statement.lower() and "wrong" in statement.lower(): return "FALLACY: AD HOMINEM (Attack the idea, not the person)" else: return "LOGIC: APPEARS CLEAN (Check premises)" # Case: "Either we ban all cars or the planet dies!" print(detect_fallacy("Either we ban all cars or the planet dies!")) </syntaxhighlight> ; Fallacy Landmarks : '''The 'Reductio ad Hitlerum'''' → A common modern fallacy: "Hitler liked dogs, therefore liking dogs is bad." (Guilt by Association). : '''The 'Sunk Cost' Fallacy''' → (See Article 457). The logic error of "Throwing good money after bad" just because you already spent some. : '''The 'Gambler's' Fallacy''' → The belief that if a coin hits "Heads" 5 times, it is "Due" to hit "Tails." (In reality, each flip is 50/50). : '''The 'Texas Sharpshooter'''' → "Picking your data" after the result is known (e.g., shooting a gun at a wall, then "Drawing the target" around the holes to say you are a great shot). </div> <div style="background-color: #8B4500; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Analyzing</span> == {| class="wikitable" |+ Logic vs. Fallacy ! Feature !! Sound Logic !! Logical Fallacy |- | Goal || Finding the Truth || Winning the Argument / Deception |- | Premises || True and Relevant || False, Irrelevant, or Hidden |- | Result || Follows inevitably from premises || Is a "Jump" or a "Guess" |- | Emotional State || Neutral / Objective || High (Fear, Anger, Pride) |- | Analogy || A 'Well-Built House' || A 'Movie Set' (Looks like a house, but it's flat) |} '''The Concept of "Burden of Proof"''': Analyzing "Who has to prove it." A common fallacy is the **Appeal to Ignorance**: "You can't prove aliens **don't** exist, so they **must** exist!" In logic, the person making the "Positive Claim" (Aliens exist) has the "Burden of Proof." If they have no proof, the argument is "Invalid." </div> <div style="background-color: #483D8B; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Evaluating</span> == Evaluating logical fallacies: # '''The "Fallacy Fallacy"''': Just because someone used a "Fallacy," does that mean their "Conclusion" is wrong? (No—it just means their "Reasoning" was bad). # '''Productivity''': Can a society "Function" if we "Call out" every fallacy? (Does it "Kill" the conversation?). # '''Politics''': Is it "Possible" to win a political election "Without" using fallacies? (The "Ugly Truth" of public life). # '''AI''': Should we "Filter" the internet for fallacies, or is "Free Speech" more important than "Perfect Logic"? </div> <div style="background-color: #2F4F4F; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Creating</span> == Future Frontiers: # '''Real-Time Fallacy-Checkers''': An "Augmented Reality" glasses app that "Highlights" fallacies in red as people talk to you. # '''Logic-First Social Media''': A platform where "Points" are given for "Sound Arguments" and taken away for "Fallacies," changing the "Incentive" of the internet. # '''The 'Socratic' AI''': An AI that "Asks Questions" to lead you to find your own "Logical Fallacies," helping you "Self-Correct" your thinking. # '''Global Logic Standards''': A "Universal Curriculum" for schools that treats "Logical Self-Defense" as a "Core Human Right" like "Reading and Writing." [[Category:Philosophy]] [[Category:Logic]] [[Category:Education]] [[Category:Rhetoric]] </div>
Summary:
Please note that all contributions to BloomWiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
BloomWiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Template used on this page:
Template:BloomIntro
(
edit
)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information