mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-17 04:45:12 -05:00
feat: reformatted arguments
This commit is contained in:
parent
257cb2642d
commit
fb2cf8d846
12 changed files with 76 additions and 23 deletions
|
@ -19,6 +19,12 @@ argumentMalondialdehyde =
|
|||
}
|
||||
, { definiendum = "R(x)"
|
||||
, definiens = "all (x) are atherogenic"
|
||||
}
|
||||
, { definiendum = "x"
|
||||
, definiens = "a substance"
|
||||
}
|
||||
, { definiendum = "y"
|
||||
, definiens = "malondialdehyde-producing fatty acids"
|
||||
}
|
||||
, { definiendum = "m"
|
||||
, definiens = "malondialdehyde"
|
||||
|
@ -29,14 +35,14 @@ argumentMalondialdehyde =
|
|||
]
|
||||
, argumentFormalization =
|
||||
[ { premises =
|
||||
[ { premise = "Something increases the risk of atherosclerosis if and only if something facilitates the oxidative modification of LDL particles."
|
||||
[ { premise = "A substance (x) increases the risk of atherosclerosis if and only if that substance (x) facilitates the oxidative modification of LDL particles."
|
||||
, notation = "(∀x(Px↔Qx))"
|
||||
}
|
||||
, { premise = "Malondialdehyde facilitates the oxidative modification of LDL particles."
|
||||
, notation = "(Qm)"
|
||||
}
|
||||
, { premise = "If malondialdehyde increases the risk of atherosclerosis, then all malondialdehyde-producing fatty acids are atherogenic."
|
||||
, notation = "(Pm→∀x(Rx))"
|
||||
, notation = "(Pm→∀y(Ry))"
|
||||
}
|
||||
]
|
||||
, conclusion = "Therefore, omega-3s are atherogenic."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue