diff options
| author | Enrico Tassi | 2015-03-09 11:07:53 +0100 |
|---|---|---|
| committer | Enrico Tassi | 2015-03-09 11:24:38 +0100 |
| commit | fc84c27eac260dffd8f2fb1cb56d599f1e3486d9 (patch) | |
| tree | c16205f1637c80833a4c4598993c29fa0fd8c373 /mathcomp/solvable/all.v | |
Initial commit
Diffstat (limited to 'mathcomp/solvable/all.v')
| -rw-r--r-- | mathcomp/solvable/all.v | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/mathcomp/solvable/all.v b/mathcomp/solvable/all.v new file mode 100644 index 0000000..72405c5 --- /dev/null +++ b/mathcomp/solvable/all.v @@ -0,0 +1,19 @@ +Require Export abelian. +Require Export alt. +Require Export burnside_app. +Require Export center. +Require Export commutator. +Require Export extraspecial. +Require Export extremal. +Require Export finmodule. +Require Export frobenius. +Require Export gfunctor. +Require Export gseries. +Require Export hall. +Require Export jordanholder. +Require Export maximal. +Require Export nilpotent. +Require Export pgroup. +Require Export primitive_action. +Require Export sylow. +Require Export wielandt_fixpoint. |
