diff options
| author | Cyril Cohen | 2015-04-09 15:46:29 +0200 |
|---|---|---|
| committer | Cyril Cohen | 2015-04-09 15:47:46 +0200 |
| commit | 2a8980122824511b3356b09b88a7f152427f2df6 (patch) | |
| tree | 080dde06fd50a82973ac94407b79531db43a83d2 /mathcomp/field/separable.v | |
| parent | 999e5fdc1d11285949b3c3d2a4a582d7bf2ba8e3 (diff) | |
field for v8.5
Diffstat (limited to 'mathcomp/field/separable.v')
| -rw-r--r-- | mathcomp/field/separable.v | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/mathcomp/field/separable.v b/mathcomp/field/separable.v index 9638500..40e3f93 100644 --- a/mathcomp/field/separable.v +++ b/mathcomp/field/separable.v @@ -1,8 +1,16 @@ (* (c) Copyright Microsoft Corporation and Inria. All rights reserved. *) -Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq div choice fintype. -Require Import tuple finfun bigop finset prime binomial ssralg poly polydiv. -Require Import fingroup perm morphism quotient gproduct finalg zmodp cyclic. -Require Import matrix mxalgebra mxpoly polyXY vector falgebra fieldext. +Require Import mathcomp.ssreflect.ssreflect. +From mathcomp.ssreflect +Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq. +From mathcomp.discrete +Require Import div choice fintype tuple finfun bigop prime finset binomial. +From mathcomp.fingroup +Require Import fingroup morphism perm quotient action gproduct. +From mathcomp.algebra +Require Import ssralg poly polydiv finalg zmodp cyclic matrix mxalgebra mxpoly. +From mathcomp.algebra +Require Import matrix mxalgebra mxpoly polyXY vector. +Require Import falgebra fieldext. (******************************************************************************) (* This file provides a theory of separable and inseparable field extensions. *) |
