UOR Proofs

IRI
https://uor.foundation/proof/
Prefix
proof:
Space
bridge
Comment
Kernel-produced verification proofs attesting to algebraic properties of UOR objects and operations.

Imports

Classes

NameSubclass OfDisjoint WithComment
ProofThingA kernel-produced attestation that a given algebraic property holds. The root class for all proof types.
CoherenceProofProofA proof of coherence: the type system and ring structure are mutually consistent at a given quantum level.
CriticalIdentityProofProofA proof of the critical identity: neg(bnot(x)) = succ(x) for all x in R_n. This is the foundational theorem of the UOR kernel.
WitnessDataThingSupporting data for a proof: specific examples, counter-examples checked, or intermediate computation results.

Properties

NameKindFunctionalDomainRangeComment
quantumDatatypetrueProofpositiveIntegerThe quantum level at which this proof was verified.
verifiedDatatypetrueProofbooleanWhether this proof has been verified by the kernel.
timestampDatatypetrueProofdateTimeThe time at which this proof was produced.
witnessObjectfalseProofWitnessDataSupporting witness data for this proof.
criticalIdentityDatatypetrueCriticalIdentityProofstringHuman-readable statement of the critical identity proven. E.g., 'neg(bnot(x)) = succ(x) for all x in R_n'.
xDatatypefalseWitnessDataintegerA specific input value used as a witness for the critical identity check.
bnot_xDatatypefalseWitnessDataintegerThe value bnot(x) for a witness x.
neg_bnot_xDatatypefalseWitnessDataintegerThe value neg(bnot(x)) for a witness x.
succ_xDatatypefalseWitnessDataintegerThe value succ(x) for a witness x.
holdsDatatypefalseWitnessDatabooleanWhether the identity neg(bnot(x)) = succ(x) holds for this specific witness.
provesIdentityObjecttrueProofIdentityThe algebraic identity this proof establishes. Provides a canonical object reference alongside the existing proof:criticalIdentity string property, which remains for human readability.