diff options
| author | Cyril Cohen | 2018-10-26 04:35:34 +0200 |
|---|---|---|
| committer | GitHub | 2018-10-26 04:35:34 +0200 |
| commit | 311c23124e258647075f703b0f759f1ad5051c60 (patch) | |
| tree | deb09d0b341008596781f2ceafa69bc84fc5b86f /ChangeLog | |
| parent | 76fb3c00580488f75362153f6ea252f9b4d4084b (diff) | |
| parent | bccc54dc85e2d9cd7248c24a576d6092630fb51d (diff) | |
Merge pull request #209 from CohenCyril/closed_field
Moving countalg and closed_field around
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -3,6 +3,15 @@ * Added companion matrix of a polynomial `companionmx p` and the theorems: companionmxK, map_mx_companion and companion_map_poly + * Reshuffled theorems inside files and packages: + * countalg goes from the field to the algebra package + * finalg now gets inheritance from countalg + * closed_field now contains the construction of algebraic closure + for countable fields that used to be in countalg. + + * Rewritten proof of quantifier elimination for closed field in a + monadic style. + * Added allsigs, the dependent version of allpairs, with notation `[seq E | i <- s & j <- t]` |
