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

@ -10,10 +10,10 @@ argumentImmortalityReductio =
, propositionSummary = "Summary"
, proofLink = "https://www.umsu.de/trees/#(~6x~6y(Hx~5~3Rxy)),(Hs)%7C=(~3Rsd)"
, definitionTable =
[ { definiendum = "H(x)"
[ { definiendum = "P(x)"
, definiens = "humans undergo (x)"
}
, { definiendum = "R(x,y)"
, { definiendum = "Q(x,y)"
, definiens = "(x) results in (y)"
}
, { definiendum = "x"
@ -32,14 +32,14 @@ argumentImmortalityReductio =
, argumentFormalization =
[ { premises =
[ { premise = "If humans undergo a normal physiological process, then the normal physiological process does not result in a negative health outcome."
, notation = "(xy(Hx¬Rxy))"
, notation = "(xy(Px¬Qxy))"
}
, { premise = "Humans undergo senescence."
, notation = "(Hs)"
, notation = "(Ps)"
}
]
, conclusion = "Therefore, senescence does not result in death."
, conclusionNotation = "(¬Rsd)"
, conclusionNotation = "(¬Qsd)"
}
]
}