From 748d716efb2f2f75946c8386e441ce1789806a39 Mon Sep 17 00:00:00 2001
From: Enrico Tassi
Date: Wed, 22 May 2019 13:43:08 +0200
Subject: htmldoc regenerated
---
docs/htmldoc/mathcomp.field.closed_field.html | 544 ++++++++++++++------------
1 file changed, 292 insertions(+), 252 deletions(-)
(limited to 'docs/htmldoc/mathcomp.field.closed_field.html')
diff --git a/docs/htmldoc/mathcomp.field.closed_field.html b/docs/htmldoc/mathcomp.field.closed_field.html
index 2ee6879..ca8c82a 100644
--- a/docs/htmldoc/mathcomp.field.closed_field.html
+++ b/docs/htmldoc/mathcomp.field.closed_field.html
@@ -21,29 +21,34 @@
- A proof that algebraically closed field enjoy quantifier elimination,
- as described in
- ``A formal quantifier elimination for algebraically closed fields'',
- proceedings of Calculemus 2010, by Cyril Cohen and Assia Mahboubi
+ This files contains two main contributions:
+ 1. Theorem "closed_field_QEMixin"
+ A proof that algebraically closed field enjoy quantifier elimination,
+ as described in
+ ``A formal quantifier elimination for algebraically closed fields'',
+ proceedings of Calculemus 2010, by Cyril Cohen and Assia Mahboubi
- This file constructs an instance of quantifier elimination mixin,
+ We constructs an instance of quantifier elimination mixin,
(see the ssralg library) from the theory of polynomials with coefficients
is an algebraically closed field (see the polydiv library).
+ The algebraic operations operating on fomulae are implemented in CPS style
+ We provide one CPS counterpart for each operation involved in the proof
+ of quantifier elimination. See the paper for more details.
- This file hence deals with the transformation of formulae part, which we
- address by implementing one CPS style formula transformer per effective
- operation involved in the proof of quantifier elimination. See the paper
- for more details.
+ 2. Theorems "countable_field_extension" and "countable_algebraic_closure"
+ constructions for both simple extension and algebraic closure of
+ countable fields, by Georges Gonthier.
+ Note that the construction of the algebraic closure relies on the
+ above mentionned quantifier elimination.