Documentation

HexRootsMathlib.Completeness.NewtonContraction

The exact inverse derivative is a left inverse to multiplication by the derivative at a simple root.

Multiplication by a nonzero complex scalar is injective in sup coordinates.

The exact inverse derivative operator is injective.

The frozen-inverse Newton map based at z.

Equations
Instances For

    The frozen-inverse Newton map has the expected derivative.

    The derivative of the frozen-inverse Newton map is continuous.

    At a simple root, the Newton-map derivative vanishes exactly.

    A root is a fixed point of its frozen-inverse Newton map.

    With a nonzero derivative, the fixed points of the frozen Newton map are exactly the polynomial roots.

    The Newton correction is exactly the displacement from the frozen Newton image.

    theorem NewtonKantorovich.ComplexSup.exists_residual_bounds {p : Polynomial } {z : } (hroot : Polynomial.eval z p = 0) (hsimple : Polynomial.eval z (Polynomial.derivative p) 0) {K : NNReal} (hK : 0 < K) :
    ∃ (r : NNReal), 0 < r xMetric.closedBall (equiv z) r, newtonDeriv p z x K (inverseAt p z) (eval p x) (1 + K) * dist x (equiv z)

    Near a simple root, both the derivative defect and the Newton residual have uniform quantitative bounds for any chosen positive defect target. Item 29 chooses the target against the executable square's centre margin and combines these bounds with the executable reciprocal and Taylor bounds.

    theorem NewtonKantorovich.ComplexSup.exists_contraction {p : Polynomial } {z : } (hroot : Polynomial.eval z p = 0) (hsimple : Polynomial.eval z (Polynomial.derivative p) 0) :
    ∃ (r : NNReal), 0 < r ∃ (hmap : Set.MapsTo (newtonAt p z) (Metric.closedBall (equiv z) r) (Metric.closedBall (equiv z) r)), ContractingWith (1 / 2) (Set.MapsTo.restrict (newtonAt p z) (Metric.closedBall (equiv z) r) (Metric.closedBall (equiv z) r) hmap) xMetric.closedBall (equiv z) r, newtonAt p z x = xx = equiv z

    Around every simple root, the frozen-inverse Newton map contracts by 1/2 on some nontrivial closed sup ball, preserves that ball, and has the given root as its unique fixed point there.