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

@ -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(PxQx))"
}
, { 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 = "(Pmx(Rx))"
, notation = "(Pmy(Ry))"
}
]
, conclusion = "Therefore, omega-3s are atherogenic."