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
Rodolphe Lepigre
Iris
Commits
05b7229d
Commit
05b7229d
authored
Feb 10, 2016
by
Ralf Jung
Browse files
make auth.v work again
parent
9c8eb238
Changes
1
Hide whitespace changes
Inline
Side-by-side
program_logic/auth.v
View file @
05b7229d
...
...
@@ -61,8 +61,8 @@ Section auth.
(* TODO: This notion should probably be defined in algebra/,
with instances proven for the important constructions. *)
Definition
auth_step
a
b
:
=
(
∀
n
a'
af
,
✓
{
S
n
}
(
a
⋅
a'
)
→
a
⋅
a'
≡
{
S
n
}
≡
af
⋅
a
→
b
⋅
a'
≡
{
S
n
}
≡
b
⋅
af
∧
✓
{
S
n
}
(
b
⋅
a'
)).
(
∀
n
a'
af
,
✓
{
n
}
(
a
⋅
a'
)
→
a
⋅
a'
≡
{
n
}
≡
af
⋅
a
→
b
⋅
a'
≡
{
n
}
≡
b
⋅
af
∧
✓
{
n
}
(
b
⋅
a'
)).
Lemma
auth_closing
a
a'
b
γ
:
auth_step
a
b
→
...
...
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