]> matita.cs.unibo.it Git - helm.git/blob - helm/software/matita/contribs/procedural/CoRN/fta/CPoly_Shift.mma
Preparing for 0.5.9 release.
[helm.git] / helm / software / matita / contribs / procedural / CoRN / fta / CPoly_Shift.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_Shift.v,v 1.4 2004/04/23 10:00:56 lcf Exp $ *)
20
21 include "complex/CComplex.ma".
22
23 (*#* * Shifting polynomials
24 This can be done for [CRings] in general, but we do it here
25 only for [CC] because extensionality makes everything much easier,
26 and we only need it for [CC].
27 *)
28
29 (* UNEXPORTED
30 Section Poly_Shifted
31 *)
32
33 inline procedural "cic:/CoRN/fta/CPoly_Shift/Shift.con" as definition.
34
35 inline procedural "cic:/CoRN/fta/CPoly_Shift/Shift_apply.con" as lemma.
36
37 (* UNEXPORTED
38 Hint Resolve Shift_apply: algebra.
39 *)
40
41 inline procedural "cic:/CoRN/fta/CPoly_Shift/Shift_wdr.con" as lemma.
42
43 inline procedural "cic:/CoRN/fta/CPoly_Shift/Shift_shift.con" as lemma.
44
45 inline procedural "cic:/CoRN/fta/CPoly_Shift/Shift_mult.con" as lemma.
46
47 inline procedural "cic:/CoRN/fta/CPoly_Shift/Shift_degree_le.con" as lemma.
48
49 inline procedural "cic:/CoRN/fta/CPoly_Shift/Shift_monic.con" as lemma.
50
51 (* UNEXPORTED
52 End Poly_Shifted
53 *)
54
55 (* UNEXPORTED
56 Hint Resolve Shift_wdr: algebra_c.
57 *)
58
59 (* UNEXPORTED
60 Hint Resolve Shift_apply Shift_shift Shift_mult: algebra.
61 *)
62