Editing
Rationalism Empiricism
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}} Rationalism and Empiricism are the two competing schools of thought in the 17th and 18th centuries that debated the ultimate source of human knowledge. '''Rationalism''' (led by Descartes and Spinoza) argued that the mind has innate ideas and that truth is found through logic and "Reason" alone. '''Empiricism''' (led by Locke and Hume) argued that the mind is a "Blank Slate" ('''Tabula Rasa''') and that all knowledge comes from our "Senses" and experience. This debate is the foundation of the Enlightenment and continues today in the conflict between theoretical math and experimental science. </div> __TOC__ <div style="background-color: #000080; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Remembering</span> == * '''Rationalism''' β The belief that reason and logic are the primary sources of knowledge. * '''Empiricism''' β The belief that all knowledge is derived from sense-experience. * '''RenΓ© Descartes''' β The "Father of Modern Philosophy"; a Rationalist famous for saying, "I think, therefore I am" ('''Cogito, ergo sum'''). * '''John Locke''' β An Empiricist who proposed that the human mind at birth is a '''Tabula Rasa''' (Blank Slate). * '''David Hume''' β A radical Empiricist and skeptic who argued that we cannot even be sure that "Cause and Effect" is real. * '''Innate Ideas''' β Ideas that the mind is born with (e.g., the idea of God or Perfection). * '''A Priori''' β Knowledge that comes before experience (Reasoning from definitions). * '''A Posteriori''' β Knowledge that comes after experience (Reasoning from observations). * '''Deduction''' β Reasoning from the general to the specific (Rationalist method). * '''Induction''' β Reasoning from specific observations to general laws (Empiricist method). * '''Primary Qualities''' β Properties of objects that exist in the object itself (e.g., Size, Weight). * '''Secondary Qualities''' β Properties that only exist in the mind of the observer (e.g., Color, Smell, Taste). * '''Baruch Spinoza''' β A Rationalist who argued that God and Nature are the same thing (Pantheism). </div> <div style="background-color: #006400; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Understanding</span> == The debate is understood through '''Logic vs. Observation'''. '''1. The Rationalist Path (Descartes)''': Descartes wanted to find a truth that was impossible to doubt. * He doubted his senses (they can be tricked by dreams). * He doubted math (a "demon" could be tricking him). * But he realized he '''could not doubt that he was doubting'''. * Therefore, the "Mind" (Reason) is the only thing we can be 100% sure of. Truth is built "Inside-Out." '''2. The Empiricist Path (Locke/Hume)''': Locke argued that if we had "Innate Ideas," everyone would be born knowing math and God, but they aren't. * We learn what a "Circle" is by seeing round things. * We learn what "Hot" is by touching fire. * Truth is built "Outside-In" through the data of our eyes, ears, and hands. '''3. The Problem of Induction (Hume's Challenge)''': Hume asked: "How do we know the sun will rise tomorrow?" * We say "Because it always has." * But that is just a habit of our mind, not a logical proof. * This "Humean Skepticism" forced philosophers to admit that science is based on "Probabilities," not "Certainties." '''The Wax Example''': Descartes pointed at a piece of wax. When you melt it, the smell, color, and shape all change. Your senses say it is a "new thing." But your mind knows it is the same wax. This was his proof that "The Mind" understands reality better than "The Senses." </div> <div style="background-color: #8B0000; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Applying</span> == '''Modeling 'The Scientific vs. Logical' Approach:''' <syntaxhighlight lang="python"> def acquire_knowledge(method): """ Shows the difference between Rationalism and Empiricism. """ if method == "Rationalism": return "PROCESS: Start with the definition of 'Triangle'. Deduce that angles = 180." elif method == "Empiricism": return "PROCESS: Measure 100 real triangles with a ruler. Conclude that angles = ~180." else: return "PROCESS: Use both (The Kantian synthesis)." # Which one is 'Certain'? print(acquire_knowledge("Rationalism")) # Certain but abstract print(acquire_knowledge("Empiricism")) # Useful but can have measurement error </syntaxhighlight> ; Philosophical Landmarks : '''The Enlightenment''' β The age where "Reason" became the ultimate authority, replacing the church and the king. : '''Descartes' Meditations''' β The book that started modern philosophy by putting the "Individual Subject" at the center of the world. : '''Hume's Fork''' β The idea that every statement is either a "Relation of Ideas" (Math) or a "Matter of Fact" (Science); anything else is "trash." : '''The Royal Society''' β The first scientific organization, founded on the Empiricist motto: "Nullius in verba" (Take nobody's word for it). </div> <div style="background-color: #8B4500; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Analyzing</span> == {| class="wikitable" |+ Rationalism vs. Empiricism ! Feature !! Rationalism !! Empiricism |- | Source || The Mind / Intellect || The Senses / Experience |- | Goal || Absolute Certainty || Practical Utility |- | Preferred Field || Mathematics / Geometry || Biology / Chemistry |- | Human Nature || Born with a 'Program' || Born as 'Blank Slate' |} '''The Concept of "Solipsism"''': If we only know what is in our own mind (Rationalism) or our own senses (Empiricism), how do we know other people even exist? Analyzing the "Problem of Other Minds" is the dark side of modern philosophy that emerged from this debate. </div> <div style="background-color: #483D8B; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Evaluating</span> == Evaluating the debate: # '''Modern Science''': Does the success of science prove that Empiricism won? # '''Mathematics''': Does the existence of "Pi" or "Infinity" prove that Rationalism is right about the mind's power? # '''AI''': Is an AI a "Blank Slate" (Empiricism) or a set of "Innate Algorithms" (Rationalism)? # '''The Synthesis''': Is it possible to have "Experience" without some "Reason" to organize it? (The question that led to Immanuel Kant). </div> <div style="background-color: #2F4F4F; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Creating</span> == Future Frontiers: # '''Neuro-Empiricism''': Mapping exactly how the brain turns "Light waves" into the "Idea" of a face. # '''Formal Verification''': Using pure Rationalist logic to prove that a piece of software (like a flight controller) is 100% bug-free. # '''The 'Hard Problem' of Consciousness''': Why does "Observation" (Empiricism) feel like "Experience" (Rationalism)? # '''Quantum Logic''': A world where the "Rules of Reason" (like A cannot be B) are broken by the "Observations" of subatomic particles. [[Category:Philosophy]] [[Category:Modern History]] [[Category:Science]] </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