Skip to content
Snippets Groups Projects
Commit a31e05be authored by Robbert Krebbers's avatar Robbert Krebbers
Browse files

Prove soundness result as stated in the appendix.

parent 7b92a6d7
No related branches found
No related tags found
No related merge requests found
......@@ -1492,7 +1492,10 @@ Proof.
eapply IH with x'; eauto using cmra_validN_S, cmra_validN_op_l.
Qed.
Theorem soundness : ¬ (True False).
Corollary soundnessN n : ¬ (True Nat.iter n (λ P, |=r=> P) False).
Proof. exact (adequacy False n). Qed.
Corollary soundness : ¬ (True False).
Proof. exact (adequacy False 0). Qed.
End uPred_logic.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment