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
William Mansky
Iris
Commits
9fa0b57d
Commit
9fa0b57d
authored
8 years ago
by
Jacques-Henri Jourdan
Browse files
Options
Downloads
Patches
Plain Diff
Renaming again [na_inG] and adding [na_invΣ] and [subG_na_invG].
parent
e2abd6c4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
theories/base_logic/lib/na_invariants.v
+5
-1
5 additions, 1 deletion
theories/base_logic/lib/na_invariants.v
with
5 additions
and
1 deletion
theories/base_logic/lib/na_invariants.v
+
5
−
1
View file @
9fa0b57d
...
...
@@ -9,7 +9,11 @@ Import uPred.
Definition
na_inv_pool_name
:=
gname
.
Class
na_invG
Σ
:=
na_inG
:>
inG
Σ
(
prodR
coPset_disjR
(
gset_disjR
positive
))
.
na_inv_inG
:>
inG
Σ
(
prodR
coPset_disjR
(
gset_disjR
positive
))
.
Definition
na_invΣ
:
gFunctors
:=
#
[
GFunctor
(
constRF
(
prodR
coPset_disjR
(
gset_disjR
positive
)))
]
.
Instance
subG_na_invG
{
Σ
}
:
subG
na_invΣ
Σ
→
na_invG
Σ
.
Proof
.
solve_inG
.
Qed
.
Section
defs
.
Context
`{
invG
Σ
,
na_invG
Σ
}
.
...
...
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