mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-17 04:45:12 -05:00
feat: added arguments
This commit is contained in:
parent
4e2cdfd70e
commit
4fdb5f966f
11 changed files with 331 additions and 41 deletions
|
@ -6,9 +6,9 @@ import Debate.Types exposing (..)
|
|||
argumentEfilismPatrolSquad : Argument
|
||||
argumentEfilismPatrolSquad =
|
||||
{ argumentTitle = "The Eternal Intergalactic Sentience Patrol Squad"
|
||||
, propositionTitle = "Efilists should not abstain from procreation until all sentient life in the universe is sterilized"
|
||||
, propositionTitle = "Efilists are committed to pragmatic natalism"
|
||||
, propositionSummary = "Summary"
|
||||
, proofLink = "https://www.umsu.de/trees/#(P~5Q),(~3Q),(~3P~1R~5~3S),(R)%7C=(~3S)"
|
||||
, proofLink = "https://www.umsu.de/trees/#(P~5Q),(~3Q),(~3P~1R~5~3S),(R),(~3S~5T)|=(T)"
|
||||
, definitionTable =
|
||||
[ { definiendum = "P"
|
||||
, definiens = "humans abstaining from procreation maximally reduces rights violations"
|
||||
|
@ -22,6 +22,9 @@ argumentEfilismPatrolSquad =
|
|||
, { definiendum = "S"
|
||||
, definiens = "efilists should abstain from procreation until all sentient life in the universe is sterilized"
|
||||
}
|
||||
, { definiendum = "T"
|
||||
, definiens = "efilists are committed to pragmatic natalism"
|
||||
}
|
||||
]
|
||||
, argumentFormalization =
|
||||
[ { premises =
|
||||
|
@ -37,9 +40,12 @@ argumentEfilismPatrolSquad =
|
|||
, { 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→T)"
|
||||
}
|
||||
]
|
||||
, conclusion = "Therefore, efilists should not abstain from procreation until all sentient life in the universe is sterilized."
|
||||
, conclusionNotation = "(∴)"
|
||||
, conclusion = "Therefore, efilists are committed to pragmatic natalism."
|
||||
, conclusionNotation = "(∴T)"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue