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/abelian.v | |
| parent | dec1f90d13c44016ea53da360e9692fd768bc24b (diff) | |
Cleaning Require and Require Imports
Diffstat (limited to 'mathcomp/solvable/abelian.v')
| -rw-r--r-- | mathcomp/solvable/abelian.v | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/mathcomp/solvable/abelian.v b/mathcomp/solvable/abelian.v index 16ce432..ad12189 100644 --- a/mathcomp/solvable/abelian.v +++ b/mathcomp/solvable/abelian.v @@ -1,14 +1,10 @@ (* (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 path div fintype. -From mathcomp -Require Import finfun bigop finset prime binomial fingroup morphism perm. -From mathcomp -Require Import automorphism action quotient gfunctor gproduct ssralg finalg. -From mathcomp -Require Import zmodp cyclic pgroup gseries nilpotent sylow. +From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path. +From mathcomp Require Import div fintype finfun bigop finset prime binomial. +From mathcomp Require Import fingroup morphism perm automorphism action. +From mathcomp Require Import quotient gfunctor gproduct ssralg finalg zmodp. +From mathcomp Require Import cyclic pgroup gseries nilpotent sylow. (******************************************************************************) (* Constructions based on abelian groups and their structure, with some *) |
