quantum | Datatype | true | Proof | positiveInteger | The quantum level at which this proof was verified. |
verified | Datatype | true | Proof | boolean | Whether this proof has been verified by the kernel. |
timestamp | Datatype | true | Proof | dateTime | The time at which this proof was produced. |
witness | Object | false | Proof | WitnessData | Supporting witness data for this proof. |
criticalIdentity | Datatype | true | CriticalIdentityProof | string | Human-readable statement of the critical identity proven. E.g., 'neg(bnot(x)) = succ(x) for all x in R_n'. |
x | Datatype | false | WitnessData | integer | A specific input value used as a witness for the critical identity check. |
bnot_x | Datatype | false | WitnessData | integer | The value bnot(x) for a witness x. |
neg_bnot_x | Datatype | false | WitnessData | integer | The value neg(bnot(x)) for a witness x. |
succ_x | Datatype | false | WitnessData | integer | The value succ(x) for a witness x. |
holds | Datatype | false | WitnessData | boolean | Whether the identity neg(bnot(x)) = succ(x) holds for this specific witness. |
provesIdentity | Object | true | Proof | Identity | The algebraic identity this proof establishes. Provides a canonical object reference alongside the existing proof:criticalIdentity string property, which remains for human readability. |