Theorems · Definition · algebraic topology
ContinuousAlternatingMap.inCoordinates
{𝕜 : Type u_1} →
{ι : Type u_2} →
[inst : NontriviallyNormedField 𝕜] →
{B₁ : Type u_3} →
(F₁ : Type u_4) →
[inst_1 : NormedAddCommGroup F₁] →
[inst_2 : NormedSpace 𝕜 F₁] →
{E₁ : B₁ → Type u_5} →
[inst_3 : (x : B₁) → AddCommGroup (E₁ x)] →
[inst_4 : (x : B₁) → Module 𝕜 (E₁ x)] →
[inst_5 : TopologicalSpace B₁] →
[inst_6 : TopologicalSpace (Bundle.TotalSpace F₁ E₁)] →
[inst_7 : (x : B₁) → TopologicalSpace (E₁ x)] →
[inst_8 : FiberBundle F₁ E₁] →
[VectorBundle 𝕜 F₁ E₁] →
{B₂ : Type u_6} →
(F₂ : Type u_7) →
[inst_10 : NormedAddCommGroup F₂] →
[inst_11 : NormedSpace 𝕜 F₂] →
{E₂ : B₂ → Type u_8} →
[inst_12 : (x : B₂) → AddCommGroup (E₂ x)] →
[inst_13 : (x : B₂) → Module 𝕜 (E₂ x)] →
[inst_14 : TopologicalSpace B₂] →
[inst_15 : TopologicalSpace (Bundle.TotalSpace F₂ E₂)] →
[inst_16 : (x : B₂) → TopologicalSpace (E₂ x)] →
[inst_17 : FiberBundle F₂ E₂] →
[VectorBundle 𝕜 F₂ E₂] →
B₁ →
(x : B₁) →
B₂ → (y : B₂) → E₁ x [⋀^ι]→L[𝕜] E₂ y → F₁ [⋀^ι]→L[𝕜] F₂When ϕ is a continuous alternating map
between the fibers E₁ x and E₂ y of two vector bundles E and E',
ContinuousAlternatingMap.inCoordinates F E F' E' x₀ x y₀ y ϕ
is a coordinate change of this continuous linear map
w.r.t. the chart around x₀ and the chart around y₀.
It is defined by composing ϕ with appropriate coordinate changes
given by the vector bundles E₁ and E₂.
We use the operations Bundle.Trivialization.continuousLinearMapAt and
Bundle.Trivialization.symmL in the definition, instead of
Bundle.Trivialization.continuousLinearEquivAt, so that
ContinuousAlternatingMap.inCoordinates is defined everywhere.
See also ContinuousAlternatingMap.inCoordinates_eq.
This is the (second component of the) underlying function
of a trivialization of the bundle of continuous alternating maps,
see FiberBundle.trivializationAt_continuousAlternatingMap_apply.
However, note that ContinuousAlternatingMap.inCoordinates is
defined even when x and y live in different base sets.
Therefore, it is also convenient when working with the bundle of continuous alternating maps
between pulled back bundles.
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 78 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- TopologicalSpacestatement and proof · cited by 24,529
- Modulestatement and proof · cited by 20,661
- NormedAddCommGroupstatement and proof · cited by 15,752
- AddCommGroupstatement and proof · cited by 12,871
- NormedSpacestatement and proof · cited by 12,499
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- Bundle.TotalSpacestatement and proof · cited by 766
- FiberBundlestatement and proof · cited by 471
- VectorBundlestatement and proof · cited by 315
- ContinuousAlternatingMapstatement and proof · cited by 292
- FiberBundle.trivializationAtproof · cited by 95
- Bundle.Trivialization.continuousLinearMapAtproof · cited by 33
Cited by4
Results whose statement or proof uses this declaration.
- FiberBundle.trivializationAt_continuousAlternatingMap_applystatement · cited by 0
- ContinuousAlternatingMap.inCoordinates_eqstatement · cited by 0
- continuousWithinAt_continuousAlternatingMap_bundlestatement · cited by 0
- continuousAt_continuousAlternatingMap_bundlestatement · cited by 0