mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-17 04:45:12 -05:00
feat: reformatted props and preds
This commit is contained in:
parent
b3976223fd
commit
691b4f4805
14 changed files with 124 additions and 124 deletions
|
@ -8,15 +8,15 @@ argumentAnimalRights =
|
|||
{ argumentTitle = "Argument for Animal Rights"
|
||||
, propositionTitle = "We should not exploit animals to any greater degree than we would tolerate for humans."
|
||||
, propositionSummary = "Summary"
|
||||
, proofLink = "https://www.umsu.de/trees/#(~6x(Wx~5Nx)),(~3Wa~5~7t(Ata~5(Ath~5~3Wh))),(~3~7t(Ata~5(Ath~5~3Wh))),(Wa)%7C=(Na)"
|
||||
, proofLink = "https://www.umsu.de/trees/#(~6x(Px~5~3Qx)),(~3Pa~5~7t(Rta~5(Rth~5~3Ph))),(~3~7t(Rta~5(Rth~5~3Ph))),(Pa)|=(~3Qa)"
|
||||
, definitionTable =
|
||||
[ { definiendum = "W(x)"
|
||||
[ { definiendum = "P(x)"
|
||||
, definiens = "(x) has moral worth"
|
||||
}
|
||||
, { definiendum = "N(x)"
|
||||
, { definiendum = "Q(x)"
|
||||
, definiens = "we should exploit (x) to any greater degree than we would tolerate for humans"
|
||||
}
|
||||
, { definiendum = "∃t(At(x)"
|
||||
, { definiendum = "R(t,x)"
|
||||
, definiens = "there exists a (t) that is absent in (x)"
|
||||
}
|
||||
, { definiendum = "x"
|
||||
|
@ -35,17 +35,17 @@ argumentAnimalRights =
|
|||
, argumentFormalization =
|
||||
[ { premises =
|
||||
[ { premise = "For all things, if a being has moral worth, then we should not exploit it to any greater degree than we would tolerate for humans."
|
||||
, notation = "(∀x(Wx→Nx))"
|
||||
, notation = "(∀x(Px→¬Qx))"
|
||||
}
|
||||
, { premise = "If animals don’t have moral worth, then there exists a trait that is absent in animals such that if it were absent in humans, humans wouldn’t have moral worth."
|
||||
, notation = "(¬Wa→∃t(Ata→(Ath→¬Wh)))"
|
||||
, notation = "(¬Pa→∃t(Rta→(Rth→¬Ph)))"
|
||||
}
|
||||
, { premise = "There doesn’t exist a trait that is absent in animals such that if it were absent in humans, humans wouldn’t have moral worth"
|
||||
, notation = "(¬∃t(Ata→(Ath→¬Wh)))"
|
||||
, notation = "(¬∃t(Rta→(Rth→¬Ph)))"
|
||||
}
|
||||
]
|
||||
, conclusion = "Therefore, we should not exploit animals to any greater degree than we would tolerate for humans."
|
||||
, conclusionNotation = "(∴Na)"
|
||||
, conclusionNotation = "(∴¬Qa)"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue