The assembled theorem #
The final assembly. Assembly/Reduction.lean proves the conjecture from
the half-size cardinality at k;
MCM/HalfSize.lean proves the half-size fact itself from the MCM permutation
theorem. Composing them leaves no mathematical hypothesis beyond those in the
normalized statement.
The literature statement does not assume k < n. The final theorem below
derives n ≥ 2 from the coefficient hypotheses, then reduces arbitrary k
coprime to n to k % n using the proved periodicity results in
Statement/ParameterReduction.lean. Positivity of the normalized
representative is also derived, not assumed.
Self-contained proof target for Carlet's Kasami cyclic-additive conjecture
in the normalized range 1 ≤ k < n.
Literature form of the conjecture. No range or positivity
hypothesis on k is needed at the statement surface: the remaining
hypotheses force n ≥ 2, and coprimality then makes k % n a positive
representative below n. The coefficient count is invariant under this
reduction.