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
AVA
FloVer
Commits
6fd90de5
Commit
6fd90de5
authored
Apr 05, 2019
by
Heiko Becker
Browse files
Add docstring to general soundness theorem
parent
ab3e452e
Changes
1
Show whitespace changes
Inline
Side-by-side
coq/CertificateChecker.v
View file @
6fd90de5
...
@@ -25,6 +25,10 @@ Definition CertificateChecker (e: expr Q) (absenv: analysisResult)
...
@@ -25,6 +25,10 @@ Definition CertificateChecker (e: expr Q) (absenv: analysisResult)
|
_
=>
false
|
_
=>
false
end
.
end
.
(
**
General
soundness
theorem
,
exposing
all
invariants
that
are
shown
by
the
separate
validator
functions
**
)
Theorem
Certificate_checking_is_sound_general
(
e
:
expr
Q
)
(
absenv
:
analysisResult
)
Theorem
Certificate_checking_is_sound_general
(
e
:
expr
Q
)
(
absenv
:
analysisResult
)
P
Qmap
subdivs
defVars
:
P
Qmap
subdivs
defVars
:
forall
(
E1
E2
:
env
)
DeltaMap
,
forall
(
E1
E2
:
env
)
DeltaMap
,
...
...
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