Skip to content
Snippets Groups Projects
Commit 05b7229d authored by Ralf Jung's avatar Ralf Jung
Browse files

make auth.v work again

parent 9c8eb238
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment