mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-17 04:45:12 -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,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(Wx↔Lx∧Ox))"
|
||||
, notation = "(∀x(Px↔Rx∧Wx))"
|
||||
}
|
||||
, { 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(Mx↔Sx∧Ox))"
|
||||
, notation = "(∀x(Qx↔Sx∧Wx))"
|
||||
}
|
||||
, { 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 = "(La∧Oa)"
|
||||
, notation = "(Ra∧Wa)"
|
||||
}
|
||||
, { 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 = "(Sg∧Og)"
|
||||
, notation = "(Sg∧Wg)"
|
||||
}
|
||||
]
|
||||
, conclusion = "Therefore, a trans person of the male sex is a woman and a trans person with female sex is a man."
|
||||
, conclusionNotation = "(∴Wa∧Mg)"
|
||||
, conclusionNotation = "(∴Pa∧Qg)"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue