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

Remove HOOO axiom by not[not] <=> not #476

Closed
bvssvni opened this issue Oct 5, 2022 · 2 comments · Fixed by #480
Closed

Remove HOOO axiom by not[not] <=> not #476

bvssvni opened this issue Oct 5, 2022 · 2 comments · Fixed by #480
Assignees
Labels

Comments

@bvssvni
Copy link
Contributor

bvssvni commented Oct 5, 2022

Currently, one can prove the following:

pub fn proof<A: Prop>() -> False {
    let a: Pow<A, False> = fa();
    let b: Pow<Not<A>, False> = fa();
    hooo_not()(b)(a)
}
@bvssvni
Copy link
Contributor Author

bvssvni commented Oct 5, 2022

It seems sufficient to remove hooo::hooo_not.

@bvssvni bvssvni self-assigned this Oct 5, 2022
bvssvni added a commit to bvssvni/prop that referenced this issue Oct 5, 2022
Closes advancedresearch#476

- Made `nnpos_to_nnpara_para` unsafe
- Added `hooo::decide`
- Added `hooo::tauto_decide`
- Added `hooo::para_decide`
- Removed `hooo::pow_not_double_up`
- Removed `hooo::hooo_not`
- Fixed proofs
@bvssvni
Copy link
Contributor Author

bvssvni commented Dec 19, 2022

This also implies that tauto_hooo_not is invalid, since tauto_hooo_not implies hooo_not.

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

Successfully merging a pull request may close this issue.

1 participant