vault backup: 2026-03-07 08:50:47

This commit is contained in:
Jan Meyer
2026-03-07 08:50:47 +01:00
parent b98f703d75
commit ac0f30aa5d

View File

@@ -91,4 +91,4 @@ $$
| *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$ |
| *symmetric* | | |
| *symmetric* | the given relation work both ways | $a = b => b = a$ |