diff options
| author | Cyril Cohen | 2015-07-22 13:11:18 +0200 |
|---|---|---|
| committer | Cyril Cohen | 2015-07-22 13:11:18 +0200 |
| commit | 80471736932aee0a4287345ea8ffb10ca42b7165 (patch) | |
| tree | d67abe61bfcbe10f04404c6ee12a2e32e4e30a1c /mathcomp | |
| parent | 6d3dcee3ead208e6e40979ad9252abf192cfbbd7 (diff) | |
make the opam package meta data
Diffstat (limited to 'mathcomp')
| -rw-r--r-- | mathcomp/algebra/descr | 6 | ||||
| -rw-r--r-- | mathcomp/basic/descr | 5 | ||||
| -rw-r--r-- | mathcomp/character/descr | 4 | ||||
| -rw-r--r-- | mathcomp/field/descr | 4 | ||||
| -rw-r--r-- | mathcomp/fingroup/descr | 4 | ||||
| -rw-r--r-- | mathcomp/odd_order/descr | 6 | ||||
| -rw-r--r-- | mathcomp/real_closed/descr | 7 | ||||
| -rw-r--r-- | mathcomp/solvable/descr | 3 | ||||
| -rw-r--r-- | mathcomp/ssreflect/descr | 6 |
9 files changed, 45 insertions, 0 deletions
diff --git a/mathcomp/algebra/descr b/mathcomp/algebra/descr new file mode 100644 index 0000000..cab419f --- /dev/null +++ b/mathcomp/algebra/descr @@ -0,0 +1,6 @@ +Mathematical Components Library on Algebra + +This library contains definitions and theorems about discrete +(i.e. with decidable equality) algebraic structures : ring, fields, +ordered fields, real fields, modules, algebras, integers, rational +numbers, polynomials, matrices, vector spaces...
\ No newline at end of file diff --git a/mathcomp/basic/descr b/mathcomp/basic/descr new file mode 100644 index 0000000..8bbc61e --- /dev/null +++ b/mathcomp/basic/descr @@ -0,0 +1,5 @@ +Mathematical Components Library, basic restults + +This library contains definitions and theorems about finite types, +finite sets, finite functions, finite graphs, basic arithmetics and +prime numbers, big operators...
\ No newline at end of file diff --git a/mathcomp/character/descr b/mathcomp/character/descr new file mode 100644 index 0000000..e7400ea --- /dev/null +++ b/mathcomp/character/descr @@ -0,0 +1,4 @@ +Mathematical Components Library on character theory + +This library contains definitions and theorems about group +representations, characters and class functions.
\ No newline at end of file diff --git a/mathcomp/field/descr b/mathcomp/field/descr new file mode 100644 index 0000000..ca46f64 --- /dev/null +++ b/mathcomp/field/descr @@ -0,0 +1,4 @@ +Mathematical Components Library on Fields + +This library contains definitions and theorems about field extensions, +galois theory, algebraic numbers, cyclotomic polynomials...
\ No newline at end of file diff --git a/mathcomp/fingroup/descr b/mathcomp/fingroup/descr new file mode 100644 index 0000000..1917e3c --- /dev/null +++ b/mathcomp/fingroup/descr @@ -0,0 +1,4 @@ +Mathematical Components Library on finite groups + +This library contains definitions and theorems about finite groups, +group quotients, group morphisms, group presentation, group action...
\ No newline at end of file diff --git a/mathcomp/odd_order/descr b/mathcomp/odd_order/descr new file mode 100644 index 0000000..ee393a9 --- /dev/null +++ b/mathcomp/odd_order/descr @@ -0,0 +1,6 @@ +Odd Order Theorem + +This library contains the complete formal proof of the Odd Order +Theorem (aka Feit Thompson Theorem). +The file stripped_odd_order_theorem.v contains a proof of a self +contained statement of the odd order.
\ No newline at end of file diff --git a/mathcomp/real_closed/descr b/mathcomp/real_closed/descr new file mode 100644 index 0000000..b51ecf9 --- /dev/null +++ b/mathcomp/real_closed/descr @@ -0,0 +1,7 @@ +Mathematical Components Library on real closed fields + +This library contains definitions and theorems about real closed +fields, with a construction of the real closure and the algebraic +closure (including a proof of the fundamental theorem of algebra). It +also contains a proof of decidability of the first order theory of +real closed field, through quantifier elimination. diff --git a/mathcomp/solvable/descr b/mathcomp/solvable/descr new file mode 100644 index 0000000..e9791a8 --- /dev/null +++ b/mathcomp/solvable/descr @@ -0,0 +1,3 @@ +Mathematical Components Library on finite groups (II) + +This library contains more definitions and theorems about finite groups.
\ No newline at end of file diff --git a/mathcomp/ssreflect/descr b/mathcomp/ssreflect/descr new file mode 100644 index 0000000..7621878 --- /dev/null +++ b/mathcomp/ssreflect/descr @@ -0,0 +1,6 @@ +Small Scale Reflection + +This library includes the small scale reflection proof language +extension and the minimal set of libraries to take advantage of it. +This includes libraries on lists (seq), boolean and boolean +predicates, natural numbers and types with decidable equality. |
