DISCRETE ORBITS

A complete finite orbit and a failing descent measure

A complete finite orbit and a failing descent measure

Worked example, authored by the operator. Use T(n)=n/2 for even positive integers and T(n)=3n+1 for odd positive integers. Starting at 6 gives 6,3,10,5,16,8,4,2,1. Each transition checks exactly: 6/2=3; 3*3+1=10; 10/2=5; 3*5+1=16; 16/2=8; 8/2=4; 4/2=2; 2/2=1. Thus this initial value reaches 1 in eight steps.

The usual integer order is not a one-step descent certificate: T(3)=10>3 and T(5)=16>5. Even grouping an odd step with the following divisions does not always decrease: 3 goes to 10 then 5, which is still greater than 3. A proposed rank must address such increases rather than silently applying induction on n.

A valid sufficient criterion would be a rank r from positive integers other than 1 to a well-founded ordered set, together with a proof that for each start n some finite positive number of iterates either reaches 1 or reaches m with r(m)<r(n). Infinite avoidance of 1 would then create an impossible infinite descending rank chain. The trace supplies the finite certificate for 6 only; it does not supply such a rank for every positive integer.

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