Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Iris
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
Package Registry
Model registry
Operate
Terraform modules
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
Pierre Roux
Iris
Commits
cfbdb375
Commit
cfbdb375
authored
4 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
replace some 'repeat' by fixed counts
parent
8aa27f29
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
theories/bi/monpred.v
+7
-7
7 additions, 7 deletions
theories/bi/monpred.v
with
7 additions
and
7 deletions
theories/bi/monpred.v
+
7
−
7
View file @
cfbdb375
...
...
@@ -917,17 +917,17 @@ Proof.
-
by
(
split
=>
?
/=
;
repeat
f_equiv
)
.
-
intros
P
Q
[?]
.
split
=>
i
/=.
by
do
3
f_equiv
.
-
intros
P
.
split
=>
i
/=.
by
rewrite
bi
.
forall_elim
plainly_elim_persistently
.
-
intros
P
.
split
=>
i
/=.
repeat
setoid_rewrite
<-
plainly_forall
.
-
intros
P
.
split
=>
i
/=.
do
3
setoid_rewrite
<-
plainly_forall
.
rewrite
-
plainly_idemp_2
.
f_equiv
.
by
apply
bi
.
forall_intro
=>_
.
-
intros
A
Ψ
.
split
=>
i
/=.
apply
bi
.
forall_intro
=>
j
.
rewrite
plainly_forall
.
apply
bi
.
forall_intro
=>
a
.
by
rewrite
!
bi
.
forall_elim
.
-
intros
P
Q
.
split
=>
i
/=.
repeat
setoid_rewrite
bi
.
pure_impl_forall
.
repeat
setoid_rewrite
<-
plainly_forall
.
repeat
setoid_rewrite
bi
.
persistently_forall
.
do
4
f_equiv
.
-
intros
P
Q
.
split
=>
i
/=.
setoid_rewrite
bi
.
pure_impl_forall
.
setoid_rewrite
<-
plainly_forall
.
do
2
setoid_rewrite
bi
.
persistently_forall
.
do
4
f_equiv
.
apply
persistently_impl_plainly
.
-
intros
P
Q
.
split
=>
i
/=.
repeat
setoid_rewrite
bi
.
pure_impl_forall
.
rewrite
2
!
bi
.
forall_elim
//.
repeat
setoid_rewrite
<-
plainly_forall
.
setoid_rewrite
bi
.
pure_impl_forall
.
rewrite
2
!
bi
.
forall_elim
//.
do
2
setoid_rewrite
<-
plainly_forall
.
setoid_rewrite
plainly_impl_plainly
.
f_equiv
.
do
3
apply
bi
.
forall_intro
=>
?
.
f_equiv
.
rewrite
bi
.
forall_elim
//.
-
intros
P
.
split
=>
i
/=.
apply
bi
.
forall_intro
=>_
.
by
apply
plainly_emp_intro
.
...
...
@@ -951,7 +951,7 @@ Qed.
Global
Instance
monPred_bi_plainly_exist
`{
!
BiPlainly
PROP
}
`{
!
BiIndexBottom
bot
}
:
BiPlainlyExist
PROP
→
BiPlainlyExist
monPredI
.
Proof
.
split
=>
?
/=.
rewrite
monPred_plainly_eq
/=.
repeat
setoid_rewrite
monPred_at_exist
.
split
=>
?
/=.
rewrite
monPred_plainly_eq
/=.
setoid_rewrite
monPred_at_exist
.
rewrite
(
bi
.
forall_elim
bot
)
plainly_exist_1
.
do
2
f_equiv
.
apply
bi
.
forall_intro
=>?
.
by
do
2
f_equiv
.
Qed
.
...
...
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