Analyse
Analyse
ANALYSIS 1
1 Introduction
3 Properties of arithmetic in R
7 Intervals.
8 Archimedes' theorem
11 Density of ℚ In ℝ
Chapter 2: numerical sequences
1 Introduction to sequences
2 Convergence of a sequence
6 Subsequences
7 Monotonic sequences
8 Convergent subsequences
9 Cauchy sequences
10 Adjacent Suites
This course is a first introduction to real analysis. We’ll set the
scene with exploring basic properties of real numbers. Then
we’ll go on to define what it means for a sequence to converge,
and we’ll explore these ideas in detail, allowing us to give careful
justifications of some familiar results, as well as proving some
that you might not have seen before.
There are several resources that will help you as you study the course
Chapter 1
Reals Numbers:
We designate by
Problem 01: given two natural numbers a and b, there does not always exist an element x of N
• Z = {..., −n, ..., −3, −2, −1, 0, 1, 2, 3, ..., n, ...} the set of relative integers.
Problem 02: given two relative integers a and b, with a not zero. There is no element x of Z
𝒙𝟐 = 2 has no solution in Q. We then introduce a new set that of the real numbers R.
• An irrational number is a real number which is not rational, that is to say it cannot be written
𝒂
in the form of a fraction 𝒃, where a and b are two relative integers (with b not zero).
• The first irrational numbers discovered are the square roots of integers which are not
• A real number x is said to be “algebraic” if it is the solution of an equation p(x) = 0, where p is a polynomial
• Note that any equation of the form x ; 𝒙𝟐 − p = 0 with p > 0 has a solution in R,
denoted √√𝒑 therefore all numbers of the form √𝒑 with p > 0 integer are algebraic.
• Integer and rational numbers are algebraic, as are all the roots of these numbers.
• A transcendent number is a real number which is not the root of any polynomial equation.
• Some universal constants of mathematics like e (the base of natural logarithms, called
N⊂Z⊂Q⊂R
.
A1) ∀ x, y and z ∈ ℝ,
x + (y + z) = (x + y) + z (+ is associative)
A2) ∀x and y ∈ ℝ,
x+y=y+x (+ is commutative)
The associativity (axiom A1) and the commutatively (axiom A2) of addition make it possible to write unequivocally
the sum of three numbers x, y and z in the form x + y + z and allow the use of the notation Σ to designate a sum
comprising n terms:
∑𝒏𝒌=𝟏 𝒂𝒌 = 𝒂𝟏 + 𝒂𝟐 + 𝒂𝟑 + ⋯ … . +𝒂𝒏 .
The neutral element for addition (axiom A3) is unique because if 𝟎′ it had the same property as 0, we would have
𝟎′ = 𝟎′ + 0 = 0. Likewise, the additive inverse of a number (axiom A4) is uniquely defined because if - 𝒙′ had the same
property as −x, we would have
x + (−y) = x − y.
A6 ) ∀ x and y ∈ ℝ, X∙ y = y∙ X (∙ is commutative)
The associativity (axiom A5) and commutatively (axiom A6) of multiplication mean that we can unequivocally
write the product of three numbers x, y and z in the form xyz and allow the use of the notation Π for designate a
product comprising n terms:
𝒏
∏ 𝒂𝒌 = 𝒂𝟎 𝒂𝟏 𝒂𝟐 … … 𝒂𝒏
𝒌=𝟎
The neutral element for multiplication (axiom A7) is unique because if 𝟏′ it had the same property as 1, we would
have 𝟏′ = 𝟏′ 1 = 1. Likewise, the multiplicative inverse of a non-zero number (axiom A8) is uniquely defined because
if ( 𝒙−𝟏 )′ had the same property as 𝒙−𝟏 , we would have
Observe that
𝟏−𝟏 = 𝟏−𝟏 1 = 1
𝒙
Dividing x by y ≠0 means multiplying x by 𝒚−𝟏 and we also write 𝒙𝒚−𝟏 = 𝒚 to designate the multiplicative inverse.
The operations of addition and multiplication are linked by the axiom of distributives
A9 ) ∀ x, y and z ∈ R, x (y + z) = x y + x z . (· distributes over +)
3 PROPRIETIES OF ARITHMETIC IN ℝ
0x = 0.
Indeed, 0x = (0 + 0) x = 0x + 0x and the result follows by subtracting 0x from each side of the equation.
Consequently, 0 has no multiplicative inverse: if 𝟎−𝟏 it existed, we would indeed have
1 = 0 𝟎−𝟏 = 0
−x = (−1)x.
When we picture ℝ in our minds, typically it is not as a scattered collection of numbers. Rather, we often
picture them as lying along a number line, usually running from left to right, with 0 in the ‘middle’;
positive numbers on the right, increasing as we move away from 0; and negative numbers on the left,
getting smaller as we move left away from 0. Even in writing that description, I have made assumptions
about ℝ: I have assumed that we have notions of ‘positive’ and ‘negative’, and that we can compare the sizes
of two real numbers. This section is about formalizing those assumptions.
Here are our axioms for the usual ordering on ℝ .
:
The usual properties of inequalities all follow from these four axioms
Indeed
∎ x > y > 0 and a ≥ b > 0 imply ax > by. Indeed: ax > ay and ay ≥ by imply ax > by.
this axiom is also valid in ℚ the set ℝ is distinguished from ℚ By Axiom of the upper
bound which will be stated a little later
say that A has a greatest element (or a maximum) 𝜶 if the two following conditions are
satisfied: 𝜶 is an upper bound of A and 𝜶 ∈A. We denote it max(A) = 𝜶.
∎We say that A has a smallest element (or a minimum) 𝜷 if the following two
conditions are verified: 𝜷 is a lower bound of A and 𝜷 ∈A. We note min(A) = 𝜷.
∎If the set of upper bounds of A admits a smallest element then this one is
called " Supremum of A" and denoted Supremum sup A. By definition, sup A is the
smallest upper bound of A.
-If the set of lower bounds of A admits a larger element then this is called " infimum
of A" and denoted inf A. By definition, inf A is the largest lower bound of A
.Examp 1: • Let A = [0, 1[.
4- inf ]0, +∞[= 0, and ]0, +∞[ ∄does not admit an upper bound (min ]0, =∞[ ∄,
2) ∀ x ∈ ℝ, |x|=0 ⇔x =0
3) ∀x∈R , | x |= | − x|
4) ∀x ,y ∈ ℝ, | xy |=|x|.|y|
5) ∀x ,y ∈ ℝ ,|x+y| ≤|x|+|y|
𝒙>𝒂
6 ) ∀x∈ ℝ , ∀ a ∈ ℝ+ ;|x| ≤a ⇒ − a ≤x ≤a ; |x|> a⇔ {
𝒙 < −𝒂
7) x ∈ ℝ, √𝒙𝟐 =|x|
𝒙+𝒚+|𝒙−𝒚| 𝒙+𝒚−|𝒙−𝒚|
9) ∀ x, y ∈ ℝ max( x,y )= ; min( x,y )=
𝟐 𝟐
7 Intervals
[a, b]= {x ∈ ℝ, a ≤ x ≤ b}
[a, b [ = { x ∈ ℝ, a ≤ x < b}
] a, b [ ={ x ∈ ℝ , a < x < b}
] - ∞, a [ ={ x ∈ ℝ, x < a}
[ a , + ∞[={x ∈ ℝ,x ≥ a}
] −∞; +∞[= ℝ the intervals] - ∞,a],[a,+ ∞[,[a,b] are called closed intervals .
the intervals [ a,b [,] a,b ] are called half-open or half-closed intervals.
The real numbers a and b are called the ends of the interval
8 ) Archimedes' theorem
Theorem : ∀ x ∈ ℝ+ , ∃ n ∈ N ∗ , n ≥ x (for any positive real there exists a natural number larger than this real).
Note Archimedes' theorem means that ℕ is not increased (sup ℕ does not exist ; inf ℕ = 𝟎)
Properties
2) A and B bounded ⇒ A ∪ B is bounded and sup(A ∪ B)= max ( supA , supB ) and inf ( A ∪ B ) = min ( infA , infB )
3) If A ∩ B≠ ∅⇒ A ∩ B bounded , sup(A ∩ B) ≤min( supA, supB ) and inf (A ∩ B)≥max( supA , supB )
4) sup ( − A)= − infA ;and inf ( − A)= − supA ; sup (A+B)= supA+supB and inf (A+B)= infA+infB
6) A+B = {a = x+ y,x ∈ Y-y ∈ B}; sup(A+B)= supA+supB and inf (A+B)= infA+infB
Definition : Let x ∈ ℝ we call integer part of x and we denote E(x) or [x] the integer n which verifies : n ≤ x < n +1 or
[ x] ≤ x < [ x]+1
then any real x can be written in only one way x =[x]+ α or :0 ≤ α < 1
3) ∀ x ∈ ℝ − ℤ: [ − x]= − [x] − 1
4) ∀x ,y ∈ ℝ:[x] ≤ [y]
10 ) ℝ Density inℚ
(i) there is x ∈ Q such that a < x < b (the rationals are dense in the reals); and
there is y ∈ R \ Q such that a < y < b (the irrationals are dense in the reals
This sums up the key properties we have identified as our assumptions about ℝ. From this, we
shall develop the theory of real analysis.
̅ : ̅̅̅̅
9) The set ℝ ℝ= ℝ ∪ {−∞; +∞}=[−∞; +∞]
̅
0 × ( + ∞), (+ ∞)+( − ∞) , ( − ∞) × 0 these are the indefinite cases there is no solution inℝ