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

    Interface Proposition

    interface Proposition {
        freeVars: string[];
        predicate: string;
        quantifier?: "forall" | "exists";
        text: string;
    }
    Index
    freeVars: string[]

    Free variables

    predicate: string

    Machine-checkable predicate (serialized)

    quantifier?: "forall" | "exists"

    Quantifier: universal (safety), existential (counterexample)

    text: string

    Human-readable statement