We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba7722e commit 2707f26Copy full SHA for 2707f26
1 file changed
concept_of_system.md
@@ -56,7 +56,7 @@ A **system** S is defined as a triplet **(N, R, G)** such that:
56
| Ø | Ø | — | Empty or void system | Valid. Informationally inert and idempotent. |
57
| ≠ Ø | Ø | — | Degenerate system | Valid. No transfer possible. No memory. |
58
| {n} | {(n,n)} | Structured | Minimal system | Valid. Single node, reflexive relation, self-memory via E. |
59
-| ≠ Ø | ≠ Ø | Unstructured | Transfer-capable, memoryless | Formally excluded — R ≠ Ø requires G > 0 (*Constraint 6*). |
+| ≠ Ø | ≠ Ø | Unstructured | Transfer-capable, memoryless | Formally excluded, R ≠ Ø requires G > 0 (*Constraint 6*). |
60
| ≠ Ø | ≠ Ø | Structured | Fully realized system | Transfer and memory both available. |
61
62
---
0 commit comments