Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
flocq
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Flocq
flocq
Commits
2f757e26
Commit
2f757e26
authored
Mar 02, 2010
by
Guillaume Melquiond
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added Rnd_NG_pt_refl.
parent
f92a4d94
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
src/Core/Fcore_rnd.v
src/Core/Fcore_rnd.v
+12
-0
No files found.
src/Core/Fcore_rnd.v
View file @
2f757e26
...
...
@@ -724,6 +724,18 @@ rewrite <- Hxy in Hg, Hy.
eapply
Rnd_NG_pt_unicity
;
try
split
;
eassumption
.
Qed
.
Theorem
Rnd_NG_pt_refl
:
forall
(
F
:
R
->
Prop
)
(
P
:
R
->
R
->
Prop
),
forall
x
,
F
x
->
Rnd_NG_pt
F
P
x
x
.
Proof
.
intros
F
P
x
Hx
.
split
.
now
apply
Rnd_N_pt_refl
.
right
.
intros
f2
Hf2
.
now
apply
Rnd_N_pt_idempotent
with
F
.
Qed
.
Theorem
Rnd_NG_pt_sym
:
forall
(
F
:
R
->
Prop
)
(
P
:
R
->
R
->
Prop
),
(
forall
x
,
F
x
->
F
(
-
x
)
)
->
...
...
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