daviddoret / punctilious

A human-friendly and developer-friendly math proof assistant
https://github.com/daviddoret/punctilious
MIT License
2 stars 0 forks source link

feature: support for standard formulae + formula building function #219

Closed daviddoret closed 9 months ago

daviddoret commented 1 year ago

question: when we have an inference-rule with multiple premises (e.g. p_implies_q and q_implies_p), it would be more natural to group them together in a single formula with the sequent-comma operator. but then, to facilitate the composition of more complex formula from building blocks, we could provide a new formula construction function that creates a new formula from others but intelligently rescope variables?