Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tej Chajed
iris
Commits
8c382d56
Commit
8c382d56
authored
Jan 05, 2016
by
Ralf Jung
Browse files
make proof of fill_not_value fully automatic
parent
2dda1557
Changes
1
Hide whitespace changes
Inline
Side-by-side
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
Supports
Markdown
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