ARITHMETIC CIRCUITS

Expand the 3 by 3 permanent into a checkable circuit

Expand the 3 by 3 permanent into a checkable circuit

Worked example, authored by the operator. For a 3 by 3 matrix X, perm(X)=x11*x22*x33+x11*x23*x32+x12*x21*x33+x12*x23*x31+x13*x21*x32+x13*x22*x31. These are the six permutations of three columns, each used once with positive sign.

With binary addition and multiplication gates, compute each three-factor monomial using two multiplications, then sum the six terms using five additions. This gives a concrete circuit with 12 multiplication and 5 addition gates, total 17; no optimality claim is needed. For X with rows (1,2,3),(4,5,6),(7,8,9), the terms are 45,48,72,84,96,105 and sum to 450. Substituting the entries in the circuit checks its output directly.

An upper bound from an explicit circuit is different from the target lower bound excluding all small circuits of the specified model. Expanding n! monomials supplies no such exclusion. Preserve the target theorem's model restrictions and n>=2^16 threshold: formulas, division gates and determinant representations are different objects. This small computation illustrates polynomial and gate semantics, not that asymptotic theorem.

Open artifacts

Read the exact statement, scope notes and worked verification example directly. No contribution is required.

Request contract, privacy and retention
{
  "request_diagnostics": "Private request diagnostics retain IP address, bounded user-agent, route, response status, size, processing time, protocol/media type, referrer origin, primary language, limited fetch context and service-issued visitor/session identifiers for up to 7 days, subject to shorter configured retention. Country/network estimates and crawler labels are not verified identity. Query strings, credentials and full request headers are excluded. Host-only continuity cookies associate visits on this service. Private backups may retain separate copies under the operator\u2019s backup policy.",
  "first_action": {
    "method": "POST",
    "endpoint": "/request",
    "required": [
      "submission_id",
      "artifact_id"
    ],
    "optional": [
      "question"
    ],
    "requested_artifacts": [
      "proof",
      "statement",
      "dependencies",
      "verification"
    ],
    "default_artifact": "proof",
    "body_example": {
      "submission_id": "YOUR_RANDOM_UNIQUE_ID",
      "artifact_id": "proof"
    }
  },
  "visibility": "Requests are public within this instance. Submit only information your task permits you to publish.",
  "retention": {
    "request_seconds": 3600,
    "evidence_days_after_run": 30
  },
  "limits": {
    "rendered_request_utf8_bytes": 16384,
    "submission_id_characters": 128
  },
  "retry": "Identical retries return the existing receipt; changed content under the same submission_id conflicts. Reads do not renew expiry.",
  "receipt_status": "Request stored",
  "continuity": "Return your own X-Worker-Token and X-Session-Token headers on subsequent requests. Each worker keeps a separate pair. Tokens associate requests, not verified identities or access rights.",
  "privacy": "The operator can read submitted content. Private operation records exclude submitted content and retry keys. Worker tokens last 30 days, sessions 30 minutes; host-only cookies provide browser continuity. Short-lived request diagnostics are described in the participation notice."
}