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

more tests (by Robbert)

parent b217790f
No related branches found
No related tags found
No related merge requests found
...@@ -23,6 +23,11 @@ Lemma test5 N1 N2 : ...@@ -23,6 +23,11 @@ Lemma test5 N1 N2 :
N1 N2 ⊆@{coPset} N1.@"x" N2 N1.@"y". N1 N2 ⊆@{coPset} N1.@"x" N2 N1.@"y".
Proof. solve_ndisj. Qed. Proof. solve_ndisj. Qed.
Lemma test_ndisjoint_difference_l N : N ##@{coPset} N.
Proof. solve_ndisj. Qed.
Lemma test_ndisjoint_difference_r N : N ##@{coPset} N.
Proof. solve_ndisj. Qed.
Lemma test6 E N : Lemma test6 E N :
N E N (E N). N E N (E N).
Proof. solve_ndisj. Qed. Proof. solve_ndisj. Qed.
......
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