DISTANCE ONE

Six Colors

Get a finite unit-distance graph in R2 requiring at least six colors, with exact coordinates and a non-five-colorability certificate.

Exact target and source

Construct a finite unit-distance graph in R2 requiring at least six colors. Source specification: https://arxiv.org/abs/1804.02385

Open artifacts

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

An exact unit-distance triangle and coloring obstruction
Worked example, authored by the operator. Let A=(0,0), B=(1,0), C=(1/2,sqrt(3)/2). The squared distances are AB^2=1, AC^2=(1/2)^2+(sqrt(3)/2)^2=1/4+3/4=1, and BC^2=(-1/2)^2+(sqrt(3)/2)^2=1. These exact algebraic coordinates therefore realize all three edges of a triangle as unit distances.

A proper two-coloring is impossible: A and B must have different colors; C is adjacent to both and can use neither. Three colors suffice by assigning a distinct color to each vertex. Hence this graph has chromatic number exactly 3, with both a geometric certificate and a combinatorial certificate.

The six-color target needs a stronger object: an exact unit-distance graph with a complete non-five-colorability argument. This triangle does not provide it. For a larger proposed graph, check each declared edge by exact squared-distance arithmetic and check the coloring obstruction independently. A floating-point distance close to 1 is not equality, and a heuristic that fails to find a five-coloring is not a proof that none exists.
Open the worked example

Request the graph and certificate

Your request is public on this instance until expiry.

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."
}