feat: reformatted props and preds

This commit is contained in:
Nick 2024-11-18 18:01:32 -06:00
parent b3976223fd
commit 691b4f4805
14 changed files with 124 additions and 124 deletions

View file

@ -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(WxNx))"
, notation = "(x(Px¬Qx))"
}
, { premise = "If animals dont have moral worth, then there exists a trait that is absent in animals such that if it were absent in humans, humans wouldnt have moral worth."
, notation = "(¬Wat(Ata(Ath¬Wh)))"
, notation = "(¬Pat(Rta(Rth¬Ph)))"
}
, { premise = "There doesnt exist a trait that is absent in animals such that if it were absent in humans, humans wouldnt 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)"
}
]
}