Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface ProofCertificate

    A complete proof certificate — independently verifiable.

    interface ProofCertificate {
        certificateHash: string;
        counterexample?: SystemState;
        generatedAt: number;
        id: string;
        proofDepth: number;
        proofTree: ProofNode;
        property: FormalProperty;
        statesExplored: number;
        valid: boolean;
    }
    Index
    certificateHash: string

    SHA-256 of the serialized proof tree

    counterexample?: SystemState

    Counterexample if property is falsified

    generatedAt: number
    id: string
    proofDepth: number
    proofTree: ProofNode
    property: FormalProperty
    statesExplored: number

    Statistics

    valid: boolean

    The proof is valid iff all leaves are axioms/verified-assumptions and all rules are sound