mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-17 04:45:12 -05:00
feat: reformated arguments
This commit is contained in:
parent
e0fb69d492
commit
b3976223fd
10 changed files with 58 additions and 67 deletions
|
@ -8,15 +8,15 @@ argumentMalondialdehyde =
|
|||
{ argumentTitle = "Atherogenic Omega-3 Reductio"
|
||||
, propositionTitle = "Omega-3s are atherogenic."
|
||||
, propositionSummary = "Summary"
|
||||
, proofLink = "https://www.umsu.de/trees/#(~6x(Ax~4Lx)),(Lm),(Am~5~6x(Fx))%7C=(Fo)"
|
||||
, proofLink = "https://www.umsu.de/trees/#(~6x(Px~4Qx)),(Qm),(Pm~5~6x(Rx))%7C=(Ro)"
|
||||
, definitionTable =
|
||||
[ { definiendum = "A(x)"
|
||||
[ { definiendum = "P(x)"
|
||||
, definiens = "(x) increases the risk of atherosclerosis"
|
||||
}
|
||||
, { definiendum = "L(x)"
|
||||
, { definiendum = "Q(x)"
|
||||
, definiens = "(x) facilitates the oxidative modification of LDL particles"
|
||||
}
|
||||
, { definiendum = "F(x)"
|
||||
, { definiendum = "R(x)"
|
||||
, definiens = "all (x) are atherogenic"
|
||||
}
|
||||
, { definiendum = "m"
|
||||
|
@ -29,17 +29,17 @@ argumentMalondialdehyde =
|
|||
, argumentFormalization =
|
||||
[ { premises =
|
||||
[ { premise = "Something increases the risk of atherosclerosis if and only if something facilitates the oxidative modification of LDL particles."
|
||||
, notation = "(∀x(Ax↔Lx))"
|
||||
, notation = "(∀x(Px↔Qx))"
|
||||
}
|
||||
, { premise = "Malondialdehyde facilitates the oxidative modification of LDL particles."
|
||||
, notation = "(Lm)"
|
||||
, notation = "(Qm)"
|
||||
}
|
||||
, { premise = "If malondialdehyde increases the risk of atherosclerosis, then all malondialdehyde-producing fatty acids are atherogenic."
|
||||
, notation = "(Am→∀x(Fx))"
|
||||
, notation = "(Pm→∀x(Rx))"
|
||||
}
|
||||
]
|
||||
, conclusion = "Therefore, omega-3s are atherogenic."
|
||||
, conclusionNotation = "(∴Fo)"
|
||||
, conclusionNotation = "(∴Ro)"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue