Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Simple-Zero No-Bifurcation

Abstract

Completed reflection keeps a simple critical-line zero on the line, so an off-line birth requires a multiple zero.

Theorem 1.1 (A simple reflected zero has no off-line bifurcation).

Proof. Machine-checked in Lean as D5/S3/Zeros/Symmetry/SimpleZeroNoBifurcation.simple_zero_no_bifurcation (✓ std3). ∎

Source. Repository-derived.

Commentary.

The family parameter is real and the zero coordinate is complex. The public assumptions retain completed reflection, both local partial derivatives, and continuity of their real-linear fields.

At a simple critical-line zero, the bivariate implicit-function theorem constructs a unique local zero branch. Reflecting that branch gives another nearby zero branch, so uniqueness makes every nearby zero reflection-fixed and hence critical-line valued.

The second public conjunct considers convergent sequences of off-line zeros. Joint continuity supplies the limiting zero; if its complex derivative were nonzero, the first conjunct would put the sequence on the critical line eventually, a contradiction.

Repository search found no exact frozen owner. The construction imports the canonical reflection ledger and directly applies Mathlib’s bivariate implicit-function theorem and complex-to-real derivative.

References