You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.
A large portion (majority?) of the proofs consists of proving that the
pattern is well-formed, positivity, and simplifying substitutions. This is
redundant for two reasons.
a. This is a simple decision procedure that's linear in the size of the
term, so there's no reason to include it in the certificate.
b. Once we have proved well-formedness for the initial goals, applications
of axioms maintains this invariant.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
A large portion (majority?) of the proofs consists of proving that the
pattern is well-formed, positivity, and simplifying substitutions. This is
redundant for two reasons.
a. This is a simple decision procedure that's linear in the size of the
term, so there's no reason to include it in the certificate.
b. Once we have proved well-formedness for the initial goals, applications
of axioms maintains this invariant.
The text was updated successfully, but these errors were encountered: