• Infimum and supremum


    In mathematics, the infimum (abbreviated inf; plural infima) of a subset {\displaystyle S}S of a partially ordered set {\displaystyle P}P is a greatest element in {\displaystyle P}P that is less than or equal to each element of {\displaystyle S,}S, if such an element exists.[1] Consequently, the term greatest lower bound (abbreviated as GLB) is also commonly used.[1]

    The supremum (abbreviated sup; plural suprema) of a subset {\displaystyle S}S of a partially ordered set {\displaystyle P}P is the least element in {\displaystyle P}P that is greater than or equal to each element of {\displaystyle S,}S, if such an element exists.[1] Consequently, the supremum is also referred to as the least upper bound (or LUB).[1]

    The infimum is in a precise sense dual to the concept of a supremum. Infima and suprema of real numbers are common special cases that are important in analysis, and especially in Lebesgue integration. However, the general definitions remain valid in the more abstract setting of order theory where arbitrary partially ordered sets are considered.

    The concepts of infimum and supremum are close to minimum and maximum, but are more useful in analysis because they better characterize special sets which may have no minimum or maximum. For instance, the set of positive real numbers {\displaystyle \mathbb {R} ^{+}}\mathbb{R} ^{+} (not including {\displaystyle 0}{\displaystyle 0}) does not have a minimum, because any given element of {\displaystyle \mathbb {R} ^{+}}\mathbb{R} ^{+} could simply be divided in half resulting in a smaller number that is still in {\displaystyle \mathbb {R} ^{+}.}{\displaystyle \mathbb {R} ^{+}.} There is, however, exactly one infimum of the positive real numbers relative to the real numbers: {\displaystyle 0,}{\displaystyle 0,} which is smaller than all the positive real numbers and greater than any other real number which could be used as a lower bound. An infimum of a set is always and only defined relative to a superset of the set in question. For example, there is no infimum of the positive real numbers inside the positive real numbers (as their own superset), nor any infimum of the positive real numbers inside the complex numbers with positive real part.

    在这里插入图片描述

    A set {\displaystyle P}P of real numbers (hollow and filled circles), a subset {\displaystyle S}S of {\displaystyle P}P (filled circles), and the infimum of {\displaystyle S.}S. Note that for finite or totally ordered sets, the infimum and the minimum are equal.

    在这里插入图片描述

    A set {\displaystyle A}A of real numbers (blue circles), a set of upper bounds of {\displaystyle A}A (red diamond and circles), and the smallest such upper bound, that is, the supremum of {\displaystyle A}A (red diamond).

    1 Formal definition

    A lower bound of a subset {\displaystyle S}S of a partially ordered set {\displaystyle (P,\leq )}{\displaystyle (P,\leq )} is an element {\displaystyle a}a of {\displaystyle P}P such that

    {\displaystyle a\leq x}{\displaystyle a\leq x} for all {\displaystyle x\in S.}{\displaystyle x\in S.}
    A lower bound {\displaystyle a}a of {\displaystyle S}S is called an infimum (or greatest lower bound, or meet) of {\displaystyle S}S if

    for all lower bounds {\displaystyle y}y of {\displaystyle S}S in {\displaystyle P,}P, {\displaystyle y\leq a}{\displaystyle y\leq a} ({\displaystyle a}a is larger than or equal to any other lower bound).
    Similarly, an upper bound of a subset {\displaystyle S}S of a partially ordered set {\displaystyle (P,\leq )}{\displaystyle (P,\leq )} is an element {\displaystyle b}b of {\displaystyle P}P such that

    {\displaystyle b\geq x}{\displaystyle b\geq x} for all {\displaystyle x\in S.}{\displaystyle x\in S.}
    An upper bound {\displaystyle b}b of {\displaystyle S}S is called a supremum (or least upper bound, or join) of {\displaystyle S}S if

    for all upper bounds {\displaystyle z}z of {\displaystyle S}S in {\displaystyle P,}P, {\displaystyle z\geq b}{\displaystyle z\geq b} ({\displaystyle b}b is less than or equal to any other upper bound).

    在这里插入图片描述

    supremum = least upper bound

    2 Existence and uniqueness

    3 Relation to maximum and minimum elements

    3.1 Minimal upper bounds

    3.2 Least-upper-bound property

    4 Infima and suprema of real numbers

    4.1 Properties

    5 Duality

    6 Examples

    6.1 Infima

    6.2 Suprema

    7 See also

  • 相关阅读:
    测试八股文-Selenium
    使用coverlet统计单元测试的代码覆盖率
    金仓数据库KingbaseES客户端编程开发框架-Hibernate Spatial(2. 概述)
    Spring Boot集成xstream快速入门demo
    xindi-2022-08-23数据分析记录
    【Mysql性能优化系列】Mysql优化方案你知道哪些
    使用jenkins连接linux部署jar包
    移动web响应式布局
    C语言指针详解
    Java项目:JSP健身房管理系统
  • 原文地址:https://blog.csdn.net/qq_66485519/article/details/128087539