feat: some stuff

This commit is contained in:
Nick 2024-11-16 15:50:33 -06:00
parent 31e9d1cef2
commit bdd63d8494
15 changed files with 181 additions and 16 deletions

View file

@ -9,45 +9,45 @@ argumentMalondialdehyde =
, propositionTitle = "Proposition"
, propositionSummary = "Summary"
, definitionTable =
[ { definiendum = "C(x)"
[ { definiendum = ""
, definiens = "prop 1"
}
, { definiendum = "B(x)"
, { definiendum = ""
, definiens = "prop 2"
}
, { definiendum = "D(x)"
, { definiendum = ""
, definiens = "prop 3"
}
, { definiendum = "S(x)"
, { definiendum = ""
, definiens = "prop 4"
}
, { definiendum = "A(x)"
, { definiendum = ""
, definiens = "prop 5"
}
, { definiendum = "r"
, { definiendum = ""
, definiens = "variable 1"
}
]
, argumentFormalization =
[ { premises =
[ { premise = "premise 1"
, notation = "(x(CxBx))"
, notation = ""
}
, { premise = "premise 2"
, notation = "(x(¬CxDx))"
, notation = ""
}
, { premise = "premise 3"
, notation = "(¬Cr)"
, notation = ""
}
, { premise = "premise 4"
, notation = "(¬BrDrSr)"
, notation = ""
}
, { premise = "premise 5"
, notation = "(SrAr)"
, notation = ""
}
]
, conclusion = "conclusion"
, conclusionNotation = "(Ar)"
, conclusionNotation = "()"
}
]
}