aboutsummaryrefslogtreecommitdiff
path: root/mathcomp/solvable/nilpotent.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/nilpotent.v
parentc8b1f9899665886b7bd0c7a25237d8e99afcced7 (diff)
adapting solvable to 8.5
Diffstat (limited to 'mathcomp/solvable/nilpotent.v')
-rw-r--r--mathcomp/solvable/nilpotent.v13
1 files changed, 10 insertions, 3 deletions
diff --git a/mathcomp/solvable/nilpotent.v b/mathcomp/solvable/nilpotent.v
index 5b271de..e1baa3f 100644
--- a/mathcomp/solvable/nilpotent.v
+++ b/mathcomp/solvable/nilpotent.v
@@ -1,7 +1,14 @@
(* (c) Copyright Microsoft Corporation and Inria. All rights reserved. *)
-Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path fintype div.
-Require Import bigop prime finset fingroup morphism automorphism quotient.
-Require Import commutator gproduct gfunctor center gseries cyclic.
+Require Import mathcomp.ssreflect.ssreflect.
+From mathcomp.ssreflect
+Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq.
+From mathcomp.discrete
+Require Import path fintype div bigop prime finset.
+From mathcomp.fingroup
+Require Import fingroup morphism automorphism quotient gproduct.
+From mathcomp.algebra
+Require Import cyclic.
+Require Import commutator gfunctor center gseries.
(******************************************************************************)
(* This file defines nilpotent and solvable groups, and give some of their *)