Editing
Socrates and the Socratic Method
(section)
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!
== <span style="color: #FFFFFF;">Applying</span> == '''Modeling 'The Socratic Dialogue' (Simulating 'Refinement' of a Definition):''' <syntaxhighlight lang="python"> def socratic_refinement(initial_definition, counter_example): """ Shows how 'The Question' narrows the truth. """ # Step 1: Propose a simple rule # Step 2: Find a case where the rule fails # Step 3: Refine the rule if "Always" in initial_definition and counter_example == "The Thief": return f"REFINEMENT: '{initial_definition}' is FALSE because of {counter_example}. We must add a 'Condition'." else: return "DEFINITION STANDS. (For now)." # Case: Definition 'Justice is always telling the truth' # Counter: 'Should you tell the truth to a murderer looking for their victim?' print(socratic_refinement("Justice is always telling the truth", "The Murderer")) </syntaxhighlight> ; Socratic Landmarks : '''The 'Crito' ''' β The "Dialogue" where Socrates "Explains" why he "Must" "Stay" and "Die" rather than "Escape" (The 'Social Contract' argument). : '''The 'Meno' ''' β The "Dialogue" where Socrates "Proves" "Innate Knowledge" by "Helping" an "Uneducated Slave" "Solve" a "Geometry Problem" (see Article 116). : '''The 'Apology' ''' β (See Article 641). Socrates' "Defense Speech" in court: "The unexamined life is not worth living." : '''Socratic Irony''' β "Pretending" to be "Ignorant" to "Draw Out" the "Other Person's" "Flawed Logic." </div> <div style="background-color: #8B4500; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;">
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)
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