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

more tests (by Robbert)

parent b217790f
Branches
Tags
1 merge request!294handle more goals in solve_ndisj
Pipeline #50632 passed
......@@ -23,6 +23,11 @@ Lemma test5 N1 N2 :
N1 N2 ⊆@{coPset} N1.@"x" N2 N1.@"y".
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 :
N E N (E N).
Proof. solve_ndisj. Qed.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment