Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Iris
stdpp
Commits
25bdb78f
Commit
25bdb78f
authored
Jun 28, 2018
by
Ralf Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove some redundant parentheses
parent
6be2994e
Pipeline
#10278
passed with stage
in 16 minutes and 46 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
theories/telescopes.v
theories/telescopes.v
+2
-2
No files found.
theories/telescopes.v
View file @
25bdb78f
...
...
@@ -160,7 +160,7 @@ Notation "'∃..' x .. y , P" := (texist (λ x, .. (texist (λ y, P)) .. ))
format
"∃.. x .. y , P"
)
:
stdpp_scope
.
Lemma
tforall_forall
{
TT
:
tele
}
(
Ψ
:
TT
→
Prop
)
:
(
tforall
Ψ
)
↔
(
∀
x
,
Ψ
x
).
tforall
Ψ
↔
(
∀
x
,
Ψ
x
).
Proof
.
symmetry
.
unfold
tforall
.
induction
TT
as
[|
X
ft
IH
].
-
simpl
.
split
.
...
...
@@ -173,7 +173,7 @@ Proof.
Qed
.
Lemma
texist_exist
{
TT
:
tele
}
(
Ψ
:
TT
→
Prop
)
:
(
texist
Ψ
)
↔
(
ex
Ψ
)
.
texist
Ψ
↔
ex
Ψ
.
Proof
.
symmetry
.
induction
TT
as
[|
X
ft
IH
].
-
simpl
.
split
.
...
...
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