Skip to content

Commit d1c2343

Browse files
committed
content(post): logic
1 parent 69aea77 commit d1c2343

File tree

9 files changed

+411
-1
lines changed

9 files changed

+411
-1
lines changed
Lines changed: 188 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,188 @@
1+
# The Lost Art of Thinking: A Colossal Rant on Logic (and How to Actually Use It)
2+
3+
Have you ever looked at a Twitter thread, a political debate, or a family argument at Thanksgiving and thought, *“Are these people even speaking the same language?”*
4+
5+
Spoiler alert: They aren't. They are speaking the language of emotion, tribalism, and sheer, unfiltered logical fallacy. We have supercomputers in our pockets and access to the sum of all human knowledge, yet the basic ability to construct a coherent, rational argument seems to be going the way of the dodo.
6+
7+
So, buckle up. We are going to strip away the noise and dive deep into the absolute fundamentals of **Logic**. We’re going back to the beginning, back to the dusty streets of ancient civilizations, to understand what logic is, how it works, and why society's current lack of it is driving me absolutely insane.
8+
9+
## Part I: The Dawn of Reason (Before the Internet Ruined Us)
10+
11+
Logic didn't just fall out of the sky. It was born out of necessity.
12+
13+
While ancient Egyptians and Babylonians used practical mathematics and basic reasoning for things like land measurement after floods or calculating taxes, they didn't explicitly formalize the *rules* of thought. They knew *how* to calculate, but they didn't spend much time philosophizing about the *nature* of the calculation itself.
14+
15+
Enter Ancient Greece, specifically around the 4th century BCE. The Greeks loved to argue. They argued about politics, nature, gods, and what makes a good life. But to win an argument, you need rules.
16+
17+
### Aristotle: The Godfather of "Making Sense"
18+
19+
If logic is a religion, **Aristotle** is its supreme deity. He was the first to systematically compile the rules of correct reasoning in a collection of works known as the *Organon* (meaning "instrument" or "tool").
20+
21+
Aristotle gave us the **[Syllogism](/vocab/syllogism)**. This is the absolute bedrock of deductive logic. A syllogism is a kind of logical argument that applies deductive reasoning to arrive at a conclusion based on two propositions that are asserted or assumed to be true.
22+
23+
The classic, undefeated champion of syllogisms goes like this:
24+
1. **Major Premise:** All men are mortal.
25+
2. **Minor Premise:** Socrates is a man.
26+
3. **Conclusion:** Therefore, Socrates is mortal.
27+
28+
*Boom.* That’s it. If premise 1 is true, and premise 2 is true, the conclusion *must* logically follow. It is inescapable. If someone disagrees with the conclusion, they must prove that one of the premises is false. This simple framework was the primary system of logic in the Western world for nearly two thousand years!
29+
30+
## Part II: The Anatomy of an Argument
31+
32+
To understand logic, you have to understand its anatomy. An argument in logic isn't a shouting match; it's a structured presentation of evidence.
33+
34+
### 1. Propositions
35+
A proposition is simply a statement that is either true or false.
36+
* "The sky is blue." (True)
37+
* "Dogs can speak fluent Spanish." (False)
38+
* "Ouch!" (Not a proposition, it's an exclamation.)
39+
* "Is it raining?" (Not a proposition, it's a question.)
40+
41+
### 2. Premises
42+
A **[premise](/vocab/premise)** is a proposition used as evidence in an argument. It's the foundation you are building your house on. If your foundation is made of sand (false premises), your logical house will collapse.
43+
44+
### 3. The Conclusion
45+
This is the proposition that is affirmed on the basis of the other propositions (the premises).
46+
47+
### 4. Inference
48+
The magical leap from premises to conclusion. It’s the process of drawing a logical consequence from the given facts.
49+
50+
## Part III: The Two Flavors of Reasoning
51+
52+
Not all arguments are created equal. Broadly speaking, there are two main ways human beings reason: Deductive and Inductive.
53+
54+
### [Deductive Reasoning](/vocab/deductive-reasoning): Top-Down Logic
55+
This is what Aristotle was all about. You start with general rules and apply them to specific cases to reach a **certain** conclusion.
56+
57+
* **Premise 1:** All planets in our solar system orbit the sun.
58+
* **Premise 2:** Earth is a planet in our solar system.
59+
* **Conclusion:** Earth orbits the sun.
60+
61+
If the premises are true, the conclusion is 100% guaranteed. Deductive logic is about preserving truth.
62+
63+
**Validity vs. Soundness:** This is crucial.
64+
* An argument is **valid** if the structure is correct, even if the facts are crazy.
65+
*(e.g., All birds are mammals. A penguin is a bird. Therefore, a penguin is a mammal. Valid structure, false premises).*
66+
* An argument is **sound** if it is valid AND all its premises are actually true. This is the gold standard.
67+
68+
### [Inductive Reasoning](/vocab/inductive-reasoning): Bottom-Up Logic
69+
Inductive logic takes specific observations and builds them into a general theory. It deals in **probabilities**, not certainties.
70+
71+
* **Observation 1:** The sun came up yesterday.
72+
* **Observation 2:** The sun came up today.
73+
* **Conclusion:** The sun will come up tomorrow.
74+
75+
Is it guaranteed? Technically, no. The sun could explode tonight. But it is *highly probable*. Science operates heavily on inductive reasoning. We observe gravity working a million times, so we induce that it is a universal law.
76+
77+
The problem? Inductive reasoning can be flawed.
78+
* **Observation:** I saw a white swan. My neighbor saw a white swan. Every swan in this lake is white.
79+
* **Conclusion:** All swans are white.
80+
*(Until you travel to Australia and see a black swan, instantly destroying your theory.)*
81+
82+
## Part IV: Logical Fallacies - Why the Internet is a Dumpster Fire
83+
84+
This is the rant part. A **[logical fallacy](/vocab/logical-fallacy)** is an error in reasoning that renders an argument invalid or unsound. They are illusions of thought. People use them constantly—sometimes maliciously to manipulate you, and sometimes out of pure ignorance.
85+
86+
Here is a survival guide to the most common intellectual crimes:
87+
88+
### 1. The Ad Hominem (Attacking the Person)
89+
Instead of addressing the argument, you attack the character of the person making it.
90+
* *Argument:* "We should invest more in renewable energy to fight climate change."
91+
* *Fallacy:* "You're just a dirty hippie who doesn't understand economics, why should I listen to you?"
92+
*(The person's hygiene or economic credentials don't invalidate the math on climate change).*
93+
94+
### 2. The Straw Man
95+
You misrepresent someone's argument to make it easier to attack.
96+
* *Person A:* "I think we should rethink our current military spending."
97+
* *Person B:* "So you want to leave our country completely defenseless against terrorists?! You hate our troops!"
98+
*(Person A never said "leave us defenseless." Person B built a fake "straw man" argument to easily knock down).*
99+
100+
### 3. The Slippery Slope
101+
Assuming that a relatively small first step will inevitably lead to a chain of related (and catastrophic) events.
102+
* *Fallacy:* "If we allow students to dye their hair pink, next they'll be wearing pyjamas to school, then they'll stop doing homework, and society will collapse into anarchy!"
103+
104+
### 4. The Appeal to Ignorance (Argumentum ad Ignorantiam)
105+
Asserting that a proposition is true because it has not yet been proven false (or vice versa).
106+
* *Fallacy:* "You can't prove that aliens haven't visited Earth, therefore, aliens have visited Earth."
107+
*(The burden of proof is always on the person making the claim).*
108+
109+
### 5. The False Dilemma (Black-and-White Fallacy)
110+
Presenting only two options when, in reality, there are more.
111+
* *Fallacy:* "You are either with us, or you are with the enemy."
112+
*(What about staying neutral? What about agreeing with some points and disagreeing with others?)*
113+
114+
### 6. The Post Hoc Fallacy (Correlation vs. Causation)
115+
Assuming that because Event B followed Event A, Event A caused Event B.
116+
* *Fallacy:* "I wore my lucky socks, and my team won. My socks caused the victory."
117+
*(No, your team won because they scored more points. The socks were just smelly bystanders).*
118+
119+
### 7. The Appeal to Authority
120+
Claiming something must be true because an "expert" said so, regardless of whether the expert is actually an authority on *that specific topic*, or without providing the actual evidence.
121+
* *Fallacy:* "My dentist says this new stock is a guaranteed winner, so I'm investing my life savings."
122+
123+
## Part V: Enter the Machine - Boolean Logic
124+
125+
Fast forward to the 19th century. A mathematician named **George Boole** had an idea that would change the course of human history. He decided to turn logic into algebra.
126+
127+
Before Boole, math was about numbers. Boole said, "What if math was about truth?"
128+
129+
He created **[Boolean Algebra](/vocab/boolean-algebra)**, a system where variables represent truth values: **True (1)** or **False (0)**.
130+
He introduced basic logical operations:
131+
* **AND:** Both inputs must be True for the output to be True.
132+
* **OR:** At least one input must be True for the output to be True.
133+
* **NOT:** Inverts the input (True becomes False, False becomes True).
134+
135+
Why does this matter? Because a century later, engineers realized that Boolean logic was the perfect framework for electrical circuits. A switch is either ON (1/True) or OFF (0/False).
136+
137+
By combining transistors into logic gates (AND gates, OR gates, NOT gates), we built the modern computer. **Every single digital device you use, including the screen you are reading this on, is fundamentally built on the rules of logic formalized by George Boole.**
138+
139+
The irony is staggering: The device you use to scroll through logically flawed arguments on social media only exists because of pure, flawless logic.
140+
141+
## Part VI: The Deep End - Symbolic Logic and Paradoxes
142+
143+
As logic advanced into the 20th century (with titans like Gottlob Frege and Bertrand Russell), it became highly symbolic and mathematical. They wanted to strip away the ambiguity of human language completely.
144+
145+
Instead of saying "If it rains, the grass is wet," they write:
146+
$P \rightarrow Q$
147+
(Where P is "it rains" and Q is "the grass is wet", and $\rightarrow$ means "implies").
148+
149+
This symbolic logic is incredibly powerful for mathematics and computer science, but it also led logicians down a rabbit hole where they found the limits of logic itself: **Paradoxes**.
150+
151+
### The Liar's Paradox
152+
Consider the following sentence:
153+
> **"This statement is false."**
154+
155+
* If the statement is True, then what it says must be the case. So, it is False.
156+
* If the statement is False, then what it says is incorrect. So, it must be True.
157+
158+
It contradicts itself perfectly. It breaks the very foundation of Aristotle's logic (the Law of Non-Contradiction, which states something cannot be both true and false at the same time in the same way).
159+
160+
This isn't just a fun word game. In the 1930s, Kurt Gödel proved his **Incompleteness Theorems**, basically demonstrating mathematically that in any sufficiently complex logical system (like arithmetic), there will always be true statements that cannot be proven within that system. Logic has its limits.
161+
162+
## The Conclusion of the Rant
163+
164+
Logic is not a weapon to make you sound smart. It is a filter. It is a lens through which we can view the chaotic, messy world and try to discern what is actually true from what is merely persuasive.
165+
166+
When we abandon logic, we abandon our defense against manipulation. We fall prey to politicians who use fear instead of facts. We get scammed by snake-oil salesmen who use false premises. We destroy our own relationships by arguing against straw men instead of listening to what our loved ones are actually saying.
167+
168+
The basics of logic—understanding premises, demanding valid structures, and spotting fallacies—should be taught in every school, alongside reading and basic math.
169+
170+
So the next time you find yourself getting heated in a debate, stop. Take a breath. Ask yourself: *What is my premise? Is my argument valid? Am I attacking the person or the idea?*
171+
172+
Be better. Be logical. End of rant.
173+
174+
---
175+
176+
## Further Reading and Sources
177+
178+
If you want to actually learn how to think properly instead of just yelling at strangers on the internet, check out these excellent resources:
179+
180+
### Books
181+
* **"Thinking, Fast and Slow" by Daniel Kahneman:** A deep dive into how our minds work, the two systems of thought, and why we are so prone to cognitive biases and logical errors.
182+
* **"The Art of Thinking Clearly" by Rolf Dobelli:** A fantastic, digestible catalogue of 99 common thinking errors, cognitive biases, and logical fallacies.
183+
* **"An Introduction to Traditional Logic" by Scott M. Sullivan:** If you want to dive deep into Aristotelian logic, syllogisms, and classical deduction, this is a great starting point.
184+
* **"Gödel, Escher, Bach: an Eternal Golden Braid" by Douglas Hofstadter:** A Pulitzer Prize-winning masterpiece exploring logic, paradoxes, mathematics, and consciousness. Not for the faint of heart, but life-changing.
185+
186+
### Links & Resources
187+
* [Your Logical Fallacy Is](https://yourlogicalfallacyis.com/): A beautifully designed, easy-to-understand website that catalogues all the major logical fallacies. Keep it bookmarked for your next internet argument.
188+
* [Stanford Encyclopedia of Philosophy (SEP)](https://plato.stanford.edu/): The gold standard for philosophy on the internet. Check out their entries on [Aristotle's Logic](https://plato.stanford.edu/entries/aristotle-logic/) or [Classical Logic](https://plato.stanford.edu/entries/logic-classical/).

public/posts/posts.json

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,23 @@
11
[
2+
{
3+
"slug": "a-colossal-rant-on-logic",
4+
"title": "The Lost Art of Thinking: A Colossal Rant on Logic",
5+
"date": "2026-02-28",
6+
"updated": "2026-02-28",
7+
"description": "A deep dive into the absolute fundamentals of logic, from ancient Greece to Boolean algebra, and a rant on why modern society desperately needs to relearn how to think.",
8+
"tags": [
9+
"logic",
10+
"philosophy",
11+
"rant",
12+
"education",
13+
"history"
14+
],
15+
"category": "rant",
16+
"filename": "a-colossal-rant-on-logic.txt",
17+
"authors": [
18+
"fezcode"
19+
]
20+
},
221
{
322
"slug": "the-basics-of-time-travel",
423
"title": "The Basics of Time Travel: Theories, Paradoxes, and Spacetime",
@@ -2144,4 +2163,4 @@
21442163
"fezcode"
21452164
]
21462165
}
2147-
]
2166+
]

src/data/vocab/boolean-algebra.jsx

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
import React from 'react';
2+
3+
export default function BooleanAlgebra() {
4+
return (
5+
<div className="space-y-6 font-mono text-sm leading-relaxed">
6+
<p>
7+
<strong className="text-current">Boolean Algebra</strong> is the branch of algebra in which the values of the variables are the truth values: true and false, usually denoted 1 and 0.
8+
</p>
9+
10+
<div className="border-l-2 border-emerald-500/50 pl-4 py-1 italic opacity-70 text-xs">
11+
1 AND 1 = 1 <br/>
12+
1 AND 0 = 0 <br/>
13+
1 OR 0 = 1
14+
</div>
15+
16+
<p>Developed by George Boole in the 19th century, it uses basic operations:</p>
17+
<ul className="space-y-2 text-xs opacity-80 list-disc pl-4">
18+
<li>
19+
<strong>AND (Conjunction):</strong> Returns true only if both operands are true.
20+
</li>
21+
<li>
22+
<strong>OR (Disjunction):</strong> Returns true if at least one operand is true.
23+
</li>
24+
<li>
25+
<strong>NOT (Negation):</strong> Inverts the truth value.
26+
</li>
27+
</ul>
28+
<p>
29+
It is the foundational logic system that underlies all digital circuits and modern computing.
30+
</p>
31+
</div>
32+
);
33+
}
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
import React from 'react';
2+
3+
export default function DeductiveReasoning() {
4+
return (
5+
<div className="space-y-6 font-mono text-sm leading-relaxed">
6+
<p>
7+
<strong className="text-current">Deductive Reasoning</strong> (or top-down logic) is the process of reasoning from one or more general statements (premises) to reach a logically certain conclusion.
8+
</p>
9+
10+
<div className="border-l-2 border-emerald-500/50 pl-4 py-1 italic opacity-70 text-xs">
11+
If A = B and B = C, then A = C.
12+
</div>
13+
14+
<p>Key properties of deductive arguments:</p>
15+
<ul className="space-y-2 text-xs opacity-80 list-disc pl-4">
16+
<li>
17+
<strong>Validity:</strong> An argument is valid if its conclusion logically follows from its premises, regardless of whether the premises are true.
18+
</li>
19+
<li>
20+
<strong>Soundness:</strong> An argument is sound if it is both valid AND its premises are actually true.
21+
</li>
22+
<li>
23+
<strong>Certainty:</strong> Unlike inductive reasoning, deductive reasoning guarantees a conclusion if the premises are correct.
24+
</li>
25+
</ul>
26+
</div>
27+
);
28+
}
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
import React from 'react';
2+
3+
export default function InductiveReasoning() {
4+
return (
5+
<div className="space-y-6 font-mono text-sm leading-relaxed">
6+
<p>
7+
<strong className="text-current">Inductive Reasoning</strong> (or bottom-up logic) is a method of reasoning in which a body of observations is synthesized to come up with a general principle.
8+
</p>
9+
10+
<div className="border-l-2 border-emerald-500/50 pl-4 py-1 italic opacity-70 text-xs">
11+
"Every swan I've seen is white; therefore, all swans are white."
12+
</div>
13+
14+
<p>Key characteristics:</p>
15+
<ul className="space-y-2 text-xs opacity-80 list-disc pl-4">
16+
<li>
17+
<strong>Probability:</strong> Inductive conclusions are never 100% certain; they are only probable based on the evidence.
18+
</li>
19+
<li>
20+
<strong>Scientific Method:</strong> Inductive reasoning is the foundation of scientific inquiry, allowing us to form hypotheses and theories.
21+
</li>
22+
<li>
23+
<strong>Vulnerability:</strong> A single counter-example (like a black swan) can invalidate a strong inductive conclusion.
24+
</li>
25+
</ul>
26+
</div>
27+
);
28+
}

src/data/vocab/logical-fallacy.jsx

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
import React from 'react';
2+
3+
export default function LogicalFallacy() {
4+
return (
5+
<div className="space-y-6 font-mono text-sm leading-relaxed">
6+
<p>
7+
A <strong className="text-current">Logical Fallacy</strong> is an error in reasoning that invalidates an argument. They are common pitfalls in debate and rhetoric, often used intentionally to manipulate or mislead.
8+
</p>
9+
10+
<div className="border-l-2 border-emerald-500/50 pl-4 py-1 italic opacity-70 text-xs">
11+
"You're just a philosophy major, so your opinion on the economy is wrong." (Ad Hominem)
12+
</div>
13+
14+
<p>Common types of fallacies include:</p>
15+
<ul className="space-y-2 text-xs opacity-80 list-disc pl-4">
16+
<li>
17+
<strong>Ad Hominem:</strong> Attacking the person rather than the argument.
18+
</li>
19+
<li>
20+
<strong>Straw Man:</strong> Misrepresenting someone's argument to make it easier to attack.
21+
</li>
22+
<li>
23+
<strong>Post Hoc:</strong> Assuming correlation implies causation.
24+
</li>
25+
<li>
26+
<strong>False Dilemma:</strong> Presenting only two options when more exist.
27+
</li>
28+
</ul>
29+
</div>
30+
);
31+
}

0 commit comments

Comments
 (0)