vault backup: 2026-03-06 21:26:26
This commit is contained in:
2
.obsidian/workspace.json
vendored
2
.obsidian/workspace.json
vendored
@@ -78,7 +78,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"direction": "horizontal",
|
"direction": "horizontal",
|
||||||
"width": 300
|
"width": 200
|
||||||
},
|
},
|
||||||
"right": {
|
"right": {
|
||||||
"id": "8a65bc0c1d4d98f2",
|
"id": "8a65bc0c1d4d98f2",
|
||||||
|
|||||||
@@ -89,4 +89,5 @@ $$
|
|||||||
| Relation | Explanation | Example |
|
| Relation | Explanation | Example |
|
||||||
| ---------------- | --------------------------------------------------------------------------------------------------------------------- | ----------------------- |
|
| ---------------- | --------------------------------------------------------------------------------------------------------------------- | ----------------------- |
|
||||||
| *transitive*<br> | "chain reaction", a information about $a$ in relation to $c$ can be inferred from the relations $a -> b$ and $b -> c$ | $a < b, b < c => a < c$ |
|
| *transitive*<br> | "chain reaction", a information about $a$ in relation to $c$ can be inferred from the relations $a -> b$ and $b -> c$ | $a < b, b < c => a < c$ |
|
||||||
| | | |
|
| *reflexive* | every element is related to itself with the given relation | $a <= a, 5 = 5$ |
|
||||||
|
| *anti-reflexive* | every element is *NOT* related to itself in the given relation | $a < a$ |
|
||||||
|
|||||||
Reference in New Issue
Block a user