Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
GQM-Coq
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
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
Michael Sammler
GQM-Coq
Commits
423f4914
There was a problem fetching the pipeline summary.
Commit
423f4914
authored
6 years ago
by
Mackie Loeffel
Browse files
Options
Downloads
Patches
Plain Diff
used new proof of lemma A_4_2
parent
86d7b00d
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
theories/Section5.v
+30
-4
30 additions, 4 deletions
theories/Section5.v
with
30 additions
and
4 deletions
theories/Section5.v
+
30
−
4
View file @
423f4914
...
...
@@ -132,10 +132,36 @@ Proof.
(
*
(
2
)
*
)
have
H2
:
(
|--
(
X
.[
ren
(
+
1
)]
&
-!
A
.[
ren
(
+
1
)])
->>
-!
[
A
](
Phi
.[
ren
(
+
1
)]))
by
apply
:
gqm_mp
;
first
by
apply
:
gqm_contrapAndR
.
(
*
(
3
)
*
)
have
H3
:=
(
gqm_Q5
(
Phi
.[
ren
(
+
1
)])).
Fail
have
H3
:
(
|--
(
X
&
-!
A
)
->>
[
A
](
-!
[
A
](
Phi
.[
ren
(
+
1
)])))
by
apply
:
gqm_univgen
.
(
*
TODO
:
fix
*
)
Admitted
.
have
H3
:=
(
gqm_Q5
(
Phi
._
[
ren_
(
+
1
)])).
(
*
(
4
)
*
)
have
H4
:
(
|--
X
.[
ren
(
+
1
)]
&
-!
A
.[
ren
(
+
1
)]
->>
[
A
]
(
-!
([
A
]
Phi
.[
ren
(
+
1
)])).[
ren
(
+
1
)]).
{
apply:
gqm_mp
;
last
by
apply
:
H2
.
by
apply
:
gqm_mp
;
first
by
apply
:
gqm_chain
.
}
(
*
(
5
)
*
)
have
Hr
:
((
X
.[
ren
(
+
1
)]
&
-!
A
.[
ren
(
+
1
)])
=
(
X
&
-!
A
).[
ren
(
+
1
)])
by
asimpl
.
rewrite
Hr
in
H4
;
clear
Hr
.
have
H5
:=
(
gqm_univgen
_
_
H4
).
(
*
(
6
)
*
)
have
H6
:=
(
gqm_AE
((
-!
([
A
]
Phi
._
[
ren_
(
+
1
)]))
._
[
ren_
(
+
1
)])
(
Var
0
)).
asimpl
in
H6
.
rewrite
!
ids_0_neg
in
H6
.
(
*
(
7
)
*
)
have
H7
:=
(
lemma_A_1
_
_
H6
).
(
*
(
8
)
*
)
have
H8
:
(
|--
X
&
-!
A
->>
[
A
]
-!
([
A
]
Phi
.[
ren
(
+
1
)])).
{
apply:
gqm_mp
;
last
by
apply
:
H5
.
apply:
gqm_mp
;
first
by
apply
:
gqm_chain
.
by
asimpl
.
}
(
*
(
9
)
noop
*
)
(
*
(
10
)
noop
*
)
(
*
(
11
)
noop
*
)
(
*
(
12
)
*
)
rewrite
/
SquareExists
/
All
/
DiamondExists
.
apply:
(
tac_rewrite
(
fun
Y
=>
_
->>
Y
)
(
gqm_dnegEquiv
_
)).
by
apply
:
gqm_mp
;
first
by
apply
:
gqm_contrapAndR
.
Qed
.
Lemma
lemma_A_4_2_simple
:
forall
Phi
A
,
|--
[
A
](
Phi
.[
ren
(
+
1
)])
->>
A
.[
ren
(
+
1
)]
->
|--
[
E
]
Phi
->>
A
.
Proof
.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment