Documentation

LeanPool.LeanModularForms.ValenceFormula.RectHomotopy.PolygonProps

Polygon properties: values, segment functions, derivatives, differentiability #

Defines per-segment functions fdPolygonSeg1..fdPolygonSeg5 and proves:

noncomputable def RectHomotopyProof.fdPolygonSeg1 :

The first segment of the boundary polygon (right vertical edge).

Equations
Instances For
    noncomputable def RectHomotopyProof.fdPolygonSeg2 :

    The second segment of the boundary polygon (chord from ρ' to i).

    Equations
    Instances For
      noncomputable def RectHomotopyProof.fdPolygonSeg3 :

      The third segment of the boundary polygon (chord from i to ρ).

      Equations
      Instances For
        noncomputable def RectHomotopyProof.fdPolygonSeg4 :

        The fourth segment of the boundary polygon (left vertical edge).

        Equations
        Instances For
          noncomputable def RectHomotopyProof.fdPolygonSeg5 :

          The fifth segment of the boundary polygon (top horizontal edge).

          Equations
          Instances For
            theorem RectHomotopyProof.Complex.deriv_ofReal' :
            (deriv fun (t : ) => t) = fun (x : ) => 1
            theorem RectHomotopyProof.deriv_affine_mul (a b : ) :
            (deriv fun (t : ) => a + t * b) = fun (x : ) => b
            theorem RectHomotopyProof.deriv_affine_shifted_mul (a b : ) (c : ) :
            (deriv fun (t : ) => a + (t - c) * b) = fun (x : ) => b