diff options
| author | Jasper Hugunin | 2018-03-04 16:57:06 -0800 |
|---|---|---|
| committer | Jasper Hugunin | 2018-03-04 16:57:06 -0800 |
| commit | 2525c33691e25f837b7dca31d4c702199b3dbc5d (patch) | |
| tree | 7937f252a0818909c715ccc20f3611a4f5c482d5 /mathcomp/solvable/nilpotent.v | |
| parent | 6f075b64b936de9ee4fa79ea4dc1d2fb9b9cf2c8 (diff) | |
Change deprecated Arguments Scope to Arguments
Diffstat (limited to 'mathcomp/solvable/nilpotent.v')
| -rw-r--r-- | mathcomp/solvable/nilpotent.v | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mathcomp/solvable/nilpotent.v b/mathcomp/solvable/nilpotent.v index 3d9739d..387ce34 100644 --- a/mathcomp/solvable/nilpotent.v +++ b/mathcomp/solvable/nilpotent.v @@ -52,8 +52,8 @@ Definition lower_central_at n := lower_central_at_rec n.-1. (* "cooking" destroys it. *) Definition upper_central_at := nosimpl upper_central_at_rec. -Arguments Scope lower_central_at [nat_scope _ group_scope]. -Arguments Scope upper_central_at [nat_scope _ group_scope]. +Arguments lower_central_at _%N _ _%g. +Arguments upper_central_at _%N _ _%g. Notation "''L_' n ( G )" := (lower_central_at n G) (at level 8, n at level 2, format "''L_' n ( G )") : group_scope. @@ -75,9 +75,9 @@ Definition solvable := End PropertiesDefs. -Arguments Scope nilpotent [_ group_scope]. -Arguments Scope nil_class [_ group_scope]. -Arguments Scope solvable [_ group_scope]. +Arguments nilpotent _ _%g. +Arguments nil_class _ _%g. +Arguments solvable _ _%g. Prenex Implicits nil_class nilpotent solvable. Section NilpotentProps. |
