Theorems · Theorem · algebraic topology
FiberBundle.continuousAt_totalSpace
∀ {B : Type u_2} (F : Type u_3) {X : Type u_4} [inst : TopologicalSpace X] [inst_1 : TopologicalSpace B]
[inst_2 : TopologicalSpace F] {E : B → Type u_5} [inst_3 : TopologicalSpace (Bundle.TotalSpace F E)]
[inst_4 : (b : B) → TopologicalSpace (E b)] [inst_5 : FiberBundle F E] (f : X → Bundle.TotalSpace F E) {x₀ : X},
ContinuousAt f x₀ ↔
ContinuousAt (fun x => (f x).proj) x₀ ∧ ContinuousAt (fun x => (↑(trivializationAt F E (f x₀).proj) (f x)).2) x₀Characterization of continuous functions (at a point) into a fiber bundle.
- Defined in
- Mathlib.Topology.FiberBundle.Basic
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 85 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
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
- Bundle.TotalSpacestatement and proof · cited by 766
- ContinuousAtstatement · cited by 697
- FiberBundlestatement and proof · cited by 471
- Bundle.TotalSpace.projstatement and proof · cited by 447
- Bundle.Trivialization.toFun'statement · cited by 144
- FiberBundle.trivializationAtstatement and proof · cited by 95
- FiberBundle.mem_trivializationAt_proj_sourceproof · cited by 5
- Bundle.Trivialization.tendsto_nhds_iffproof · cited by 3
Cited by2
Results whose statement or proof uses this declaration.
- continuousAt_hom_bundleproof · cited by 0
- continuousAt_continuousAlternatingMap_bundleproof · cited by 0