Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Why3
why3
Commits
100c3825
Commit
100c3825
authored
Aug 20, 2014
by
Guillaume Melquiond
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a few comments to theories about relations.
parent
5b9c9181
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
theories/relations.why
theories/relations.why
+7
-0
No files found.
theories/relations.why
View file @
100c3825
(** {1 Relations} *)
(** {2 Relations and orders} *)
theory EndoRelation
type t
...
...
@@ -83,6 +84,8 @@ theory Inverse
predicate inv_rel (x y : t) = rel y x
end
(** {2 Closures} *)
theory ReflClosure
clone export EndoRelation
...
...
@@ -113,6 +116,8 @@ theory ReflTransClosure
forall x y z: t. relTR x y -> relTR y z -> relTR x z
end
(** {2 Lexicographic ordering} *)
theory Lex
type t1
...
...
@@ -140,6 +145,8 @@ theory MinMax
end
*)
(** {2 Well-founded relation} *)
theory WellFounded
type t
...
...
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