feat: reformatted arguments

This commit is contained in:
Nick 2024-11-18 21:51:19 -06:00
parent 257cb2642d
commit fb2cf8d846
12 changed files with 76 additions and 23 deletions

View file

@ -9,7 +9,7 @@ argumentHealthyFood =
, propositionTitle = "Pepsi is healthy compared to leafy greens when trapped on a desert island."
, propositionReductio = ""
, propositionSummary = "A food is considered healthier than another in a specific context if it increases the time before illness or disease sets in when replacing the other food. On a desert island, since Pepsi can extend the time before starvation compared to leafy greens, it is considered healthier than leafy greens in that context."
, proofLink = "https://www.umsu.de/trees/#(~6x~6y~6z~6w(Pxyw~4Qxyzw)),(Qpdsl)%7C=(Ppdl)"
, proofLink = "https://www.umsu.de/trees/#(~6x~6y~6z~6w(Pxyw~4Qwxzy)),(Qdpsl)|=(Ppld)"
, definitionTable =
[ { definiendum = "P(x,y,w)"
, definiens = "a given (x) is healthy compared to a given (w) when in a given (y)"
@ -17,6 +17,18 @@ argumentHealthyFood =
, { definiendum = "Q(x,y,z,w)"
, definiens = "when within a (y) the consumption of the given (x) is likely to increase the lag-time to the onset of (z) when replacing a given (w)"
}
, { definiendum = "x"
, definiens = "a food"
}
, { definiendum = "y"
, definiens = "a another food"
}
, { definiendum = "z"
, definiens = "an illness or disease"
}
, { definiendum = "w"
, definiens = "a context"
}
, { definiendum = "p"
, definiens = "Pepsi"
}
@ -32,15 +44,15 @@ argumentHealthyFood =
]
, argumentFormalization =
[ { premises =
[ { premise = "A given food is healthy compared to another given food when in a given context if, and only if, when within that context the consumption of that given food is likely to increase the lag-time to the onset of illness, disease, or infirmity when replacing a given other food."
, notation = "(xyzw(PxywQxyzw))"
[ { premise = "A given food (x) is healthy compared to another given food (y) when in a given context (w) if, and only if, when within that context (w) the consumption of that given food (x) is likely to increase the lag-time to the onset of illness, disease, or infirmity (z) when replacing a given other food (y)."
, notation = "(xyzw(PxywQwxzy))"
}
, { premise = "When trapped on a desert island the consumption of Pepsi increases the lag-time to the onset of starvation when replacing leafy greens."
, notation = "(Qpdsl)"
, notation = "(Qdpsl)"
}
]
, conclusion = "Therefore, Pepsi is healthy compared to leafy greens when trapped on a desert island."
, conclusionNotation = "(Ppdl)"
, conclusionNotation = "(Ppld)"
}
]
}
}