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

Add type alias for !a == !!b for type theoretic existential philosophy #343

Open
bvssvni opened this issue Sep 2, 2022 · 2 comments
Open

Comments

@bvssvni
Copy link
Contributor

bvssvni commented Sep 2, 2022

This is useful when two propositions are exclusive:

(!a == !!b) & (!b == !!a)

can be reduced to:

!a == !!b

For existential propositions a, b, !a == !!b implies !a | !b and !!a | !!b

@bvssvni
Copy link
Contributor Author

bvssvni commented Sep 2, 2022

I believe !a == !!b also implies a =x= b.

@bvssvni
Copy link
Contributor Author

bvssvni commented Sep 23, 2022

!a == !b equals a =x= b, so !a == !!b can't (or should not) imply a =x= b.

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