Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joshua Yanovski
iris-coq
Commits
3d6525a5
Commit
3d6525a5
authored
Mar 15, 2017
by
Robbert Krebbers
Browse files
Enable solve_ndisj to solve `∅ ⊆ X`.
parent
69653240
Changes
2
Hide whitespace changes
Inline
Side-by-side
opam.pins
View file @
3d6525a5
coq-stdpp https://gitlab.mpi-sws.org/robbertkrebbers/coq-stdpp
36363712499dbdf7a4cd2acf91877787b839c79a
coq-stdpp https://gitlab.mpi-sws.org/robbertkrebbers/coq-stdpp
fd8a6717a2610c00dec920ee5f33b00b14ef1fbf
theories/base_logic/lib/namespaces.v
View file @
3d6525a5
...
...
@@ -93,6 +93,7 @@ Hint Extern 0 (_ ⊥ _) => apply ndot_ne_disjoint; congruence : ndisj.
Hint
Resolve
ndot_preserve_disjoint_l
ndot_preserve_disjoint_r
nclose_subseteq
'
ndisj_difference_l
:
ndisj
.
Hint
Resolve
namespace_subseteq_difference_l
|
100
:
ndisj
.
Hint
Resolve
(
empty_subseteq
(
A
:=
positive
)
(
C
:=
coPset
))
:
ndisj
.
Ltac
solve_ndisj
:=
repeat
match
goal
with
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment