vault backup: 2024-11-04 20:55:56

This commit is contained in:
Nick 2024-11-04 20:55:56 -06:00
parent 9b6a471b2e
commit bcc5953e6a
10 changed files with 195 additions and 64 deletions

View file

@ -1,15 +1,17 @@
### Immortality Reductio
| <font color="CC6600">**Variable**</font> | <font color="CC6600">**Definition**</font> |
|:----------------------------------------:|:--------------------------------------------------------------------------- |
| <font color="CC6600">**H**</font> | humans undergo normal physiological process (x) |
| <font color="CC6600">**R**</font> | normal physiological process (x) does result in negative health outcome (y) |
| <font color="CC6600">**s**</font> | senescence |
| <font color="CC6600">**d**</font> | death |
| <font color="CC6600">**Variable**</font> | <font color="CC6600">**Definition**</font> |
|:----------------------------------------:|:------------------------------------------ |
| <font color="CC6600">**H(x)**</font> | humans undergo (x) |
| <font color="CC6600">**R(x,y)**</font> | (x) does result in (y) |
| <font color="CC6600">**x**</font> | normal physiological process |
| <font color="CC6600">**y**</font> | negative health outcome |
| <font color="CC6600">**s**</font> | senescence |
| <font color="CC6600">**d**</font> | death |
<div style="text-align: center">
<font color="CC6600">
<b>P1)</b></font> If humans undergo a normal physiological process, then the normal physiological process does not result in a negative health outcome.
<b>P1)</b></font> For all things, if humans undergo a normal physiological process, then the normal physiological process does not result in a negative health outcome.
<br />
<font color="CC6600">
<b>(∀x∀y(Hx→¬Rxy))</b>