mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-16 20:35:13 -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
|
@ -8,15 +8,15 @@ argumentFineTuning =
|
|||
{ argumentTitle = "Fine Tuning Debunk"
|
||||
, propositionTitle = "Fine tuning is an infinitely regressive explanation for God"
|
||||
, propositionSummary = "Summary"
|
||||
, proofLink = "https://www.umsu.de/trees/#(~6x(Fx~5Dx)),(Fg),(Dg~5T)%7C=(T)"
|
||||
, proofLink = "https://www.umsu.de/trees/#(~6x(Px~5Qx)),(Pg),(Qg~5R)%7C=(R)"
|
||||
, definitionTable =
|
||||
[ { definiendum = "F(x)"
|
||||
[ { definiendum = "P(x)"
|
||||
, definiens = "(x) is finely tuned"
|
||||
}
|
||||
, { definiendum = "D(x)"
|
||||
, { definiendum = "Q(x)"
|
||||
, definiens = "(x) has a designer"
|
||||
}
|
||||
, { definiendum = "T"
|
||||
, { definiendum = "R"
|
||||
, definiens = "fine tuning is an infinitely regressive explanation for God"
|
||||
}
|
||||
, { definiendum = "x"
|
||||
|
@ -29,17 +29,17 @@ argumentFineTuning =
|
|||
, argumentFormalization =
|
||||
[ { premises =
|
||||
[ { premise = "If something is finely tuned, then something has a designer."
|
||||
, notation = "(∀x(Fx→Dx))"
|
||||
, notation = "(∀x(Px→Qx))"
|
||||
}
|
||||
, { premise = "God's constitution is finely tuned."
|
||||
, notation = "(Fg)"
|
||||
, notation = "(Pg)"
|
||||
}
|
||||
, { premise = "If God's constitution has a designer, then fine tuning is an infinitely regressive explanation for God."
|
||||
, notation = "(Dg→T)"
|
||||
, notation = "(Qg→R)"
|
||||
}
|
||||
]
|
||||
, conclusion = "Therefore, fine tuning is an infinitely regressive explanation for God."
|
||||
, conclusionNotation = "(∴T)"
|
||||
, conclusionNotation = "(∴R)"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue