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,7 +8,7 @@ argumentTransPeople =
{ argumentTitle = "Argument For Trans Identity"
, propositionTitle = "A trans person of the male sex is a woman and a trans person with female sex is a man."
, propositionSummary = "Summary"
, proofLink = "https://www.umsu.de/trees/#(~6x(Wx~4Lx~1Ox)),(~6x(Mx~4Sx~1Ox)),(La~1Oa),(Sg~1Og)%7C=(Wa~1Mg)"
, proofLink = "https://www.umsu.de/trees/#(~6x(Px~4Rx~1Wx)),(~6x(Qx~4Sx~1Wx)),(Ra~1Wa),(Sg~1Wg)|=(Pa~1Qg)"
, definitionTable =
[ { definiendum = "Male"
, definiens = "the cluster of traits that associate with small, but not large, gametes."
@ -16,19 +16,19 @@ argumentTransPeople =
, { definiendum = "Female"
, definiens = "the cluster of traits that associate with large, but not small, gametes."
}
, { definiendum = "W"
, { definiendum = "P(x)"
, definiens = "(x) is a woman"
}
, { definiendum = "M"
, { definiendum = "Q(x)"
, definiens = "(x) is a man"
}
, { definiendum = "L"
, { definiendum = "R(x)"
, definiens = "(x) possesses a sufficiently greater sum of weighted traits that more closely associate with large gametes than weighted traits that associate with small gametes"
}
, { definiendum = "S"
, { definiendum = "S(x)"
, definiens = "(x) possesses a sufficiently greater sum of weighted traits that more closely associate with small gametes than weighted traits that associate with large gametes"
}
, { definiendum = "O"
, { definiendum = "W(x)"
, definiens = "(x) is over 18 years of age"
}
, { definiendum = "x"
@ -44,20 +44,20 @@ argumentTransPeople =
, argumentFormalization =
[ { premises =
[ { premise = "Someone is a woman if, and only if, someone possesses a sufficiently greater sum of weighted traits that more closely associate with large gametes than weighted traits that associate with small gametes and someone is over 18 years of age."
, notation = "(x(WxLxOx))"
, notation = "(x(PxRxWx))"
}
, { premise = "Someone is a man if, and only if, someone possesses a sufficiently greater sum of weighted traits that more closely associate with small gametes than weighted traits that associate with large gametes and someone is over 18 years of age."
, notation = "(x(MxSxOx))"
, notation = "(x(QxSxWx))"
}
, { premise = "A trans person of the male sex possesses a sufficiently greater sum of weighted traits that more closely associate with large gametes than weighted traits that associate with small gametes and a trans person with small gametes is over 18 years of age."
, notation = "(LaOa)"
, notation = "(RaWa)"
}
, { premise = "A trans person of the female sex possesses a sufficiently greater sum of weighted traits that more closely associate with small gametes than weighted traits that associate with large gametes and a trans person with large gametes is over 18 years of age."
, notation = "(SgOg)"
, notation = "(SgWg)"
}
]
, conclusion = "Therefore, a trans person of the male sex is a woman and a trans person with female sex is a man."
, conclusionNotation = "(WaMg)"
, conclusionNotation = "(PaQg)"
}
]
}