Theorems · Theorem · algebraic topology
VectorPrebundle.exists_coordChange
∀ {R : Type u_1} {B : Type u_2} {F : Type u_3} {E : B → Type u_4} [inst : NontriviallyNormedField R]
[inst_1 : (x : B) → AddCommMonoid (E x)] [inst_2 : (x : B) → Module R (E x)] [inst_3 : NormedAddCommGroup F]
[inst_4 : NormedSpace R F] [inst_5 : TopologicalSpace B] [inst_6 : (x : B) → TopologicalSpace (E x)]
(self : VectorPrebundle R F E),
∀ e ∈ self.pretrivializationAtlas,
∀ e' ∈ self.pretrivializationAtlas,
∃ f,
ContinuousOn f (e.baseSet ∩ e'.baseSet) ∧
∀ b ∈ e.baseSet ∩ e'.baseSet, ∀ (v : F), (f b) v = (↑e' ⟨b, e.symm b v⟩).2- Defined in
- Mathlib.Topology.VectorBundle.Basic
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 163 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · cited by 62,936
- Setstatement · cited by 53,352
- TopologicalSpacestatement and proof · cited by 24,529
- Modulestatement and proof · cited by 20,661
- RingHom.idstatement · cited by 18,349
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- AddCommMonoidstatement and proof · cited by 12,281
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- ContinuousLinearMapstatement · cited by 5,352
- ContinuousOnstatement · cited by 1,411
- Bundle.TotalSpacestatement · cited by 766
Cited by3
Results whose statement or proof uses this declaration.
- VectorPrebundle.coordChangeproof · cited by 3
- VectorPrebundle.coordChange_applyproof · cited by 2
- VectorPrebundle.continuousOn_coordChangeproof · cited by 1