Algebra 1st Computer Science Course
Algebra 1st Computer Science Course
1 Mathematical logic 3
1.0.1 Logical connectors . . . . . . . . . . . . . . . . . . . . . . . . . . 5
1.0.2 Properties of logical connectors . . . . . . . . . . . . . . . . . . . 8
1.0.3 Mathematical quanti…ers . . . . . . . . . . . . . . . . . . . . . . . 8
1.0.4 Reasonings . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
3 Algebraic structures 23
3.1 General notions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23
3.2 Group . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25
3.2.1 Subgroup . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25
3.3 Group morphisms . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26
3.3.1 Kernel and image . . . . . . . . . . . . . . . . . . . . . . . . . . . 26
3.4 Rings . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27
3.4.1 Subrings . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27
3.4.2 Ring without zero divisor . . . . . . . . . . . . . . . . . . . . . . 28
3.4.3 Homomorphism-Isomorphism of rings . . . . . . . . . . . . . . . . 28
3.4.4 Ideals . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29
1
3.5 Field . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29
2
Chapitre 1
Mathematical logic
3
– Every natural number n has a unique successor, denoted s(n) which is a natural
number.
– No natural number has 0 for successor.
– Successor injectivity 8x; y 2 N : s(x) = s(y) ) x = y.
– If a set of natural numbers contains 0 and contains the successor of each of its
elements, then this set is N.
Dé…nition 1.2 A proposition (or assertion) is a statement that can be true or false, not
both at the same time.
p
Exemple 1.3 4= 2 is a false proposition.
Exemple 1.5 "x be a positive real number" is a propositional form, it becomes a propo-
sition depending on the value attributed to x.
Dé…nition 1.4 A demonstration or proof is the realization of a process which allows one
to move from hypotheses assumed to be true to a conclusion.
Dé…nition 1.5 A lemma is a result of minor importance or a known partial result used
to prove a major result.
4
Dé…nition 1.7 A corollary is a consequence of a theorem.
P P
V or 1
F 0
These are logical connections that allow other propositions to be developed from
certain known propositions.
5
Negation of a proposition
P P
1 0
0 1
Conjunction
The conjunction is the logical connector ^ which associated with the propositions P
and Q the proposition P ^ Q, the latter is true if P and Q are both true simultaneously
and false in the other cases. It is de…ned from the following truth table
P Q P ^Q
1 1 1
1 0 0
0 1 0
0 0 0
Exemple 1.8 P is the assertion "This card is a queen" and Q is the assertion "This
card is a club". The proposition is true if the card drawn is a queen of clubs and false
otherwise.
Disjunction
The disjunction is the logical connector _ which associated with the propositions P
and Q the proposition P _ Q, the latter is false if P and Q are both false simultaneously
6
and true in the other cases. It is de…ned from the following truth table
P Q P _Q
1 1 1
1 0 1
0 1 1
0 0 0
Implication
The implication is the logical connector ) which associated with the propositions P
and Q the proposition P ) Q, the latter is false if P is true and Q is false, and true in
the other cases. It is de…ned from the following truth table
P Q P )Q
1 1 1
1 0 0
0 1 1
0 0 1
Equivalence
P Q P () Q
1 1 1
1 0 0
0 1 0
0 0 1
7
1.0.2 Properties of logical connectors
Dé…nition 1.10 A proposition that is true regardless of the truth values of the proposi-
tions that compose it is called a Tautology.
Proposition 1.1 Let’s consider the proposals P; Q and R, whatever the truth values of
the latter, the following propositions are always true i.e. are tautologies.
– P _ P;
– P , P;
– P ^ P , P;
– P _ P , P;
– P ^ Q , Q ^ P;
– P _ Q , Q _ P;
– (P ^ Q) ^ R , Q ^ (P ^ R) ;
– (P _ Q) _ R , Q _ (P _ R) ;
– P ^ (Q _ R) , (P ^ Q) _ (P ^ R) ;
– P _ (Q ^ R) , (P _ Q) ^ (P _ R) ;
– P ) Q , P _ Q;
– P ) Q , Q ) P;
– P ^ Q , P _ Q;
– P _ Q , P ^ Q;
– (P ) Q) ^ (Q ) R) ) (P ) R) ;
– (P , Q) , (P ) Q) ^ (Q ) P ) :
Propositional form
8
false in other cases, denoted P (x) or P (x1 ; x2 ; :::; xn ).
Remarque 1.2 If there exists one and only one element x 2 E, for which P (x) is true
we write "9!x 2 E; P (x)". 9! reads there exists a unique.
Negation rules
Remarque 1.3 We can combine quanti…ers of di¤erent natures, respecting their orders
and not swapping two di¤erent quanti…ers.
9
1.0.4 Reasonings
Direct reasoning
If we wish to verify an assertion P (x) for all the x in a set E, we show the assertion
for the x in a part A of E, then for the x not belonging to A.
Contraposition reasoning
10
p
Exemple 1.14 Show that 2 is an irrational number.
p
Assume that 2 is an irrational number, so there exists a and b prime to each other
p 2
with b 6= 0 i.e. (pgcd(a; b)= 1) such 2 = ab . So 2 = ab2 , hence 2b2 = a2 . It is obvious from
the last equation that 2 divides a2 , so a2 is even. Thus a is even therefore there exists k
such that a = 2k and therefore 2b2 = 4k 2 ) b2 = 2k 2 therefore 2 divides b2 , hence b2 is
even thus b is even. We can therefore conclude that pgcd(a; b) = 2. Which contradicts the
p
fact that a and b are relatively prime so 2 is an irrational number.
Reasoning by counterexample
If we want to show that an assertion of the type "8x 2 E : P (x)" eis true then for each
x of E we must show that P (x) is true. On the other hand, to show that this assertion
is false then it is enough to …nd x 2 E such that P (x) is false. (Remember the negation
of "8x 2 E : P (x)" is "9x 2 E : P (x)".) Finding such an x is …nding a counterexample
to the assertion "8x 2 E : P (x)".
Recurrence
The principle of recurrence makes it possible to show that an assertion P (n), depen-
ding on n, is true for all n 2 N. The proof by induction takes place in three steps : during
initialization we prove P (0).
For the inheritance step, we assume n 0 given with P (n) true, and we then de-
monstrate that the assertion P (n + 1) at the next rank is true. Finally in the conclusion,
we recall that by the principle of recurrence P (n) is true for all n 2 N.
n(n+1)
Exemple 1.16 Show that for all n 2 N : 1 + 2 + ::: + n = 2
.
For n = 1, we have 1 = 1. So P (1) is true.
11
n(n+1)
Suppose that P (n) = 1 + 2 + ::: + n = 2
is true and we prove P (n + 1) =
(n+1)(n+2)
1 + 2 + ::: + n + (n + 1) = 2
is too.
n(n+1)
Clearly P (n + 1) = 1 + 2 + ::: + n + (n + 1) = P (n) + (n + 1) = 2
+ (n + 1) =
(n+1)(n+2)
2
.
Thus for all n 2 N : P (n) is true.
12
Chapitre 2
Dé…nition 2.1 A set is a collection of objects that satisfy one or more properties. They
are also called elements.
Remarque 2.1 A set that does not contain any elements is called an empty set and is
denoted by = fx : x 6= xg.
p
Exemple 2.2 A = f1g ; B = y 2 R : y = x2 .
Dé…nition 2.2 Let A and B be two sets. We say that A is a subset of B or A is a part
of B, when every element of A is also an element of B. Often we say that A is included
in B, which we denote by A B and we have formally
A B , 8x : x 2 A ) x 2 B:
Exemple 2.3 Consider the following sets A = f2; 3g and B = f1; 2; 3; 4; 5g. Clearly we
have A B.
13
Dé…nition 2.3 Two sets A and B are said to be equal if and only if they contain the
same elements.
A = B , 8x : x 2 A , x 2 B;
or
A = B , (A B) ^ (B A) :
Remarque 2.3 The set of all the parts of a set E constitutes a new set denoted P (E).
Operations on sets
Intersection
Dé…nition 2.4 Let A and B be two parts of a set E. We call the intersection of the sets
A and B the set of elements which belong to both A and B and is denoted A \ B.
A \ B = fx 2 E : (x 2 A) ^ (x 2 B)g ;
or
x 2 A \ B , (x 2 A) ^ (x 2 B) :
Exemple 2.6 Consider the following sets A = f1; 2; 3; 5; 9g and B = f1; 2; 7; 6; 8g. We
have A \ B = f1; 2g.
Remarque 2.4 Two sets are disjoint if their intersection is empty i.e. A and B disjoint
)A\B = .
Exemple 2.7 Consider the following sets A = f1; 2; 3; 5; 9g and B = f7; 6; 8g. We have
A\B = .
14
Union
Dé…nition 2.5 Let A and B be two parts of a set E. We call the union of sets A and
B the set of elements which belong to at least one of the two sets A or B and is denoted
A [ B.
A [ B = fx 2 E : (x 2 A) _ (x 2 B)g ;
or
x 2 A [ B , (x 2 A) _ (x 2 B) :
Complementary
A = CE A = fx 2 E : x 2
= Ag :
Di¤erence
Dé…nition 2.7 Let A and B be two parts of a set E. We call the di¤erence of A and B
in this order, the set of elements of E belonging to A but not to B and is denoted AnB.
AnB = fx 2 E : (x 2 A) ^ (x 2
= B)g :
Exemple 2.10 Resuming example 2.6, we have : AnB = f3; 5; 9g and BnA = f7; 6; 8g.
Symmetric di¤erence
15
Dé…nition 2.8 Let A and B be two parts of a set E. We call the symmetric di¤erence
of A and B the set of elements of E belonging to A only or to B only and is denoted
A B.
A B = fx 2 E : [(x 2 A) ^ (x 2
= B)] _ [(x 2 B) ^ (x 2
= A)]g :
Properties of set operations Consider a set E and let A; B and C be three subsets
of E. The following properties are satis…ed.
– Commutativity
A \ B = B \ A and A [ B = B [ A:
– Associativity
A \ (B \ C) = (A \ B) \ C and A [ (B [ C) = (A [ B) [ C:
– Distributivity
A \ (B [ C) = (A \ B) [ (A \ C) and A [ (B \ C) = (A [ B) \ (A [ C) :
– Morgan’s laws
A \ B = A [ B and A [ B = A \ B:
Dé…nition 2.9 We say that the fAi gi=1;n constitutes a partition of E if the following
conditions are satis…ed :
1/ For all i 2 f1; 2; :::; ng, we have Ai 6= .
2/ For all i; j 2 f1; 2; :::; ng with i 6= j, we have Ai \ Aj = .
n
3/ [ Ai = E.
i=1
16
Exemple 2.12 Consider the following sets E = fx 2 R : jx 2j 2g ; A = fx 2 R : jx 1j < 1g ;
A = fx 2 R : jx 3j < 1g and C = f0; 2; 4g. It is clear that A; B and C form a partition
of E they satisfy the 3 conditions.
Cartesian produc
Dé…nition 2.10 We call the Cartesian product of the sets fAi gi=1;n , all the elements
n
(a1 ; a2 ; :::; an ), such that ai 2 Ai noted A1 A2 ::: An or Ai .
i=1
n
A1 A2 ::: An = Ai = (a1 ; a2 ; :::; an ) : ai 2 Ai for all i = 1; n :
i=1
Remarque 2.6 In the case where F = E, the relation R is called a binary relation in
E.
Remarque 2.7 The part of the Cartesian product whose elements are related or in agree-
ment is called the graph of R.
17
Exemple 2.14 De…ne the binary relation R on R2 as follows :
8 (x; y) ; (x0 ; y 0 ) 2 R2 : (x; y) R (x0 ; y 0 ) , x = x0 .
Show that R is re‡exive.
It is clear that 8 (x; y) 2 R2 : (x; y) R (x; y), because x = x. So R is re‡exive.
Dé…nition 2.16 Returning to Example 2.13, and considering the 3-tuples (x; y) ; (x0 ; y 0 )
and (x00 ; y 00 ) of R2 . Suppose that (x; y) R (x0 ; y 0 ) and (x0 ; y 0 ) R (x00 ; y 00 ) we …nd x = x0 = x00 .
Hence (x; y) R (x00 ; y 00 ). So R is transitive.
Remarque 2.8 Do not confuse a transitive relationship and a circular relationship i.e.8x; y; z 2
E : xRy ^ yRz ) zRx.
Exemple 2.17 Returning to Example 2.13. Since R is re‡exive, symmetric and transi-
tive, so it is an equivalence relation.
18
Dé…nition 2.18 Let R be an equivalence relation on E. We call the equivalence class
:
of x the subset of E of the elements in relation with x and is denoted x
:
x = fy 2 E : xRyg :
:
Exemple 2.18 Returning to Example 2.13. Calculate (x; y)
:
(x; y) = (x0 ; y 0 ) 2 R2 : (x; y) R (x0 ; y 0 )
= (x0 ; y 0 ) 2 R2 : x0 = x; 8y 0 2 R
= fxg R:
Dé…nition 2.19 The set of all equivalence classes together is called the quotient of E by
R and is denoted E=R.
Dé…nition 2.21 The order relation is said to be of total order if any two elements of
E are comparable i.e. 8x; y 2 E we have xRy or yRx. Otherwise the order is said to be
partial.
19
2.2 Applications
Consider two non-empty sets E and F and f a correspondence between the elements
of these two sets i.e. f : E ! F
Dé…nition 2.23 The elements of E are called antecedents but the elements of F are
called direct images or simply images.
Dé…nition 2.24 The domain of de…nition of f is the subset of E containing only the
elements which admit images and is denoted Df .
Dé…nition 2.26 An application is a function which associates with any element of the
starting set E an element of an arrival set F . In other words Df = E.
Dé…nition 2.27 Two maps f and g are equal if they have the same starting set and
same ending set i.e. f; g : E ! F , in addition they must satisfy the following condition :
8x 2 E : f (x) = g (x).
20
Some properties of direct and reciprocal images Consider the map f : E ! F
and the following subsets : A; B E and C; D F.
–A B ) f (A) f (B),
– f (A [ B) = f (A) [ f (B),
– f (A \ B) f (A) \ f (B),
1 1
–M N )f (M ) f (N ),
1 1 1
–f (M [ N ) = f (M ) [ f (N ),
1 1 1
–f (M \ N ) = f (M ) \ f (N ).
Dé…nition 2.31 f is said to be injective if every element y of F has at most one ante-
cedent in E i.e.
8x1 ; x2 2 E : f (x1 ) = f (x2 ) ) x1 = x2 ;
or
8x1 ; x2 2 E : x1 6= x2 ) f (x1 ) 6= f (x2 ) :
Dé…nition 2.33 f is said to be bijective if and only if it is both surjective and injective
i.e.
8y 2 F; 9!x 2 E : y = f (x) :
21
Dé…nition 2.34 If f realizes a bijection of E into F , then there exists a unique de…ned
bijection of F into E which associated with the image its antecedent the latter is called
1
reciprocal or inverse map and is denoted f .
1 1 1
Remarque 2.13 Let f g be a bijection map, then we have (f g) (x) = (g f ) (x).
22
Chapitre 3
Algebraic structures
Dé…nition 3.1 We call the law of internal composition any application :G G!G
which associates with any pair of elements (x; y) of G G the element x y of G. In other
words the composite of two elements of G remains in G and we write
8x; y 2 G; x y 2 G.
In the rest of the chapter we assume that and are two internal composition laws
on the non-empty set G.
8x; y 2 G; x y = y x.
23
Dé…nition 3.3 is called associative, if and only if :
8x; y; z 2 G; x (y z) = (x y) z.
Dé…nition 3.4 is said to be distributive to the left (resp. to the right) with respect to
in G, if and only if :
8x; y; z 2 G; x (y z) = (x y) (x z) ,
respectively
8x; y; z 2 G; (y z) x = (y x) (z x) .
If is distributive to the left and right with respect to on G, we say that it is distributive.
Dé…nition 3.5 e is said to be a neutral element on the left (resp. on the right) with
respect to in G, if and only if :
9e 2 G; 8x 2 G : e x = x;
respectively
9e 2 G; 8x 2 G : x e = x:
Dé…nition 3.6 x0 is said to be a left (resp. right) symmetric element of x with respect to
in G, if and only if :
8x 2 G; 9x0 2 G : x0 x = e;
respectively
9e 2 G; 8x 2 G; x x0 = e;
where e is a neutral element with respect to in G. If x0 is both a left and right symmetric
element then we simply say that x0 is the symmetric element of x.
24
Remarque 3.1 The symmetrical element is commonly said to be the inverse of x and
we note it x 1 .
3.2 Group
Dé…nition 3.7 We call a group any set G =
6 provided with an internal composition law
satisfying :
– is an associative law.
– admits a neutral element.
1
– Every element x 2 G admits a symmetric element (an inverse) x 2 G.
Dé…nition 3.8 We say that (G; ) is a commutative or abelian group, if (G; ) is a group,
moreover is commutative.
3.2.1 Subgroup
Proposition 3.1 Let (G; ) be a8group of which e is the neutral element and H G,
>
> H= 6 i.e. e 2 H
>
<
(G; ) is a Subgroup of (G; ) , 8x; y 2 H : x y 2 H
>
>
>
: 8x 2 H : x 1 2 H
25
8
< 8x; y 2 H : x y 2 H
Remarque 3.3 The following 2 conditions : , can be replaced
: 8x 2 H : x 1 2 H
by the following equivalent condition : 8x; y 2 H : x y 1 2 H where y 1 is the symmetric
element of y in H.
Dé…nition 3.10 Let (G; ) be a group and H G a subset of G. The subgroup generated
by H is the smallest subgroup of G containing H.
Dé…nition 3.12 Let f : (G; ) ! (H; >) be a group morphism, if f is bijective, then f
is called isomorphism.
Dé…nition 3.13 We call the kernel of f the subset of G, denoted ker f = fx 2 G : f (x) = eH g.
Dé…nition 3.14 We call the image of f the subset of H, denoted Im f = ff (x) 2 H : x 2 Gg.
26
Proposition 3.3 Let f : (G; ) ! (H; >) be a group morphism, then
– (ker f; ) is a subgroup of (G; ).
– (H; >) is a subgroup of (H; >).
– The map f is injective if and only if ker f = feG g.
– The map f is surjective if and only if Im f = H.
3.4 Rings
Consider a set A equipped with two internal composition laws and >.
Dé…nition 3.16 (A; ; >) is called a commutative ring if (A; ; >) is a ring, additionally
> is commutative.
Dé…nition 3.17 (A; ; >) is called a unitary ring i (A; ; >) is a ring, additionally >
admits a neutral element.
3.4.1 Subrings
Dé…nition 3.18 Let (A; ; >) be a ring and 6= H A. (H; ; >) is called a subring,
if (H; ; >) is itself a ring.
Dé…nition 3.19 Let (A; ; >) be a ring and 6= H A. (H; ; >) is called a subring,
if (H; ) < (A; ) and 8x; y 2 H, x>y 2 H.
27
3.4.2 Ring without zero divisor
Let (A; +; ) be a ring such that 0 is the neutral element of the law + and 1 the
neutral element of the law , and let a 2 A such that a 6= 0.
Dé…nition 3.20 a is said to be a divisor from zero to the left in A if there exists x 2
A : x 6= 0 et a x = 0.
Dé…nition 3.21 a is said to be a divisor from zero to the right in A if there exists
x 2 A : x 6= 0 et x a = 0.
Dé…nition 3.23 A ring (A; +; ) is said to be ring without zero divisor, if it does not
admit divisors of zero.
28
3.4.4 Ideals
Dé…nition 3.30 We say that I is a two-sided ideal, if it is an ideal to the left and right
of A at the same time.
Remarque 3.5 If (A; ; >) is a commutative ring, then every ideal is two-sided.
3.5 Field
Dé…nition 3.31 (A; ; >) is called a …eld, if
– (A; ) is a commutative group.
– (A feg ; >) is a group.
– > is distributive with respect to .
Dé…nition 3.33 (A; ; >) is called a commutative …eld, if (A; ; >) has a …eld structure
and > is commutative.
Proposition 3.4 Every …eld (A; ; >) is a ring without zero divisor.
29
Chapitre 4
P (X) = an X n + Xn 1 X n 1
+ ::: + a1 X + a0 ;
Dé…nition 4.2 Let 0 6= P (X) 2 K [X]. We call the degree of P (X) the largest integer
n such that an 6= 0, we denote it deg(P ), and the element adeg(P ) is called the dominant
coe¢ cient of P .
Remarque 4.2 The degree of the zero polynomial adeg(P =0) = 1 by convention.
Dé…nition 4.3 Let 0 6= P (X) 2 K [X]. We say that P is unitary (normalized) if and
only adeg(P ) = 1.
Dé…nition 4.4 A one-indeterminate polynomial with coe¢ cients in K [X] whose coe¢ -
cients are all zero from a certain rank.
30
4.1 Operations on K [X]
P
n
Consider the two polynomials P (X) = an X n + Xn 1 X n 1
+ ::: + a1 X + a0 = ai X i
i=0
and
P
n
Q (X) = bn X n + bn 1 X n 1
+ ::: + b1 X + b0 = bj X j .
l=0
We de…ne addition, product of polynomials and multiplication by a scalar 2 K as
follows :
P
n
– (P + Q) (X) = ci X i where ci = ai + bi .
i=0
P
2n P
n
– (P Q) (X) = vk X k where vk = ak b n k .
k=0 k=0
P
n
– ( P ) (X) = ci X i .
i=0
– P (X) = Q (X) , 8i 2 N; ai = bi .
Dé…nition 4.5 The addition and multiplication de…ned above de…ne internal composi-
tion laws on the set of polynomials with an indeterminate coe¢ cient in K.
Dé…nition 4.6 The set of polynomials with an indeterminate coe¢ cient in K provided
with addition and multiplication de…ned a commutative ring structure which we denote
K [X].
31
4.2.1 Euclidean division in K [X]
Let P and Q be two polynomials of K [X] and Q 6= 0, then there exists a unique pair
(D; R) in K [X] K [X] :
Dé…nition 4.8 Let P; Q 2 K [X] with P 6= 0 and Q 6= 0. There is a unique unit poly-
nomial that divides both P and Q. This polynomial is called the greatest common divisor
and is denoted gcd (P; Q).
Dé…nition 4.9 Let P; Q 2 K [X]. We say that P and Q are coprime if is only if
gcd (P; Q) = 1.
Root of a polynomial-factorization
Proposition 4.3 P ( ) = 0 , (x ) nP .
32
Dé…nition 4.11 Let m 2 N . We say that is a root of multiplicity m of P if (X )m nP
while (X )m+1 does not divide P .
Proposition 4.4 Let P 2 K [X] and 2 K such that is a root of order m 2 N f1g,
the following assertions are equivalent
– 9Q 2 K [X] : P = (X )m Q with Q ( ) 6= 0.
– P ( ) = 0; P 0 ( ) = 0; :::; P (m 1)
( ) = 0 and P (m) ( ) 6= 0 where P (i) is the deriva-
tive of order i of P .
Dé…nition 4.12 We call the rational fraction on K the equivalence class of (P; Q) 2
P
K [X] K [X] and is denoted P=Q or Q
i.e.
P
= f(A; B) 2 K [X] K [X] : P B=Q Ag :
Q
A
Remarque 4.4 We note by K (X) = K [X] K [X] =R = B
: (A; B) 2 K [X] K [X] .
33
4.3.1 Operations on K (X)
The set K (X) endowed with the following two laws of internal composition
P A P A P B+Q A P A P A
8Q ; B 2 K (X) ; Q + B
= Q B
and Q B
= Q B
has a commutative …eld
structure.
Consider the map J : K [X] ! K (X) which associates with each polynomial P of
P
K [X] the rational fraction 1K[X]
. We can easily prove that J is injective. So we can
identify the elements of K [X] with the elements of K (X) and we have K [X] K (X).
P
Dé…nition 4.14 Consider the irreducible rational fraction F = Q 2 K (X) .
– The roots of F are the zeros of P in K [X].
– The order of multiplicity of the root of F is the same when considering it as the
root of P in K [X].
– The poles of F are the zeros of Q in K [X].
– The order of multiplicity of the pole of F is the same when considering it as the
root of Q in K [X].
P
Dé…nition 4.15 Consider the rational fraction F = Q 2 K (X). We call an associated
function to F any function Fe : K ! K de…ned for all x di¤erent from the poles of F i.e.
Pe(x)
the application Fe (x) = e
Q(x)
.
34
of K [X] :
P =D Q + R with deg(R) < deg(Q);
P D R
= + :
Q 1K[X] Q
P
Remarque 4.6 D is called an integer part of the rational fraction Q
and is worth zero
if deg(P ) < deg(Q).
P D R R
Lemme 4.1 Consider the rational fraction F = Q = 1K[X]
+ Q
where Q
is irreducible
and deg(R) < deg(Q), let us also assume that Q can be decomposed into prime factors of
K [X] i.e. Q = Qn1 1 Qn2 2 ::: Qknk . Then there exist k polynomials L1 ; L2 ; :::; Lk 2 K [X] :
R L1 L2 Lk
= n1 + n2 + ::: + nk with deg(Li ) < deg(Qi ) for i = 1; 2; :::; k:
Q Q1 Q2 Qk
Lemme 4.2 Consider the irreducible rational fraction F = QLn et deg(L) < deg(Qn ).
Then there exist n polynomials S1 ; S2 ; :::; Sn 2 K [X] :
L S1 S2 Sn
n
= + 2 + ::: + n with deg(Si ) < deg(Q) for i = 1; 2; :::; n:
Q Q Q Q
Remarque 4.7 In the general framework, we can combine the two previous lemmas when
decomposing any rational fraction if necessary.
S1 S2 Sn
Remarque 4.8 The part Q
+ Q2
+ ::: + Qn
is called the relative part of the polynomial
L.
35
Remarque 4.9 In the case where Q = X the partial sum is called the polar part
relative to .
36