Editing
Kantian Deontology
(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 Universalization Test' (Is an action ethical?):''' <syntaxhighlight lang="python"> def is_universalizable(action_maxim): """ Simulates the 'Categorical Imperative'. If everyone does 'X', does 'X' still work? """ if "lying" in action_maxim.lower(): # If everyone lies, 'truth' loses meaning. Contradiction! return False if "stealing" in action_maxim.lower(): # If everyone steals, 'property' loses meaning. Contradiction! return False if "keeping promises" in action_maxim.lower(): # If everyone keeps promises, society functions. Valid! return True return "Requires deep philosophical debate" print(f"Is Lying ethical? {is_universalizable('Lying for personal gain')}") print(f"Is Keeping Promises ethical? {is_universalizable('Keeping promises even when hard')}") </syntaxhighlight> ; Kantian Landmarks : '''The 'Inquiring Murderer'''' β A famous (and controversial) example where Kant argued that even if a murderer asks where your friend is, you still shouldn't lie to save them, because lying is an absolute violation of moral duty. : '''Human Rights''' β The concept that every human has "Inalienable Rights" (like life and liberty) is a direct descendant of Kant's idea that humans are "Ends in themselves." : '''War Crimes''' β The idea that "Following orders" is not an excuse for evil; you have a duty to the moral law that is higher than the law of your country. : '''Informed Consent''' β The medical rule that you can never perform an experiment on a person without their permission, no matter how much it helps science. </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