Core Definitions
This page collects the formal definitions used throughout the site. Each definition includes a worked example. The notation follows Paper 1 (dropping) conventions; see the Terminology Map for equivalences with Paper 2 (stopping).
Collatz Step
Definition 1 (Collatz Step). The Collatz function is defined by
Example. (odd rule), then (even rule).
Orbit
Definition 2 (Orbit). The orbit of is the sequence obtained by iterating until reaching 1:
Example. The orbit of 6 is .
Dropping Time
Definition 3 (Dropping Time). The dropping time of is the smallest such that :
This is identical to the stopping time in Paper 2.
Example. For : , , . Since and this is the first value below 5, the dropping time is 3.
Dropping Destination
Definition 4 (Dropping Destination). The dropping destination of is the first iterate that falls below :
Example. The dropping destination of 5 is .
Dropping Orbit
Definition 5 (Dropping Orbit). The dropping orbit of is the segment of the orbit from up to (but not including) the dropping destination :
It includes and excludes the destination. Its length equals the dropping time.
Example. The dropping orbit of 5 is (length 3). The destination is excluded.
For : orbit proceeds , and the destination is . The dropping orbit is (length 6).
Dropping Set
Definition 6 (Dropping Set). For each positive integer , the dropping set is defined as:
That is: the set of all integers whose first drop below themselves occurs at exactly step .
Each dropping set is a union of arithmetic progressions (a fact that follows from the Affine Orbit Structure).
Note on existence
This is a definition, not a claim. We do not assert that every integer belongs to some — that assertion would be equivalent to the Collatz conjecture. We define as the set of integers with dropping time , and our theorems describe properties of these sets. An integer with no finite dropping time would simply not belong to any .
Example.
- = all even numbers , since one halving gives .
- .
Orbital Oddity
Definition 7 (Orbital Oddity). The orbital oddity of is the count of odd numbers in its dropping orbit. All members of share the same orbital oddity .
Example. The orbital oddity of 3 is 2. Its dropping orbit is , which contains two odd values: 3 and 5.
Syracuse Map
Definition 8 (Syracuse Map). The Syracuse map compresses each step and all subsequent halvings into a single operation:
where is the 2-adic valuation of (the largest power of 2 dividing ).
Example. , since .
Alpha Value
Definition 9 (Alpha Value). For odd , the alpha value is the 2-adic valuation of :
This counts how many halvings follow the step in the Syracuse map.
Example. , since .
Alpha Sequence
Definition 10 (Alpha Sequence). The alpha sequence of an odd number is the sequence of alpha values along its Syracuse orbit until reaching 1:
The sequence terminates when the Syracuse orbit reaches 1.
Example. The alpha sequence of 3 is :
- , so
- , so
The alpha sequence of 7 is .