feat: added some arguments

This commit is contained in:
Nick 2024-11-17 01:28:10 -06:00
parent 1aa6599e57
commit aa7357d871
35 changed files with 187 additions and 208 deletions

View 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 = "(PQ)"
}
, { 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 = "(¬PR¬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 = "()"
}
]