Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support more types of logical systems #1

Open
nsbgn opened this issue Jan 16, 2018 · 1 comment
Open

Support more types of logical systems #1

nsbgn opened this issue Jan 16, 2018 · 1 comment

Comments

@nsbgn
Copy link
Owner

nsbgn commented Jan 16, 2018

Implement other systems (sequent, ...) and logical families (modal, fragments of first-order, ...).

@nsbgn nsbgn changed the title Support more logical systems Support more types of logical systems Jan 16, 2018
@nsbgn
Copy link
Owner Author

nsbgn commented Jan 29, 2018

There is a relationship between sequents and tableaux (as used in [Kurokawa 2012] and mentioned in [Fitting 2005, p.21]; see [First-order logic, Smullyan 1994] for the classical case). The signed tableau system in [Renne 2004] corresponds to the sequent system in [Artemov 2001].

It should be possible to specify sequent systems in terms of tableau systems.

We could have a special entry in the YAML where it's specified that system: sequent with base and translation keys to provide the base tableau system and the way to translate from a tableau to a sequent proof.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant