Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Iris
Iris
Commits
8c382d56
Commit
8c382d56
authored
Jan 05, 2016
by
Ralf Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make proof of fill_not_value fully automatic
parent
2dda1557
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
6 deletions
+1
-6
channel/heap_lang.v
channel/heap_lang.v
+1
-6
No files found.
channel/heap_lang.v
View file @
8c382d56
...
...
@@ -181,12 +181,7 @@ Qed.
Lemma
fill_not_value
e
K
:
e2v
e
=
None
->
e2v
(
fill
K
e
)
=
None
.
Proof
.
intros
Hnval
.
induction
K
=>/=
;
try
reflexivity
.
-
done
.
-
by
rewrite
IHK
/=.
-
by
rewrite
v2v
/=
IHK
/=.
-
by
rewrite
IHK
/=.
-
by
rewrite
IHK
/=.
intros
Hnval
.
induction
K
=>/=
;
by
rewrite
?v2v
/=
?IHK
/=.
Qed
.
Lemma
fill_not_value2
e
K
v
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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