proof

the σ field of a signal: a single zheng proof. it is the signal's evidence — one proof, covering the whole batch atomically, that lets anyone holding only the root accept the signal without re-executing it and without trusting the sender.

what it is

σ is produced by the neuron at sealing, taken over the nox execution of the intent's scope, and verified by anyone in $O(\log n)$ via decide(σ). it is a content proof — it attests the signal's computation is correct against the committed root. it is not the identity signature (separate), and not a chain-position fact (that is order's).

what it attests

σ covers, atomically, the validity conditions a signal must satisfy — signature, cyberlink validity, box movements, conservation, focus sufficiency, impulse correctness. the precise list of what must hold, and how each condition is checked, is the validation page: see validate. proof is the object; validation is the check. a few conditions sit outside σ (availability, ordering, network) and are listed there too.

boundary

cybergraph never constructs proofs — that is zheng's (the circuit, the proof system, the zheng/proof-types taxonomy). cybergraph only verifies; checking σ is the validate verb.

see validate for the conditions σ must attest · zheng for construction · signal for the field's slot · intent for what σ is taken over.

Homonyms

prysm/proof
cybics/crystal/proof
zheng proofs cover every cyber/signal atomically — cyberlinks, conviction UTXOs, and cyber/impulse in one verification. see cybergraph/reference/proof.
cybergraph/reference/proof
soft3/strata/proof
proof
soft3/mudra/src/proof
proof
neural/inf/specs/proof
inf proof how an inf result certifies itself against a bbg root. a query result, or the set a mutation appends, carries a zheng proof that it follows from the committed graph state. a verifier holding only the 32-byte root checks it in constant time. what a proof asserts for a read, the proof binds…
cyb/prysm/proofs/proof
the proof layer of prysm cyb is a soft3 interface. every value rendered on screen has a provenance — it is either cryptographically verified, asserted by an actor, or local to the neuron. prysm represents this provenance visually. the neuron always knows which values are proven and which are merely…

Graph