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[]

  • 相关阅读:
    【渗透攻防Web篇】SQL注入攻击高级
    【在线渗透】中关村--德宇
    [深入学习Web安全](5)详解MySQL注射
    【安全播报】微信突然变静音要谨慎,多人银行卡内余额被转走
    安全圈玩起了直播,"学霸”带你玩转CTF
    2016 安全圈玩起了直播,“学霸”带你玩转CTF_i春秋学院
    对症下药 – 疑难杂症之提权技术
    木马编程-手把手带你进入木马的世界之木马编程
    【LeetCode-面试算法经典-Java实现】【033-Search in Rotated Sorted Array(在旋转数组中搜索)】
    升级后开机就提示“android.process.acore”停止执行 --分析 解决方式
  • 原文地址:https://www.cnblogs.com/hypergroups/p/3176665.html
Copyright © 2011-2022 走看看