Editing
Rawlsian Justice
(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 Difference Principle' (Testing if an 'Inequality' is Just):''' <syntaxhighlight lang="python"> def is_inequality_just(income_poor, income_rich, income_middle): """ Shows if the 'Rich' are 'Helping the Bottom'. """ # Assume we change a policy (e.g., Tax Cut for the Rich) # New hypothetical incomes: new_poor = income_poor * 1.1 # Poor get 10% more new_rich = income_rich * 1.5 # Rich get 50% more if new_poor > income_poor: return f"JUSTICE: APPROVED. The poor are better off (${new_poor} vs ${income_poor}), even if inequality grew." else: return "JUSTICE: REJECTED. The inequality does not benefit the least advantaged." # Case: A policy that makes the rich $1M richer but the poor $1 poorer print(is_inequality_just(10, 1000, 50)) </syntaxhighlight> ; Rawlsian Landmarks : ''' 'A Theory of Justice' (1971)''' β The "Book" that "Resurrected" Political Philosophy, moving it from "Logic" back to "Moral Truth." : '''The 'Nordic Model' ''' β Often seen as the "Closest Real-World Version" of Rawls: "High Liberties" plus a "Strong Difference Principle" (High taxes for high services). : '''The 'Universal Basic Income' Debate''' β Rawlsian argument: UBI provides the "Primary Good" of "Self-Respect" and "Safety" to the least advantaged. : '''Nozickβs 'Anarchy, State, and Utopia' (1974)''' β The "Great Counter-Argument": Nozick argued that "Taxing the Rich" to "Help the Poor" is "Forced Labor" and "Violates Property Rights." </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