feat: reformatted props and preds

This commit is contained in:
Nick 2024-11-18 18:01:32 -06:00
parent b3976223fd
commit 691b4f4805
14 changed files with 124 additions and 124 deletions

View file

@ -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(FxDx))"
, notation = "(x(PxQx))"
}
, { 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 = "(DgT)"
, notation = "(QgR)"
}
]
, conclusion = "Therefore, fine tuning is an infinitely regressive explanation for God."
, conclusionNotation = "(T)"
, conclusionNotation = "(R)"
}
]
}