Documentation

Frourio.Geometry.FGInterop

FG Interop: Bridges to analysis APIs #

Lightweight helpers connecting FG data to the analysis layer without renaming existing APIs. These are thin wrappers around EVIProblem and its predicates, aligning with the design goal of non-destructive integration.

Induce an EVIProblem from FG data.

Equations
Instances For
    def Frourio.fg_IsEVISolution {X : Type u_1} [PseudoMetricSpace X] [MeasurableSpace X] (FG : FGData X) (u : X) :

    Predicate alias: u is an EVI solution for the problem induced by FG.

    Equations
    Instances For
      def Frourio.fg_evi_contraction {X : Type u_1} [PseudoMetricSpace X] [MeasurableSpace X] (FG : FGData X) (u v : X) (hu : IsEVISolution (evi_from_fg FG) u) (hv : IsEVISolution (evi_from_fg FG) v) :

      Contraction statement alias for two curves under the FG-induced EVI problem.

      Equations
      Instances For

        Nonnegative-time contraction alias via the FG-induced problem.

        Equations
        Instances For