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 @@ argumentPollinationReductio =
{ argumentTitle = "Vegan Anti-Pollination Reductio"
, propositionTitle = "Apples are not vegan"
, propositionSummary = "Summary"
, proofLink = "https://www.umsu.de/trees/#(~6x(Vx~4~3Ex)),(Eb),(~3Vb~5~6y(~3Py))%7C=(~3Pa)"
, proofLink = "https://www.umsu.de/trees/#(~6x(Px~4~3Qx)),(Qb),(~3Pb~5~6y(~3Ry))|=(~3Ra)"
, definitionTable =
[ { definiendum = "V(x)"
[ { definiendum = "P(x)"
, definiens = "(x) is vegan"
}
, { definiendum = "E(x)"
, { definiendum = "Q(x)"
, definiens = "(x) involves human on non-human animal exploitation"
}
, { definiendum = "P(y)"
, { definiendum = "R(y)"
, definiens = "(y) generated are vegan"
}
, { definiendum = "x"
@ -35,17 +35,17 @@ argumentPollinationReductio =
, argumentFormalization =
[ { premises =
[ { premise = "Something is vegan if, and only if, something does not involve human on non-human animal exploitation."
, notation = "(x(Vx¬Ex))"
, notation = "(x(Px¬Qx))"
}
, { premise = "Bees pollinating human crops involves human on non-human exploitation."
, notation = "(Eb)"
, notation = "(Qb)"
}
, { premise = "If bees pollinating human crops is not vegan, then the products generated are not vegan."
, notation = "(¬Vby(¬Py))"
, notation = "(¬Pby(¬Ry))"
}
]
, conclusion = "Therefore, apples are not vegan."
, conclusionNotation = "(¬Pa)"
, conclusionNotation = "(¬Ra)"
}
]
}