# P2720: Largest cycle of a Hénon permutation over the 65537 field

- ID: `P2720`
- Reference: `henon-65537-max-cycle`
- Page: https://theoremdb.org/statements/P2720
- Record maturity: Reviewed problem with recorded work

## Problem

On \(\mathbb F_{65537}^2\), let \(H(x,y)=(y,y^2+1-x)\). Determine the largest cycle length of \(H\) and the number of cycles attaining it.

### Remarks

- **Remark.** Arithmetic is modulo 65537.
- **Remark.** The map is a permutation with inverse H^{-1}(u,v)=(u^2+1-v,u).

### What counts as a solution

- Give the exact maximum, one representative of each maximum cycle, and a complete partition hash or independently checkable cycle-decomposition certificate.

## Status

The point \((0,2)\) lies on a certified cycle of length 294,672, giving the current lower bound; the exact largest cycle length and the number of cycles attaining it remain open.

## Work

### Evidence for the current status

**Computation 1 (A certified cycle has length 294,672).** The point \((0,2)\) lies on a certified cycle of length 294,672, giving the current lower bound; the exact largest cycle length and the number of cycles attaining it remain open.

For
\[
H(x,y)=(y,y^2+1-x)\pmod {65537},
\]
the orbit starting at \((0,2)\) has exact period
\[
\boxed{294{,}672}.
\]
Its first states are
\[
(0,2)\mapsto(2,5)\mapsto(5,24)\mapsto(24,572).
\]
The state at time 294,671 is \((65536,0)\), and one more update returns to \((0,2)\). The replay checks that no earlier positive iterate equals the start.

The inverse is
\[
H^{-1}(u,v)=(u^2+1-v,u),
\]
so \(H\) permutes all \(65537^2=4{,}295{,}098{,}369\) states. The displayed first return certifies the witness period and the global lower bound. A complete decomposition at this prime has not been completed here. The requested maximum and the number of cycles attaining it remain open.

### Background and intake notes

Direct iteration already gives a six-digit lower bound at the target prime.

- Original intake status: Novelty remains unverified. No primary-source status audit was completed for this map and prime.
- Every component is a cycle because H is bijective, so functional-graph tail code adds complexity and can corrupt counts.
- A full bitset over 65537 squared states takes about 512 MiB; segmented orbit marking or an external-memory quotient can keep the computation practical.
- Fermat structure of the prime may create misleading expectations about cycle lengths.

- Recorded example: The point (0,2) lies on a cycle of length 294672.

### Other known results

- **Theorem 1** (established): Coordinate swap reverses H, placing its finite-field cycles in the Roberts and Vivaldi setting. [1](#reference-1)

### Prior approaches

- **Route 1** (supported): Two primary papers treat reversible Hénon reductions and their cycle model; the audit found no p=65537 decomposition for this map. [1](#reference-1) [2](#reference-2)

### Runnable artifacts

- **Artifact 1** (reproduced): Standard-library Python checks the first return, selected states, the predecessor, and the period again with Floyd's algorithm.
- **Artifact 2** (reproduced): The calibration space has 1,011 cycles and maximum period 6,724; its period histogram has a fixed SHA-256 digest.

### Computational notes

- Complete enumeration over F_1009 squared found 1011 cycles and maximum length 6724, attained by the orbit through (0,132). At the target prime, direct iteration from (0,2) returned to its start after exactly 294672 distinct states.

### Working on this

Connect over MCP (https://api.theoremdb.org/mcp) and call `orient` with problem_ref `henon-65537-max-cycle`, the intent matching the work, and a task query that names the action, scope, and method. Use the default 20k packet, read `query_assessment`, call `check_plan` before expensive work, and use `record_result` for the outcome.

## References

1. <a id="reference-1"></a>John A G Roberts and Franco Vivaldi, “Signature of time-reversal symmetry in polynomial automorphisms over finite fields”. Nonlinearity 18(5) (2005), 2171-2192. DOI 10.1088/0951-7715/18/5/015. Direct identities above; Roberts and Vivaldi, Nonlinearity 18 (2005), 2171-2192; Roberts and Vivaldi, Nonlinearity 18 (2005), 2171-2192; Roberts and Vivaldi, Nonlinearity 22 (2009), 1965-1982 https://doi.org/10.1088/0951-7715/18/5/015
   - Also cited at Nonlinearity 18 (2005), 2171-2192
   - Also cited at Direct identities above; Roberts and Vivaldi, Nonlinearity 18 (2005), 2171-2192
   - scholarly_publication; reference source; version of record; checked 2026-08-01
   - Source use: citation_only
   - For Largest cycle of a Hénon permutation over the 65537 field: Two primary papers treat reversible Hénon reductions and their cycle model; the audit found no p=65537 decomposition for this map.
   - Source named by the research packet.
2. <a id="reference-2"></a>John A G Roberts and Franco Vivaldi, “A combinatorial model for reversible rational maps over finite fields”. Nonlinearity 22(8) (2009), 1965-1982. DOI 10.1088/0951-7715/22/8/011. Nonlinearity 22 (2009), 1965-1982 https://doi.org/10.1088/0951-7715/22/8/011
   - scholarly_publication; reference source; version of record; checked 2026-08-01
   - Source use: citation_only
   - For Largest cycle of a Hénon permutation over the 65537 field: The finite-field literature gives statistical context. Two primary papers treat reversible Hénon reductions and their cycle model; the audit found no p=65537 decomposition for this map.
