mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-16 20:35:13 -05:00
feat: lots of work
This commit is contained in:
parent
4a19d6eb06
commit
848038b62b
158 changed files with 1361 additions and 685 deletions
54
frontend/src/Debate/Arguments/Inferences/EfilismPatrolSquad.elm
Executable file
54
frontend/src/Debate/Arguments/Inferences/EfilismPatrolSquad.elm
Executable file
|
@ -0,0 +1,54 @@
|
|||
module Debate.Arguments.Inferences.EfilismPatrolSquad exposing (..)
|
||||
|
||||
import Debate.Arguments.Types exposing (..)
|
||||
|
||||
|
||||
argumentEfilismPatrolSquad : Argument
|
||||
argumentEfilismPatrolSquad =
|
||||
{ argumentTitle = "The Eternal Intergalactic Sentience Patrol Squad"
|
||||
, propositionTitle = "Efilists are committed to pragmatic natalism."
|
||||
, propositionReductio = "Efilists fundamentally believe that sentient life is inherently characterized by suffering and that the most ethical action is to prevent the creation of any new sentient beings, ultimately aiming to completely eliminate all conscious life in the universe to end suffering permanently."
|
||||
, propositionSummary = "If efilists follow their own logic to its ultimate conclusion, they would paradoxically be committed to a form of pragmatic natalism - the very opposite of their core philosophical stance."
|
||||
, proofLink = "https://www.umsu.de/trees/#(P~5Q),(~3Q),(~3P~1R~5~3S),(R),(~3S~5W)|=(W)"
|
||||
, argumentCertainty = 10
|
||||
, argumentImage = "efilism"
|
||||
, definitionTable =
|
||||
[ { definiendum = "P"
|
||||
, definiens = "humans abstaining from procreation maximally reduces rights violations"
|
||||
}
|
||||
, { definiendum = "Q"
|
||||
, definiens = "humans have sterilized all sentient life in the universe"
|
||||
}
|
||||
, { definiendum = "R"
|
||||
, definiens = "many more generations are required to sterilize all sentient life in the universe"
|
||||
}
|
||||
, { definiendum = "S"
|
||||
, definiens = "efilists should abstain from procreation until all sentient life in the universe is sterilized"
|
||||
}
|
||||
, { definiendum = "W"
|
||||
, definiens = "efilists are committed to pragmatic natalism"
|
||||
}
|
||||
]
|
||||
, argumentFormalization =
|
||||
[ { premises =
|
||||
[ { premise = "If humans abstaining from procreation maximally reduces rights violations, then humans have sterilized all sentient life in the universe."
|
||||
, notation = "P→Q"
|
||||
}
|
||||
, { premise = "Humans have not sterilized all sentient life in the universe."
|
||||
, notation = "¬Q"
|
||||
}
|
||||
, { premise = "If humans abstaining from procreation does not maximally reduce rights violations and many more generations are required to sterilize all sentient life in the universe, then efilists should not abstain from procreation until all sentient life in the universe is sterilized."
|
||||
, notation = "¬P∧R→¬S"
|
||||
}
|
||||
, { premise = "Many more generations are required to sterilize all sentient life in the universe."
|
||||
, notation = "R"
|
||||
}
|
||||
, { premise = "If efilists should not abstain from procreation until all sentient life in the universe is sterilized, then efilists are committed to pragmatic natalism."
|
||||
, notation = "¬S→W"
|
||||
}
|
||||
]
|
||||
, conclusion = "Therefore, efilists are committed to pragmatic natalism."
|
||||
, conclusionNotation = "W"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue