• Duality (order theory)


    In the mathematical area of order theory, every partially ordered set P gives rise to a dual (or opposite) partially ordered set which is often denoted by Pop or Pd. This dual order Pop is defined to be the same set, but with the inverse order, i.e. x ≤ y holds in Pop if and only if y ≤ x holds in P. It is easy to see that this construction, which can be depicted by flipping the Hasse diagram for P upside down, will indeed yield a partially ordered set. In a broader sense, two partially ordered sets are also said to be duals if they are dually isomorphic, i.e. if one poset is order isomorphic to the dual of the other.

    The importance of this simple definition stems from the fact that every definition and theorem of order theory can readily be transferred to the dual order. Formally, this is captured by the Duality Principle for ordered sets:

    If a given statement is valid for all partially ordered sets, then its dual statement, obtained by inverting the direction of all order relations and by dualizing all order theoretic definitions involved, is also valid for all partially ordered sets.
    If a statement or definition is equivalent to its dual then it is said to be self-dual. Note that the consideration of dual orders is so fundamental that it often occurs implicitly when writing ≥ for the dual order of ≤ without giving any prior definition of this “new” symbol.

    Examples

    Naturally, there are a great number of examples for concepts that are dual:

    Greatest elements and least elements
    Maximal elements and minimal elements
    Least upper bounds (suprema, ∨) and greatest lower bounds (infima, ∧)
    Upper sets and lower sets
    Ideals and filters
    Closure operators and kernel operators.
    Examples of notions which are self-dual include:

    Being a (complete) lattice
    Monotonicity of functions
    Distributivity of lattices, i.e. the lattices for which ∀x,y,z: x ∧ (y ∨ z) = (x ∧ y) ∨ (x ∧ z) holds are exactly those for which the dual statement ∀x,y,z: x ∨ (y ∧ z) = (x ∨ y) ∧ (x ∨ z) holds[1]
    Being a Boolean algebra
    Being an order isomorphism.
    Since partial orders are antisymmetric, the only ones that are self-dual are the equivalence relations (but the notion of partial order is self-dual).

    在这里插入图片描述

    A bounded distributive lattice, and its dual

    See also

    Converse relation
    List of Boolean algebra topics
    Transpose graph
    Duality in category theory, of which duality in order theory is a special case

  • 相关阅读:
    操作符一些代码题
    深度学习入门(十九)深度学习计算——自定义层
    Python仪表板巨人之战 Streamlit vs Dash vs Voilà vs Panel
    使用Docker部署Tomcat
    Spring源码深度解析:十、bean的属性注入④ - populateBean
    vue2.6 和 2.7对可选链的不同支持导致构建失败
    KiKi知道了什么是质数,他现在想知道所有三位整数中,有多少个质数
    4款企业常用的工时管理系统盘点
    Spring Boot 配置文件
    Junit+Mockito 快速测试你的程序
  • 原文地址:https://blog.csdn.net/qq_66485519/article/details/128043527