1. notice
  2. 中文
  3. 1. feature
  4. 逻辑
  5. 2. 逻辑
  6. 3. 集合论
  7. 4. 映射
  8. 5. 序
  9. 6. 组合
  10. 微积分
  11. 7. 实数
  12. 8. 数列极限
  13. 9. ℝ^n
  14. 10. Euclidean 空间
  15. 11. Minkowski 空间
  16. 12. 多项式
  17. 13. 解析 (Euclidean)
  18. 14. 解析 (Minkowski)
  19. 15. 解析 struct 的操作
  20. 16. 常微分方程
  21. 17. 体积
  22. 18. 积分
  23. 19. 散度
  24. 20. 网极限
  25. 21. 紧致
  26. 22. 连通
  27. 23. 拓扑 struct 的操作
  28. 24. 指数函数
  29. 25. 角度
  30. 几何
  31. 26. 流形
  32. 27. 度规
  33. 28. 度规的联络
  34. 29. Levi-Civita 导数
  35. 30. 度规的曲率
  36. 31. Einstein 度规
  37. 32. 常截面曲率
  38. 33. simple-symmetric-space
  39. 34. 主丛
  40. 35. 群作用
  41. 36. 球极投影
  42. 37. Hopf 丛
  43. 场论
  44. 38. 非相对论点粒子
  45. 39. 相对论点粒子
  46. 40. 纯量场
  47. 41. 纯量场的守恒流
  48. 42. 非相对论纯量场
  49. 43. 光锥射影
  50. 44. 时空动量的自旋表示
  51. 45. Lorentz 群
  52. 46. 旋量场
  53. 47. 旋量场的守恒流
  54. 48. 电磁场
  55. 49. 张量场的 Laplacian
  56. 50. Einstein 度规
  57. 51. 相互作用
  58. 52. 谐振子量子化
  59. 53. 参考
  60. English
  61. 54. notice
  62. 55. feature
  63. logic-topic
  64. 56. logic
  65. 57. set-theory
  66. 58. map
  67. 59. order
  68. 60. combinatorics
  69. calculus
  70. 61. real-numbers
  71. 62. limit-sequence
  72. 63. ℝ^n
  73. 64. Euclidean-space
  74. 65. Minkowski-space
  75. 66. polynomial
  76. 67. analytic-Euclidean
  77. 68. analytic-Minkowski
  78. 69. analytic-struct-operation
  79. 70. ordinary-differential-equation
  80. 71. volume
  81. 72. integral
  82. 73. divergence
  83. 74. limit-net
  84. 75. compact
  85. 76. connected
  86. 77. topology-struct-operation
  87. 78. exponential
  88. 79. angle
  89. geometry
  90. 80. manifold
  91. 81. metric
  92. 82. metric-connection
  93. 83. geodesic-derivative
  94. 84. curvature-of-metric
  95. 85. Einstein-metric
  96. 86. constant-sectional-curvature
  97. 87. simple-symmetric-space
  98. 88. principal-bundle
  99. 89. group-action
  100. 90. stereographic-projection
  101. 91. Hopf-bundle
  102. field-theory
  103. 92. point-particle-non-relativity
  104. 93. point-particle-relativity
  105. 94. scalar-field
  106. 95. scalar-field-current
  107. 96. scalar-field-non-relativity
  108. 97. projective-lightcone
  109. 98. spacetime-momentum-spinor-representation
  110. 99. Lorentz-group
  111. 100. spinor-field
  112. 101. spinor-field-current
  113. 102. electromagnetic-field
  114. 103. Laplacian-of-tensor-field
  115. 104. Einstein-metric
  116. 105. interaction
  117. 106. harmonic-oscillator-quantization
  118. 107. reference

note-math

二元关系 := 命题函数 𝑝:𝐴×𝐵→{0,1} or 𝐴×𝐵 的子集

𝐴×𝐵 时称为 𝐴,𝐵 独立无关

𝑛 元关系类似

order_(tag)

命题函数 <:𝐴2→{0,1} 是序 := ∀𝑎,𝑏,𝑐∈𝐴

  • 传递: (𝑎<𝑏)∧(𝑏<𝑐)⟹𝑎<𝑐
  • 无环: ¬((𝑎<𝑏)∧(𝑏<𝑎))

也可以用等价的 ≤ 版本

Example

  • 子集的包含 ⊂ 或者包含且不等于 ⊊ 是序

    image modified from wiki media about partial order

  • ℕ,ℤ,ℚ,ℝ 的 <,≤
  • 树图

order-comparable_(tag) 𝑎,𝑎′∈𝐴 comparable := (𝑎≤𝑎′)∨(𝑎′≤𝑎)

comparable-component_(tag) 𝐴𝑖⊂𝐴 is comparable-component := ∀𝑎∈𝐴,(∃𝑎𝑖∈𝐴𝑖, comparable(𝑎,𝑎𝑖)⟹𝑎∈𝐴𝑖)

偏序可以分解为相互不 comparable 的 comparable-component. 想象两个毫无关系的树图

linear-order_(tag) 𝐴 线序

∀𝑎,𝑎′∈𝐴,comparable(𝑎,𝑎′)

直观上, 线序没有分支, 也称为 "链"

maximal-linear-order_(tag) 极大线序链

let 𝐵⊂𝐴 with < 线序. 𝐵 is maximal-linear-order := 以下定义等价

  • ∀𝑎∈𝐴,(∀𝑏∈𝐵, comparable(𝑎,𝑏)⟹𝑎∈𝐵)
  • ∀ linear-order 𝐶⊂𝐴,(𝐵⊂𝐶⟹𝐵=𝐶)

它并不能用于分解偏序. 两个极大线序链可以有相交的部分

maximal-linear-order-exists_(tag) maximal-linear-order chain alaways exists

related to #link(<axiom-of-choice>)[]?