Process
Formal definition
A Process is an element of the fiber satisfying both nuclear fixed-point conditions:
As a Skill type, a Process is a morphism with the guarantee that for all inputs — the output is always fully settled before it is inspected.
The nuclear quartet. The four positions partition (excluding ):
| Position | Nuclear condition | Set |
|---|---|---|
| Process | and | |
| Procedure | and | |
| Derivation | and | |
| Inquiry | and |
The joint projection maps every element into Process position — closing all open questions of meaning and execution. A Process is the fixed point of .
What this is
A Process is a defined, repeatable transformation: given the same input, it always produces the same output. This is what the word “process” names in business process management (ISO 9000) and formal methods alike — a transformation whose complete behavior is determined by its specification before it runs.
In this system, a Process is FlatfileAgentialResourceSystemSkillfulWork in which both closure nuclei have been applied: meaning-closure (σ) and execution-closure (Δ). The result is full determination — no open questions about what it is doing or how it will do it.
The mathematical position is Fix(σ)∩Fix(Δ) — the intersection of both fixed-point sub-algebras in the nuclear quartet (NuclearQuartetSubalgebra). The joint projection π reflects every operation into this position. A Process is already there.
What full determination means
Meaning-closure (σ) means the Process knows what it is about. Its purpose, its domain, its output type — all settled. Execution-closure (Δ) means the Process knows exactly how to proceed. No branches, no judgment calls, no conditions to evaluate. Every step follows from the previous one without decision.
An operation that contains conditions is not yet Δ-closed — it is a Procedure. An operation whose purpose is still being established is not yet σ-closed — it is a Derivation or Inquiry.
The other three positions
- Procedure — meaning-closed, execution-open: knows what, branches on how.
- Derivation — execution-closed, meaning-open: follows fixed rules, produces a judgment.
- Inquiry — neither closed: open exploration.
- FlatfileAgentialResourceSystemSkillfulWork — all four positions together exhaust the nuclear quartet.
Open questions
- Formal proof that σ-closure and Δ-closure together imply determinism for skill work — blocked by: skill-algebra construction.