aboutsummaryrefslogtreecommitdiff
path: root/mathcomp/solvable/frobenius.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/frobenius.v
parentc8b1f9899665886b7bd0c7a25237d8e99afcced7 (diff)
adapting solvable to 8.5
Diffstat (limited to 'mathcomp/solvable/frobenius.v')
-rw-r--r--mathcomp/solvable/frobenius.v13
1 files changed, 10 insertions, 3 deletions
diff --git a/mathcomp/solvable/frobenius.v b/mathcomp/solvable/frobenius.v
index 492c802..64fe7e6 100644
--- a/mathcomp/solvable/frobenius.v
+++ b/mathcomp/solvable/frobenius.v
@@ -1,7 +1,14 @@
(* (c) Copyright Microsoft Corporation and Inria. All rights reserved. *)
-Require Import ssreflect ssrfun ssrbool eqtype ssrnat div fintype bigop prime.
-Require Import finset fingroup morphism perm action quotient gproduct.
-Require Import cyclic center pgroup nilpotent sylow hall abelian.
+Require Import mathcomp.ssreflect.ssreflect.
+From mathcomp.ssreflect
+Require Import ssreflect ssrbool ssrfun eqtype ssrnat.
+From mathcomp.discrete
+Require Import div fintype bigop prime finset.
+From mathcomp.fingroup
+Require Import fingroup morphism perm action quotient gproduct.
+From mathcomp.algebra
+Require Import cyclic.
+Require Import center pgroup nilpotent sylow hall abelian.
(******************************************************************************)
(* Definition of Frobenius groups, some basic results, and the Frobenius *)