• Hyperreal number


    In mathematics, the system of hyperreal numbers is a way of treating infinite and infinitesimal (infinitely small but non-zero) quantities. The hyperreals, or nonstandard reals, *R, are an extension of the real numbers R that contains numbers greater than anything of the form

    {\displaystyle 1+1+\cdots +1}{\displaystyle 1+1+\cdots +1} (for any finite number of terms).
    Such numbers are infinite, and their reciprocals are infinitesimals. The term “hyper-real” was introduced by Edwin Hewitt in 1948.[1]

    The hyperreal numbers satisfy the transfer principle, a rigorous version of Leibniz’s heuristic law of continuity. The transfer principle states that true first-order statements about R are also valid in *R. For example, the commutative law of addition, x + y = y + x, holds for the hyperreals just as it does for the reals; since R is a real closed field, so is *R. Since {\displaystyle \sin({\pi n})=0}\sin({\pi n})=0 for all integers n, one also has {\displaystyle \sin({\pi H})=0}\sin({\pi H})=0 for all hyperintegers {\displaystyle H}H. The transfer principle for ultrapowers is a consequence of Łoś’ theorem of 1955.

    Concerns about the soundness of arguments involving infinitesimals date back to ancient Greek mathematics, with Archimedes replacing such proofs with ones using other techniques such as the method of exhaustion.[2] In the 1960s, Abraham Robinson proved that the hyperreals were logically consistent if and only if the reals were. This put to rest the fear that any proof involving infinitesimals might be unsound, provided that they were manipulated according to the logical rules that Robinson delineated.

    The application of hyperreal numbers and in particular the transfer principle to problems of analysis is called nonstandard analysis. One immediate application is the definition of the basic concepts of analysis such as the derivative and integral in a direct fashion, without passing via logical complications of multiple quantifiers. Thus, the derivative of f(x) becomes {\displaystyle f’(x)=\operatorname {st} \left({\frac {f(x+\Delta x)-f(x)}{\Delta x}}\right)}{\displaystyle f’(x)=\operatorname {st} \left({\frac {f(x+\Delta x)-f(x)}{\Delta x}}\right)} for an infinitesimal {\displaystyle \Delta x}\Delta x, where st(·) denotes the standard part function, which “rounds off” each finite hyperreal to the nearest real. Similarly, the integral is defined as the standard part of a suitable infinite sum.

    在这里插入图片描述

    Infinitesimals (ε) and infinities (ω) on the hyperreal number line (1/ε = ω/1)

    1 The transfer principle

    2 Use in analysis

    2.1 Differentiation

    2.2 Integration

    3 Properties

    4 Development

    4.1 From Leibniz to Robinson

    4.2 The ultrapower construction

    4.3 An intuitive approach to the ultrapower construction

    5 Properties of infinitesimal and infinite numbers

    6 Hyperreal fields

    7 See also

  • 相关阅读:
    Fuxploider:一款针对文件上传漏洞的安全检测与研究工具
    刷爆 LeetCode 双周赛 100,单方面宣布第一题最难
    LeetCode知识点总结 - 508
    20240405,数据类型,运算符,程序流程结构
    Java之泛型系列--对象使用泛型的方法(有示例)
    C++ STL教程
    GPU服务器中安装CUDA
    《C++ Primer》第6章 函数(二)
    systemverilog学习 ---- 任务和函数
    测试智能化系统
  • 原文地址:https://blog.csdn.net/qq_66485519/article/details/128123118