J-holomorphic maps for varying almost complex structures #
This file defines J-holomorphic maps between real normed spaces equipped with point-dependent
almost complex structures. At x, the Cauchy--Riemann equation is
dfₓ ∘ J(x) = J'(f(x)) ∘ dfₓ; in particular, the target structure is evaluated at the image
point. This is the local-coordinate model for J-holomorphic curves in Lane F2.1 of the analytic
Heegaard Floer roadmap.
The almost complex structures remain unbundled functions. No regularity is imposed on them by the definition: continuity or smoothness belongs among the separate hypotheses of analytic results that need it. The existing constant-structure API is recovered by specializing both functions to constants.
Main declarations #
TauCeti.IsJHolomorphicAt: J-holomorphicity at a point for varying structures.TauCeti.IsJHolomorphicWithinAt: the corresponding within-set predicate.TauCeti.IsJHolomorphicOnandTauCeti.IsJHolomorphic: setwise and global predicates.TauCeti.IsJHolomorphicAt.comp: composition of J-holomorphic maps.
The within-set predicate carries the same two structural lemmas as the constant-structure one:
IsJHolomorphicWithinAt.mono shrinks the set and isJHolomorphicWithinAt_univ identifies the
Set.univ case with IsJHolomorphicAt. IsJHolomorphicOn.mono and isJHolomorphicOn_univ
follow from them pointwise.
The convention follows McDuff--Salamon, J-holomorphic Curves and Symplectic Topology, Section 2.1.
A map is J-holomorphic at a point when it has a Fréchet derivative there which intertwines the source structure at that point with the target structure at the image point.
Equations
- TauCeti.IsJHolomorphicAt J J' f x = TauCeti.IsConstStructureJHolomorphicAt (J x) (J' (f x)) f x
Instances For
A map is J-holomorphic within a set at a point when its derivative within the set intertwines the structures at that point and its image.
Equations
- TauCeti.IsJHolomorphicWithinAt J J' f s x = TauCeti.IsConstStructureJHolomorphicWithinAt (J x) (J' (f x)) f s x
Instances For
A map is J-holomorphic on a set when it is J-holomorphic within that set at every point of the set.
Equations
- TauCeti.IsJHolomorphicOn J J' f s = ∀ x ∈ s, TauCeti.IsJHolomorphicWithinAt J J' f s x
Instances For
A map is globally J-holomorphic when it is J-holomorphic at every point.
Equations
- TauCeti.IsJHolomorphic J J' f = ∀ (x : U), TauCeti.IsJHolomorphicAt J J' f x
Instances For
Restate pointwise J-holomorphicity as the existence of a complex-linear derivative.
Restate within-set J-holomorphicity as the existence of a complex-linear derivative within the set.
Restate setwise J-holomorphicity as the pointwise within-set condition.
Restate global J-holomorphicity as pointwise J-holomorphicity everywhere.
Build pointwise J-holomorphicity from a complex-linear Fréchet derivative.
Build within-set J-holomorphicity from a complex-linear derivative within the set.
The continuous-linear derivative witnessing J-holomorphicity at a point.
The chosen derivative at a J-holomorphic point is complex-linear.
A J-holomorphic map at a point is differentiable there.
The continuous-linear derivative witnessing within-set J-holomorphicity.
A map J-holomorphic within a set at a point is differentiable within that set.
A J-holomorphic map at a point is continuous there.
A map J-holomorphic within a set at a point is continuous within that set.
The Fréchet derivative of a J-holomorphic map is complex-linear.
The Fréchet derivative of a J-holomorphic map commutes with the structures.
Pointwise J-holomorphicity implies J-holomorphicity within any set.
The chosen within-set derivative is complex-linear.
The within-set Fréchet derivative is complex-linear when derivatives are unique.
The within-set Fréchet derivative commutes with the structures.
Within-set J-holomorphicity on a neighborhood implies pointwise J-holomorphicity.
Restrict the domain set of a within-set J-holomorphic map.
Within the whole space, J-holomorphicity is the same as pointwise J-holomorphicity.
A setwise J-holomorphic map is J-holomorphic within the set at each member.
Restrict the domain set of a setwise J-holomorphic map.
A setwise J-holomorphic map is differentiable on its domain.
A setwise J-holomorphic map is continuous on its domain.
A globally J-holomorphic map is J-holomorphic on every set.
A globally J-holomorphic map is differentiable.
A globally J-holomorphic map is continuous.
J-holomorphicity on the whole space is equivalent to global J-holomorphicity.
For constant structure functions, varying-structure pointwise J-holomorphicity is exactly the existing constant-structure predicate.
For constant structure functions, varying-structure within-set J-holomorphicity is exactly the existing constant-structure predicate.
For constant structure functions, setwise J-holomorphicity is exactly the existing constant-structure predicate.
For constant structure functions, global J-holomorphicity is exactly the existing constant-structure predicate.
The identity map is J-holomorphic at every point for every varying almost complex structure.
A constant map is J-holomorphic at every point for arbitrary source and target structures.
The identity map is J-holomorphic within every set at every point.
A constant map is J-holomorphic within every set at every point.
The identity map is J-holomorphic on every set.
A constant map is J-holomorphic on every set.
The identity map is J-holomorphic for every varying almost complex structure.
A constant map is J-holomorphic for arbitrary source and target structures.
The composition of two J-holomorphic maps is J-holomorphic at a point.
The composition of two within-set J-holomorphic maps is J-holomorphic within the source set.
The composition of two setwise J-holomorphic maps is J-holomorphic on the source set.
The composition of two globally J-holomorphic maps is globally J-holomorphic.