Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Why3
why3
Commits
6b4d42fe
Commit
6b4d42fe
authored
Jul 24, 2014
by
Guillaume Melquiond
Browse files
FsetInduction.Induction is valid whatever p, so change it to a lemma.
parent
874b3cf0
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/set.why
View file @
6b4d42fe
...
...
@@ -229,7 +229,7 @@ theory FsetInduction
predicate p (set t)
axiom
Induction :
lemma
Induction :
(forall s: set t. is_empty s -> p s) ->
(forall s: set t. p s -> forall t: t.
not (mem t s) -> p (add t s)) ->
...
...
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