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
|
@ -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 = "(∀x∀y(Hx→¬Rxy))"
|
||||
, notation = "(∀x∀y(Px→¬Qxy))"
|
||||
}
|
||||
, { premise = "Humans undergo senescence."
|
||||
, notation = "(Hs)"
|
||||
, notation = "(Ps)"
|
||||
}
|
||||
]
|
||||
, conclusion = "Therefore, senescence does not result in death."
|
||||
, conclusionNotation = "(∴¬Rsd)"
|
||||
, conclusionNotation = "(∴¬Qsd)"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue