zoukankan      html  css  js  c++  java
  • 1.1 Introduction (MathJax-Latex测试)

    #INTRODUCTION

    ---

        A satisfactory discussion of the main concepts of analysis (such as convergence, continuity, differentiation, and integration) must be based on an accurately defined number concept. We shall not, however, enter into any discussion of the axioms that govern the arithmetic of the integers, but assume familiarity with the rational numbers (i.e., the numbers of the form $m/n$, where $a$ and $b$ are integers and $n eq 0$).

        The rational number system is inadequate for many purposes, both as a field and as an ordered set. (These terms will be defined in Secs. 1.6 and 1.12.)

    For instance, there is no rational $p$ such that $p^2= 2$. (We shall prove this presently.) This leads to the introduction of so-called "irrational numbers" which are often written as infinite decimal expansions and are considered to be "approximated" by the corresponding finite decimals. Thus the sequence

    $1, 1.4, 1.41, 1.414, 1.4142, ext{...}$

    "tends to $sqrt{2}$." But unless the irrational number $sqrt{2}$ has been clearly defined, the question must arise: Just what is it that this sequence "tends to"?

        This sort of question can be answered as soon as the so-called "real number system" is constructed.

    ##1.1 Example

    ---

    We now show that the equation

    $$egin{align*}p^2 = 2 ag{1}end{align*}$$

    is not satisfied by any rational $p$. ` If ` there were such a $p$, we could write $p=m/n$ where $m$ and $n$ are integers that are not both even. Let us assume this is done. Then (1) implies

    $$egin{align*}m^2=2n^2, ag{2}end{align*}$$

    This shows that $m^2$ is even. Hence $m$ is even (if $m$ were odd, $m^2$ would be odd), and so $m ^2$ is divisible by $4$. It follows that the right side of (2) is divisible by $4$, so that $n^2$ is even, which implies that $n$ is even.

    The assumption that (1) holds thus leads to the conclusion that both $m$ and $n$ are even, contrary to our choice of $m$ and $n$. Hence (1) is impossible for rational $p$.

    We now examine this situation a little more closely. Let $A$ be the set of all positive rationals $p$ such that $p^2 < 2$ and let $B$ consist of all positive rationals $p$ such that $p^2 > 2$. We shall show that $A$ contains no largest number and $B$ contains no smallest.

    More explicitly, for every $p$ in $A$ we can find a rational $q$ in $A$ such that $p < q$, and for every $p$ in $B$ we can find a rational $q$ in $B$ such that $q < p$. To do this, we associate with each rational $p>0$ the number

    $$egin{align*}q =p-frac{p^2-2}{p+2}=frac{2p+2}{p+2}. ag{3}end{align*}$$

    Then

    $$egin{align*}q^2-2=frac{2left(p^2-2 ight)}{(p+2)^2}. ag{4}end{align*}$$

        If $p$ is in $A$ then $p^2 - 2 < 0$, (3) shows that $q > p$, and (4) shows that $q^2 < 2$. Thus $q$ is in $A$.    

        If $p$ is in $B$ then $p^2 - 2 > 0$, (3) shows that $0 < q < p$, and (4) shows that $q^2 > 2$. Thus $q$ is in $B$.

    ##1.2 Remark

    ---

        The purpose of the above discussion has been to show that the rational number system has certain gaps, in spite of the fact that between any two rationals there is another: ` If ` $r < s$ then $r < (r + s)/2 < s$. The real number system fills these gaps. This is the principal reason for the fundamental role which it plays in analysis.

    In order to elucidate its structure, as well as that of the complex numbers, we start with a brief discussion of the general concepts of ordered set and field. Here is some of the standard set-theoretic terminology that will be used throughout this book.

    ##1.3 Definitions

    ---

    If $A$ is any set (whose elements may be numbers or any other objects), we write  $xin A$ to indicate that $x$ is a member (or an element) of $A$. ` If ` $x$ is not a member of $A$, we write: $xin A$.

    The set which contains no element will be called the empty set. ` If ` a set has at least one element, it is called nonempty.

    If $A$ and $B$ are sets, and if every element of $A$ is an element of $B$, we say that $A$ is a subset of $B$, and write $Asubset B$, or $Bsupset A$. If, in addition, there is an element of $B$ which is not in $A$, then $A$ is said to be a proper subset of $B$. Note that $Asubset A$ for every set $A$.

    If $Asubset B$ and $Bsubset A$ , we write $A=B$. Otherwise $A eq B$.

    ##1.4 Definition

    ---

    Throughout Chap. I, the set of all rational numbers will be denoted by $Q$.

        Notebook2MathematicaSE@EvaluationNotebook[]

  • 相关阅读:
    STM32 + RT Thread OS 学习笔记[三]
    全代码实现ios-1
    HTML5 Web Speech API 结合Ext实现浏览器语音识别以及输入
    全代码实现ios-2
    从零开始学C++之虚函数与多态(一):虚函数表指针、虚析构函数、object slicing与虚函数
    二进制程序分析工具Pin在Windows系统中的安装和使用方法
    使用U盘安装Ubuntu系统的实践小结
    HDU 1874 畅通工程续
    JSP页面上用横线代替文本框
    Mysql设置编码
  • 原文地址:https://www.cnblogs.com/hypergroups/p/3176665.html
Copyright © 2011-2022 走看看