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

Make sym-blocks constructible congruent #243

Open
bvssvni opened this issue Nov 5, 2023 · 2 comments
Open

Make sym-blocks constructible congruent #243

bvssvni opened this issue Nov 5, 2023 · 2 comments

Comments

@bvssvni
Copy link
Contributor

bvssvni commented Nov 5, 2023

Currently, there is no common axiom scheme for normal and tautological congruence of sym-blocks.

This means that the user needs to add edge case axioms.

In order to avoid this, an axiom scheme should be designed such that congruence of sym-blocks is constructible.

Examples

  • nat_add_zero_left_cong : true -> cong'(sym(a, add'(z', a') == a'))

Basic operations

  • &
  • =>
  • |
@bvssvni
Copy link
Contributor Author

bvssvni commented Nov 8, 2023

I added a new axiom in #247:

sym_fun_eq : true -> sym(a, f(a')) == f

@bvssvni
Copy link
Contributor Author

bvssvni commented Nov 26, 2023

An idea:

cong'(f) -> cong'(sym(a, f(a') == 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