Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Scalar Unit Dressing

Abstract

A nonvanishing analytic scalar dressing preserves zeros and their multiplicities.

Theorem 1.1 (A scalar unit does not move a zero).

Proof. Machine-checked in Lean as D5/S3/Analytic/Dilation/ScalarUnitDressing.nonzero_scalar_dressing_preserves_zero_and_analytic_order (✓ std3). ∎

Source. Repository-derived.

Commentary.

Let f and g be complex-valued functions analytic at s, with g(s) nonzero. Then multiplying f by g neither creates nor removes a zero at s, and the analytic order at s is unchanged.

The nonvanishing assumption is the scalar-unit hypothesis. Analyticity of both factors is stated explicitly because pointwise nonvanishing alone does not define or preserve analytic zero order.

The proof uses Mathlib’s zero-product criterion and additive formula for analytic orders. The order of g is zero because it is analytic and nonzero at the chosen point.

References

  • Truth anchor: D5/S3/Analytic/Dilation/ScalarUnitDressing.nonzero_scalar_dressing_preserves_zero_and_analytic_order