diff options
| author | Cyril Cohen | 2019-04-26 14:14:15 +0200 |
|---|---|---|
| committer | Cyril Cohen | 2019-04-26 15:08:48 +0200 |
| commit | 22c182b681c2852afa13efc2bc1d6d083646f061 (patch) | |
| tree | 240ce34774221645650404da1337e94c5e3f63b3 /mathcomp/solvable/sylow.v | |
| parent | dec1f90d13c44016ea53da360e9692fd768bc24b (diff) | |
Cleaning Require and Require Imports
Diffstat (limited to 'mathcomp/solvable/sylow.v')
| -rw-r--r-- | mathcomp/solvable/sylow.v | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/mathcomp/solvable/sylow.v b/mathcomp/solvable/sylow.v index a428c0d..2a46564 100644 --- a/mathcomp/solvable/sylow.v +++ b/mathcomp/solvable/sylow.v @@ -1,12 +1,9 @@ (* (c) Copyright 2006-2016 Microsoft Corporation and Inria. *) (* Distributed under the terms of CeCILL-B. *) -Require Import mathcomp.ssreflect.ssreflect. -From mathcomp -Require Import ssrbool ssrfun eqtype ssrnat seq div fintype prime. -From mathcomp -Require Import bigop finset fingroup morphism automorphism quotient action. -From mathcomp -Require Import cyclic gproduct gfunctor commutator pgroup center nilpotent. +From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq div. +From mathcomp Require Import fintype prime bigop finset fingroup morphism. +From mathcomp Require Import automorphism quotient action cyclic gproduct. +From mathcomp Require Import gfunctor commutator pgroup center nilpotent. (******************************************************************************) (* The Sylow theorem and its consequences, including the Frattini argument, *) |
