Theorems · Definition · algebraic topology
Bundle.Trivialization.piecewise
{B : Type u_1} →
{F : Type u_2} →
{Z : Type u_4} →
[inst : TopologicalSpace B] →
[inst_1 : TopologicalSpace F] →
{proj : Z → B} →
[inst_2 : TopologicalSpace Z] →
(e e' : Bundle.Trivialization F proj) →
(s : Set B) →
e.baseSet ∩ frontier s = e'.baseSet ∩ frontier s →
Set.EqOn (↑e) (↑e') (proj ⁻¹' (e.baseSet ∩ frontier s)) → Bundle.Trivialization F projGiven two bundle trivializations e, e' of proj : Z → B and a set s : Set B such that
the base sets of e and e' intersect frontier s on the same set and e p = e' p whenever
proj p ∈ e.baseSet ∩ frontier s, e.piecewise e' s Hs Heq is the bundle trivialization over
Set.ite s e.baseSet e'.baseSet that is equal to e on proj ⁻¹ s and is equal to e'
otherwise.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 86 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.
- Setstatement and proof · cited by 53,352
- TopologicalSpacestatement and proof · cited by 24,529
- Set.preimagestatement and proof · cited by 4,946
- Set.univproof · cited by 3,945
- SProd.sprodproof · cited by 1,750
- OpenPartialHomeomorphproof · cited by 664
- Set.EqOnstatement and proof · cited by 603
- Bundle.Trivializationstatement and proof · cited by 324
- Bundle.Trivialization.baseSetstatement and proof · cited by 268
- frontierstatement and proof · cited by 214
- Bundle.Trivialization.toOpenPartialHomeomorphproof · cited by 148
- Bundle.Trivialization.toFun'statement and proof · cited by 144
Cited by1
Results whose statement or proof uses this declaration.
- Bundle.Trivialization.piecewiseLeOfEqproof · cited by 0