]> matita.cs.unibo.it Git - helm.git/blob - helm/software/matita/contribs/CoRN-Procedural/fta/CPoly_Rev.mma
matitadep: we now handle the inline of an uri, we removed the -exclude option
[helm.git] / helm / software / matita / contribs / CoRN-Procedural / fta / CPoly_Rev.mma
1 (**************************************************************************)
2 (*       ___                                                              *)
3 (*      ||M||                                                             *)
4 (*      ||A||       A project by Andrea Asperti                           *)
5 (*      ||T||                                                             *)
6 (*      ||I||       Developers:                                           *)
7 (*      ||T||         The HELM team.                                      *)
8 (*      ||A||         http://helm.cs.unibo.it                             *)
9 (*      \   /                                                             *)
10 (*       \ /        This file is distributed under the terms of the       *)
11 (*        v         GNU General Public License Version 2                  *)
12 (*                                                                        *)
13 (**************************************************************************)
14
15 (* This file was automatically generated: do not edit *********************)
16
17 include "CoRN.ma".
18
19 (* $Id: CPoly_Rev.v,v 1.3 2004/04/23 10:00:56 lcf Exp $ *)
20
21 include "algebra/CPoly_Degree.ma".
22
23 (*#* * Reverse of polynomials
24 *)
25
26 (* UNEXPORTED
27 Section Monomials
28 *)
29
30 (*#*
31 %\begin{convention}% Let [R] be a ring, and let [RX] be the
32 polynomials over this ring.
33 %\end{convention}%
34 *)
35
36 alias id "R" = "cic:/CoRN/fta/CPoly_Rev/Monomials/R.var".
37
38 (* begin hide *)
39
40 inline procedural "cic:/CoRN/fta/CPoly_Rev/Monomials/RX.con" "Monomials__".
41
42 (* end hide *)
43
44 inline procedural "cic:/CoRN/fta/CPoly_Rev/monom.con".
45
46 inline procedural "cic:/CoRN/fta/CPoly_Rev/monom_coeff.con".
47
48 inline procedural "cic:/CoRN/fta/CPoly_Rev/monom_coeff'.con".
49
50 (* UNEXPORTED
51 Hint Resolve monom_coeff monom_coeff': algebra.
52 *)
53
54 inline procedural "cic:/CoRN/fta/CPoly_Rev/monom_degree.con".
55
56 inline procedural "cic:/CoRN/fta/CPoly_Rev/monom_S.con".
57
58 (* UNEXPORTED
59 Hint Resolve monom_S: algebra.
60 *)
61
62 inline procedural "cic:/CoRN/fta/CPoly_Rev/monom_wd_lft.con".
63
64 (* UNEXPORTED
65 Hint Resolve monom_wd_lft: algebra_c.
66 *)
67
68 inline procedural "cic:/CoRN/fta/CPoly_Rev/monom_mult'.con".
69
70 (* UNEXPORTED
71 Hint Resolve monom_mult': algebra.
72 *)
73
74 inline procedural "cic:/CoRN/fta/CPoly_Rev/monom_mult.con".
75
76 inline procedural "cic:/CoRN/fta/CPoly_Rev/monom_sum.con".
77
78 (* UNEXPORTED
79 End Monomials
80 *)
81
82 (* UNEXPORTED
83 Hint Resolve monom_coeff monom_coeff' monom_mult monom_sum: algebra.
84 *)
85
86 (* UNEXPORTED
87 Implicit Arguments monom [R].
88 *)
89
90 (* UNEXPORTED
91 Section Poly_Reverse
92 *)
93
94 alias id "R" = "cic:/CoRN/fta/CPoly_Rev/Poly_Reverse/R.var".
95
96 (* begin hide *)
97
98 inline procedural "cic:/CoRN/fta/CPoly_Rev/Poly_Reverse/RX.con" "Poly_Reverse__".
99
100 (* end hide *)
101
102 inline procedural "cic:/CoRN/fta/CPoly_Rev/Rev.con".
103
104 inline procedural "cic:/CoRN/fta/CPoly_Rev/Rev_coeff.con".
105
106 inline procedural "cic:/CoRN/fta/CPoly_Rev/Rev_coeff'.con".
107
108 (* UNEXPORTED
109 Hint Resolve Rev_coeff Rev_coeff': algebra.
110 *)
111
112 inline procedural "cic:/CoRN/fta/CPoly_Rev/Rev_wd.con".
113
114 (* UNEXPORTED
115 Hint Resolve Rev_wd: algebra_c.
116 *)
117
118 inline procedural "cic:/CoRN/fta/CPoly_Rev/Rev_rev.con".
119
120 (* UNEXPORTED
121 Hint Resolve Rev_rev: algebra.
122 *)
123
124 inline procedural "cic:/CoRN/fta/CPoly_Rev/Rev_degree_le.con".
125
126 inline procedural "cic:/CoRN/fta/CPoly_Rev/Rev_degree.con".
127
128 inline procedural "cic:/CoRN/fta/CPoly_Rev/Rev_monom.con".
129
130 (* UNEXPORTED
131 Hint Resolve Rev_monom: algebra.
132 *)
133
134 inline procedural "cic:/CoRN/fta/CPoly_Rev/Rev_zero.con".
135
136 (* UNEXPORTED
137 Hint Resolve Rev_zero: algebra.
138 *)
139
140 inline procedural "cic:/CoRN/fta/CPoly_Rev/Rev_plus.con".
141
142 (* UNEXPORTED
143 Hint Resolve Rev_plus: algebra.
144 *)
145
146 inline procedural "cic:/CoRN/fta/CPoly_Rev/Rev_minus.con".
147
148 (* UNEXPORTED
149 Hint Resolve Rev_minus: algebra.
150 *)
151
152 inline procedural "cic:/CoRN/fta/CPoly_Rev/Rev_sum0.con".
153
154 (* UNEXPORTED
155 Hint Resolve Rev_sum0: algebra.
156 *)
157
158 inline procedural "cic:/CoRN/fta/CPoly_Rev/Rev_sum.con".
159
160 inline procedural "cic:/CoRN/fta/CPoly_Rev/Rev_mult.con".
161
162 (* UNEXPORTED
163 End Poly_Reverse
164 *)
165
166 (* UNEXPORTED
167 Hint Resolve Rev_wd: algebra_c.
168 *)
169
170 (* UNEXPORTED
171 Hint Resolve Rev_rev Rev_mult: algebra.
172 *)
173
174 (* UNEXPORTED
175 Implicit Arguments Rev [R].
176 *)
177