Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
George Pirlea
Iris
Commits
968a2267
Commit
968a2267
authored
Aug 24, 2017
by
Ralf Jung
Browse files
reorder induction principle
parent
2bc4656d
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/base_logic/fix.v
View file @
968a2267
...
...
@@ -40,8 +40,8 @@ Section least.
Qed
.
Lemma
uPred_least_fixpoint_ind
(
P
:
A
→
uPred
M
)
(
x
:
A
)
:
uPred_least_fixpoint
F
x
-
∗
□
(
∀
y
,
F
P
y
-
∗
P
y
)
-
∗
P
x
.
Proof
.
iIntros
"
HF
#HP"
.
iApply
"HF"
.
done
.
Qed
.
□
(
∀
y
,
F
P
y
-
∗
P
y
)
-
∗
uPred_least_fixpoint
F
x
-
∗
P
x
.
Proof
.
iIntros
"#HP
HF
"
.
iApply
"HF"
.
done
.
Qed
.
End
least
.
Section
greatest
.
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment