mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-17 04:45:12 -05:00
feat: added some arguments
This commit is contained in:
parent
1aa6599e57
commit
aa7357d871
35 changed files with 187 additions and 208 deletions
49
frontend/src/Debate/Arguments/Ethics/EfilismPatrolSquad.elm
Normal file → Executable file
49
frontend/src/Debate/Arguments/Ethics/EfilismPatrolSquad.elm
Normal file → Executable file
|
@ -5,49 +5,40 @@ import Debate.Types exposing (..)
|
|||
|
||||
argumentEfilismPatrolSquad : Argument
|
||||
argumentEfilismPatrolSquad =
|
||||
{ argumentTitle = "Title"
|
||||
, propositionTitle = "Proposition"
|
||||
{ argumentTitle = "The Eternal Intergalactic Sentience Patrol Squad"
|
||||
, propositionTitle = "Efilists should not abstain from procreation until all sentient life in the universe is sterilized"
|
||||
, propositionSummary = "Summary"
|
||||
, proofLink = ""
|
||||
, proofLink = "https://www.umsu.de/trees/#(P~5Q),(~3Q),(~3P~1R~5~3S),(R)%7C=(~3S)"
|
||||
, definitionTable =
|
||||
[ { definiendum = ""
|
||||
, definiens = ""
|
||||
[ { definiendum = "P"
|
||||
, definiens = "humans abstaining from procreation maximally reduces rights violations"
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = ""
|
||||
, { definiendum = "Q"
|
||||
, definiens = "humans have sterilized all sentient life in the universe"
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = ""
|
||||
, { definiendum = "R"
|
||||
, definiens = "many more generations are required to sterilize all sentient life in the universe"
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = ""
|
||||
}
|
||||
, { definiendum = ""
|
||||
, definiens = ""
|
||||
, { definiendum = "S"
|
||||
, definiens = "efilists should abstain from procreation until all sentient life in the universe is sterilized"
|
||||
}
|
||||
]
|
||||
, argumentFormalization =
|
||||
[ { premises =
|
||||
[ { premise = ""
|
||||
, notation = ""
|
||||
[ { premise = "If humans abstaining from procreation maximally reduces rights violations, then humans have sterilized all sentient life in the universe."
|
||||
, notation = "(P→Q)"
|
||||
}
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
, { premise = "Humans have not sterilized all sentient life in the universe."
|
||||
, notation = "(¬Q)"
|
||||
}
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
, { 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 = ""
|
||||
, notation = ""
|
||||
}
|
||||
, { premise = ""
|
||||
, notation = ""
|
||||
, { premise = "Many more generations are required to sterilize all sentient life in the universe."
|
||||
, notation = "(R)"
|
||||
}
|
||||
]
|
||||
, conclusion = ""
|
||||
, conclusion = "Therefore, efilists should not abstain from procreation until all sentient life in the universe is sterilized."
|
||||
, conclusionNotation = "(∴)"
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue