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

@ -6,20 +6,20 @@ import Debate.Types exposing (..)
argumentBoobyTrapPagers : Argument
argumentBoobyTrapPagers =
{ argumentTitle = "Argument Against Israeli Pagers as Booby-Traps"
, propositionTitle = "Proposition"
, propositionTitle = "The Israeli pagers were not booby-traps."
, propositionSummary = "Summary"
, proofLink = "The Israeli pagers were not booby-traps."
, proofLink = "https://www.umsu.de/trees/#(~6x(Px~4(Qx~1Rx~1Sx))),(Qp),(Rp),(~3Sp)|=(~3Pp)"
, definitionTable =
[ { definiendum = "B(x)"
[ { definiendum = "P(x)"
, definiens = "(x) is a booby-trap"
}
, { definiendum = "D(x)"
, { definiendum = "Q(x)"
, definiens = "(x) is a device or material"
}
, { definiendum = "K(x)"
, { definiendum = "R(x)"
, definiens = "(x) is designed, constructed, or adapted to kill or injure"
}
, { definiendum = "F(x)"
, { definiendum = "S(x)"
, definiens = "(x) functions (as a device or material that was designed, constructed, or adapted to kill or injure) when a person disturbs or approaches an apparently safe act"
}
, { definiendum = "x"
@ -32,20 +32,20 @@ argumentBoobyTrapPagers =
, argumentFormalization =
[ { premises =
[ { premise = "For all x, x is a booby-trap if, and only if, x is a device or material AND x is designed, constructed, or adapted to kill or injure AND x functions (as a device or material that was designed, constructed, or adapted to kill or injure) when a person disturbs or approaches an apparently safe act."
, notation = "(x(Bx(DxKxFx)))"
, notation = "(x(Px(QxRxSx)))"
}
, { premise = "The Israeli pagers were devices or materials."
, notation = "(Dp)"
, notation = "(Qp)"
}
, { premise = "The Israeli pagers were designed, constructed, or adapted to kill or injure."
, notation = "(Kp)"
, notation = "(Rp)"
}
, { premise = "The Israeli pagers did not function (as devices or materials that were designed, constructed, or adapted to kill or injure) when a person disturbs or approaches an apparently safe act."
, notation = "(¬Fp)"
, notation = "(¬Sp)"
}
]
, conclusion = "Therefore, the Israeli pagers were not booby-traps."
, conclusionNotation = "(¬Bp)"
, conclusionNotation = "(¬Pp)"
}
]
}