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 @@ argumentVeganSocietyReductio =
{ argumentTitle = "Vegan Society Definition Reductio"
, propositionTitle = "It is vegan to eat Groot."
, propositionSummary = "Summary"
, proofLink = "https://www.umsu.de/trees/#(~6x(Vx~4~3Ex)),(~6x~6y(~3Ax~5~3E(e(y)))),(~3Ag)%7C=(V(e(g)))"
, proofLink = "https://www.umsu.de/trees/#(~6x(Px~4~3Qx)),(~6x~6y(~3Rx~5~3Q(e(y)))),(~3Rg)%7C=(P(e(g)))"
, definitionTable =
[ { definiendum = "V(x)"
[ { definiendum = "P(x)"
, definiens = "it is vegan to do (x)"
}
, { definiendum = "E(x,y)"
, { definiendum = "Q(x,y)"
, definiens = "(x) exploits (y)"
}
, { definiendum = "A(x)"
, { definiendum = "R(x)"
, definiens = "(x) is an animal"
}
, { definiendum = "x"
@ -35,17 +35,17 @@ argumentVeganSocietyReductio =
, argumentFormalization =
[ { premises =
[ { premise = "For all things, it is vegan to do something if and only if that thing does not exploit animals."
, notation = "(x(Vx¬Ex))"
, notation = "(x(Px¬Qx))"
}
, { premise = "If some beings are not animals, then eating those beings does not exploit animals."
, notation = "(xy(¬Ax¬E(e(y))))"
, notation = "(xy(¬Rx¬Q(e(y))))"
}
, { premise = "Groot is not an animal."
, notation = "(¬Ag)"
, notation = "(¬Rg)"
}
]
, conclusion = "Therefore, it is vegan to eat Groot."
, conclusionNotation = "(V(e(g)))"
, conclusionNotation = "(P(e(g)))"
}
]
}