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

The definition of sigma could draw attention to the use of forall #877

Open
michaelpj opened this issue May 31, 2023 · 3 comments
Open

The definition of sigma could draw attention to the use of forall #877

michaelpj opened this issue May 31, 2023 · 3 comments

Comments

@michaelpj
Copy link

Currently it uses (x: a) instead of \forall (x:a). Phil says this is deliberate to avoid confusing people, but after discussion we thought that it is in fact interesting and worth drawing attention to... but it might need some additional explanation if we do that.

@wadler
Copy link
Member

wadler commented May 31, 2023

I'll need to think about this. Wen, please remind me if I don't get to this by the end of June.

@wenkokke
Copy link
Collaborator

Currently it uses (x: a) instead of \forall (x:a). Phil says this is deliberate to avoid confusing people, but after discussion we thought that it is in fact interesting and worth drawing attention to... but it might need some additional explanation if we do that.

Could you explain why it is interesting?

@michaelpj
Copy link
Author

It's surprising! We're defining existentials in terms of universals, is that okay? And the definition looks different to versions of that that people might be familiar with e.g. \exists x . P (x) := \neg \forall x . \neg P (x) in FOL.

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

No branches or pull requests

3 participants