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 @@ 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 = "(∀x∀y(¬Ax→¬E(e(y))))"
|
||||
, notation = "(∀x∀y(¬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)))"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue