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

Restrict substitution of arguments in quality to homotopy level 2 #302

Open
bvssvni opened this issue May 1, 2022 · 0 comments
Open

Restrict substitution of arguments in quality to homotopy level 2 #302

bvssvni opened this issue May 1, 2022 · 0 comments

Comments

@bvssvni
Copy link
Contributor

bvssvni commented May 1, 2022

Currently, quality::in_left_arg and quality::in_right_arg makes the following provable:

(a ~~ a) & (a == b) => (b ~~ b)

This is not provable in PSQ in Pocket-Prover, but one can prove the following:

(a ~~ a) & hom_eq(2, a, b) => (b ~~ b)

https://advancedresearch.github.io/quality/summary.html#psq---path-semantical-quantum-propositional-logic
hom_eq(2, a, b) == ((a == b) ⋀ (qubit(a) == qubit(b))) by Hom-2.

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