Editing
Mathematical Platonism and the Reality of Abstract Objects
(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 Platonism Test' (Evaluating 'Mathematical Independence' from Physical Reality):''' <syntaxhighlight lang="python"> def test_mathematical_platonism(statements): """ Applies the key Platonism tests to mathematical statements. """ print("MATHEMATICAL PLATONISM ANALYSIS\n") for stmt in statements: necessary = stmt.get('necessary', False) mind_independent = stmt.get('mind_independent', False) precedes_physics = stmt.get('precedes_physics', False) score = sum([necessary, mind_independent, precedes_physics]) verdict = {3: "STRONGLY PLATONIST", 2: "WEAKLY PLATONIST", 1: "BORDERLINE", 0: "ANTI-PLATONIST"}[score] print(f" Statement: '{stmt['text']}'") print(f" Necessary: {necessary} | Mind-independent: {mind_independent} | " f"Pre-physical: {precedes_physics}") print(f" Verdict: {verdict}\n") test_mathematical_platonism([ {"text": "The sum of angles in a Euclidean triangle is 180Β°", "necessary": True, "mind_independent": True, "precedes_physics": True}, {"text": "Ο is irrational", "necessary": True, "mind_independent": True, "precedes_physics": True}, {"text": "The standard notation for addition is '+'", "necessary": False, "mind_independent": False, "precedes_physics": False}, ]) </syntaxhighlight> ; Philosophical Landmarks : '''Plato's ''Republic'' (~380 BC)''' β "The Original" "Argument" for "The Reality" of **"Mathematical Forms."** : '''Frege's ''Foundations of Arithmetic'' (1884)''' β "The Attempt" to "Ground" "Mathematics" in **"Pure Logic"** β "Supporting Platonism." : '''Wigner's "Unreasonable Effectiveness" (1960)''' β "The Most Famous" **"Argument"** for "Mathematical Realism" from "Physics." : '''Tegmark's ''Our Mathematical Universe'' (2014)''' β "The Most Radical" "Platonism": **"The Universe Is Mathematics."** </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