Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
stdpp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Iris
stdpp
Merge requests
!75
make solve_ndisj more powerful
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
make solve_ndisj more powerful
ralf/solve_ndisj
into
master
Overview
19
Commits
4
Pipelines
0
Changes
4
Merged
Ralf Jung
requested to merge
ralf/solve_ndisj
into
master
5 years ago
Overview
16
Commits
4
Pipelines
0
Changes
1
Expand
Fixes
#34 (closed)
.
0
0
Merge request reports
Compare
version 3
version 4
c081e1b7
5 years ago
version 3
248a89ff
5 years ago
version 2
d1b91fbe
5 years ago
version 1
7c3203e7
5 years ago
master (base)
and
version 4
latest version
5695ee20
4 commits,
5 years ago
version 4
c081e1b7
3 commits,
5 years ago
version 3
248a89ff
3 commits,
5 years ago
version 2
d1b91fbe
2 commits,
5 years ago
version 1
7c3203e7
1 commit,
5 years ago
Show latest version
1 file
+
3
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
theories/sets.v
+
3
−
1
Options
@@ -666,7 +666,9 @@ Section set.
Proof
.
set_solver
.
Qed
.
Lemma
disjoint_difference_l2
X1
X2
Y
:
X1
##
Y
→
X1
∖
X2
##
Y
.
Proof
.
set_solver
.
Qed
.
Lemma
disjoint_difference_r
X
Y1
Y2
:
X
⊆
Y2
∨
X
##
Y1
→
X
##
Y1
∖
Y2
.
Lemma
disjoint_difference_r1
X
Y1
Y2
:
X
⊆
Y2
→
X
##
Y1
∖
Y2
.
Proof
.
set_solver
.
Qed
.
Lemma
disjoint_difference_r2
X
Y1
Y2
:
X
##
Y1
→
X
##
Y1
∖
Y2
.
Proof
.
set_solver
.
Qed
.
Section
leibniz
.
Loading