aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/refman/Polynom.tex8
1 files changed, 1 insertions, 7 deletions
diff --git a/doc/refman/Polynom.tex b/doc/refman/Polynom.tex
index 8cd3488884..a2c09b8245 100644
--- a/doc/refman/Polynom.tex
+++ b/doc/refman/Polynom.tex
@@ -252,13 +252,7 @@ where {\tt c0} and {\tt cI} denote the 0 and 1 of the coefficient set,
{\tt +!}, {\tt *!}, {\tt -!} are the implementations of the ring
operations, {\tt ==} is the equality of the coefficients, {\tt ?+!} is
an implementation of this equality, and {\tt [x]} is a notation for
-the image of {\tt x} by the ring morphism. Moreover, the term
-{\tt [c0]} (resp. {\tt [c1]}), image by the morphism of the 0
-(resp. the 1) of the coefficient set,
-should be \emph{convertible} to the term {\tt 0} (resp. the term
-{\tt 1}) of the ring structure. This requirement is not enforced by
-the command registering a new ring but the tactic is otherwise very
-much incomplete.
+the image of {\tt x} by the ring morphism.