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

Function assumptions are only considered at the outermost level #30

Closed
melvic-ybanez opened this issue Mar 30, 2022 · 0 comments · Fixed by #33
Closed

Function assumptions are only considered at the outermost level #30

melvic-ybanez opened this issue Mar 30, 2022 · 0 comments · Fixed by #33
Assignees
Labels
bug Something isn't working
Milestone

Comments

@melvic-ybanez
Copy link
Owner

Prove the following proposition:

(A => (B => C)) => (A & B) => C)

With the current algorithm, the outermost antecedent (A => B => C) is not considered as valid assumption from which to draw a proof of C because the C antecedent of this function is within the function's antecedent itself.

(A => B => C) should be isomorphic to A & B => C so the proposition above should work, considering we have a A & B to supply to the outer antecedent.

@melvic-ybanez melvic-ybanez added the bug Something isn't working label Mar 30, 2022
@melvic-ybanez melvic-ybanez added this to the 0.1.0 milestone Mar 30, 2022
@melvic-ybanez melvic-ybanez self-assigned this Mar 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant