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

SeLFiE: Print_Is_Free, Print_Is_Var, Print_Is_Bound does not work for variables with question marks. #179

Open
yutakang opened this issue Sep 22, 2020 · 1 comment
Assignees

Comments

@yutakang
Copy link
Collaborator

In Hybrid_Logic.thy,

ML‹
try (Syntax.read_term @{context}) "?g"

lemma soundness': ‹n ⊢ branch ⟹ M, g ⊨⇩Θ branch ⟹ False›(!)
assert_SeLFiE_true generalize_arguments_used_in_recursion_deep [on["branch"], arb["g"], rule["ST.induct"]]
assert_SeLFiE_false generalize_arguments_used_in_recursion_deep [on["branch"], arb[ ], rule["ST.induct"]]

It was caused by is_variable.

@yutakang yutakang self-assigned this Sep 22, 2020
@yutakang
Copy link
Collaborator Author

I am not sure what the right fix would be to this issue.

  • Should I remove the question marks?
  • Should I avoid using Is_Free, Is_Bound, Is_Var at least for inner cases?

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

No branches or pull requests

1 participant