aboutsummaryrefslogtreecommitdiff
path: root/mathcomp/solvable/center.v
diff options
context:
space:
mode:
authorCyril Cohen2015-04-09 14:47:46 +0200
committerCyril Cohen2015-04-09 15:47:46 +0200
commit999e5fdc1d11285949b3c3d2a4a582d7bf2ba8e3 (patch)
tree148651f8d47d896af6801c0a0586ee2b3fb9aa34 /mathcomp/solvable/center.v
parentc8b1f9899665886b7bd0c7a25237d8e99afcced7 (diff)
adapting solvable to 8.5
Diffstat (limited to 'mathcomp/solvable/center.v')
-rw-r--r--mathcomp/solvable/center.v13
1 files changed, 10 insertions, 3 deletions
diff --git a/mathcomp/solvable/center.v b/mathcomp/solvable/center.v
index 0ed9200..6226861 100644
--- a/mathcomp/solvable/center.v
+++ b/mathcomp/solvable/center.v
@@ -1,7 +1,14 @@
(* (c) Copyright Microsoft Corporation and Inria. All rights reserved. *)
-Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq div fintype bigop.
-Require Import finset fingroup morphism perm automorphism quotient action.
-Require Import gproduct gfunctor cyclic.
+Require Import mathcomp.ssreflect.ssreflect.
+From mathcomp.ssreflect
+Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq.
+From mathcomp.discrete
+Require Import path div fintype bigop finset.
+From mathcomp.fingroup
+Require Import fingroup morphism perm automorphism quotient action gproduct.
+From mathcomp.algebra
+Require Import cyclic.
+Require Import gfunctor.
(******************************************************************************)
(* Definition of the center of a group and of external central products: *)