A Lefschetz fibration $f: M^4 \to \Sigma^2$: a smooth map between an oriented 4-manifold and an oriented surface, a submersion away from finitely many isolated critical points, each of which has a local quadratic model $z_1^2 + z_2^2$.
- f : M → B
- fiberInclusion : F → M
- fiberInclusion_smooth : ContMDiff I_F I_M ⊤ self.fiberInclusion
- fiberInclusion_injective : Function.Injective self.fiberInclusion
- numCriticalPoints : ℕ
- criticalPoints : Fin self.numCriticalPoints → M
- isCritical (i : Fin self.numCriticalPoints) : ¬Function.Surjective ⇑(mfderiv I_M I_B self.f (self.criticalPoints i))
- isSubmersionAway (x : M) : (∀ (i : Fin self.numCriticalPoints), x ≠ self.criticalPoints i) → Function.Surjective ⇑(mfderiv I_M I_B self.f x)
- criticalPoints_isolated (i : Fin self.numCriticalPoints) : ∃ (U : Set M), self.criticalPoints i ∈ U ∧ IsOpen U ∧ ∀ (j : Fin self.numCriticalPoints), self.criticalPoints j ∈ U → j = i
- hasLocalQuadraticModel (i : Fin self.numCriticalPoints) : ∃ (U : Set M) (_ : IsOpen U) (_ : self.criticalPoints i ∈ U) (φ : M → ℂ × ℂ) (ψ : B → ℂ), (∀ x ∈ U, ψ (self.f x) = lefschetzLocalModel (φ x)) ∧ φ (self.criticalPoints i) = (0, 0) ∧ ψ (self.f (self.criticalPoints i)) = 0
Instances For
Hypothesis that the fiber class is nonzero in cohomology: there exists a closed 2-form on $M$ (a witness for $[F]$) that evaluates non-trivially on the fiber.
- fiber_class_nonzero : ∃ (y : F), self.witnessForm (↑I_M (↑(chartAt H_M (lf.fiberInclusion y)) (lf.fiberInclusion y))) ≠ 0
Instances For
A symplectic structure on a manifold $M$: a smooth, skew-symmetric, non-degenerate 2-form $\omega$ which is also closed ($d\omega = 0$).
Instances For
Compatibility condition stating that the fibers of the inclusion $F \hookrightarrow M$ are symplectic submanifolds: $\omega_F = (\iota)^* \omega_M$.
Instances For
Gompf's construction: if $f: M^4 \to \Sigma^2$ is a Lefschetz fibration with fiber class $[F] \neq 0$, then $M$ admits a symplectic structure for which the fibers are symplectic.