Skip to content
Snippets Groups Projects
Commit 59829441 authored by Ralf Jung's avatar Ralf Jung
Browse files

Merge branch 'master' of gitlab.mpi-sws.org:FP/iris-coq

parents d3137967 a31e05be
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