Typeclass wrapper recording that a vector bundle $V \to M$ has smooth transition functions (modeled in the DFS framework).
- smoothTransitions : ContMDiffVectorBundle ⊤ F V I
Instances
The space of (smooth) sections of a vector bundle $V \to M$, identified with the dependent function type $\prod_{x \in M} V_x$.
Instances For
Sections form an abelian group under pointwise addition.
Sections form a real vector space under pointwise scalar multiplication.
Evaluation of a section $\sigma$ at a point $x \in M$.
Instances For
The zero section of a vector bundle.
A connection $\nabla$ on a vector bundle $V \to M$: a covariant derivative sending a section $\sigma$ and a tangent vector $X_x$ to $\nabla_X \sigma \in V_x$.
- nabla : ((x : M) → V x) → (x : M) → TangentSpace I x →L[ℝ] V x
- isCovariantDerivative : IsCovariantDerivativeOn F self.nabla
Instances For
Apply a connection: $(\nabla_X \sigma)_x = \mathtt{conn.apply}\ \sigma\ x\ X$.
Instances For
The difference $\nabla_1 - \nabla_2$ of two connections (an $\mathrm{End}(V)$-valued $1$-form).
Instances For
Data for the normal bundle of an embedding $\iota : N \hookrightarrow M$: fibers $\mathcal{N}_x$, module structure, and the normal rank.
- ι : N → M
- NormalFiber : N → Type u_7
- instACG (x : N) : AddCommGroup (self.NormalFiber x)
- instMod (x : N) : Module ℝ (self.NormalFiber x)
- normalRank : ℕ
Instances For
A $\operatorname{Spin}^{\mathbb{C}}$ structure on $M$: complex spinor bundles $W^+, W^-$ with Clifford multiplication maps $\gamma_{\pm} : TM \otimes W^{\pm} \to W^{\mp}$ and first Chern class $c_1$ of the determinant line bundle.
- SpinorPlusFiber : M → Type u_4
- SpinorMinusFiber : M → Type u_5
- instACG_plus (x : M) : AddCommGroup (self.SpinorPlusFiber x)
- instMod_plus (x : M) : Module ℂ (self.SpinorPlusFiber x)
- instACG_minus (x : M) : AddCommGroup (self.SpinorMinusFiber x)
- instMod_minus (x : M) : Module ℂ (self.SpinorMinusFiber x)
- γ_plus_to_minus (x : M) : TangentSpace I x → self.SpinorPlusFiber x →ₗ[ℂ] self.SpinorMinusFiber x
- γ_minus_to_plus (x : M) : TangentSpace I x → self.SpinorMinusFiber x →ₗ[ℂ] self.SpinorPlusFiber x
- c₁ : ℤ
Instances For
The positive spinor fiber $W^+_x$ inherits an abelian group structure.
The positive spinor fiber $W^+_x$ is a complex vector space.
The negative spinor fiber $W^-_x$ inherits an abelian group structure.
The negative spinor fiber $W^-_x$ is a complex vector space.
Sections $\Gamma(W^+)$ of the positive spinor bundle.
Instances For
Sections $\Gamma(W^-)$ of the negative spinor bundle.