Mathematical Analysis study notes[1]

文章目录

  • real numbers and limit
  • references

real numbers and limit

  1. a number x x x can be call real number due to that it must be represented with x = a b x=\frac a b x=bawhen the a , b a,b a,b are integer numbers and b ≠ 0 b \neq 0 b=0.
  2. a real number is closed under all arithmetic operations such as addition,subtraction,multiplation and division.moreover,the divisor can not be zero.
  3. the convergent sequence of numbers { x n } \{x_n\} {xn} is x x x when n → ∞ n \rightarrow \infty n, x n → x x_n \rightarrow x xnx,for example,the limitation of sequence { 1 + 1 n } \{1+\frac 1 n\} {1+n1} is 1 1 1.
  4. there is a formal explanation that let { x n } \{x_n\} {xn} is a sequence of numbers and x x x is a real number.if it is true that for giving arbitrary ϵ > 0 \epsilon>0 ϵ>0, N ∈ N + N \in \mathbb{N}^+ NN+ exists and ∣ x n − x ∣ < ϵ |x_n-x|<\epsilon xnx<ϵ when n > N n > N n>N,the sequence { x n } \{x_n\} {xn} is called convergent sequence of numbers,otherwise it is known as divergent sequence.by the way,the limitation of convergent sequence of numbers is exclusive.
  5. the ϵ \epsilon ϵ neighborhood of x is open interval ( a − ϵ , a + ϵ ) (a-\epsilon,a+\epsilon) (aϵ,a+ϵ)
  6. if existing a real number x result in x n ≤ x x_n\le x xnx for x n x_n xn,the x can be called upper bound.defining lower bound as similar as this.if a sequence have both upper bound and lower bound ,so it can be called bounded sequence .

references

  1. 《数学分析教程》

你可能感兴趣的:(Computational,Mathematics,数学分析)