Theorems · Theorem · category theory
Profinite.exists_lift_of_finite_of_injective_of_surjective
∀ {X : Type u_1} {Y : Type u_2} {S : Type u_3} {T : Type u_4} [inst : TopologicalSpace X] [CompactSpace X]
[inst_2 : TopologicalSpace Y] [CompactSpace Y] [T2Space Y] [TotallyDisconnectedSpace Y] [inst_6 : TopologicalSpace S]
[T2Space S] [Finite S] [inst_9 : TopologicalSpace T] [T2Space T] (f : X → Y),
Continuous f →
Function.Injective f →
∀ (f' : S → T),
Function.Surjective f' →
∀ (g : X → S),
Continuous g → ∀ (g' : Y → T), Continuous g' → g' ∘ f = f' ∘ g → ∃ k, Continuous k ∧ f' ∘ k = g' ∧ k ∘ f = gThis is the key statement for the inductive proof of injectivity of light profinite spaces.
Given a commutative square
``
X >-f-> Y
|g |g'
v v
S -f'->> T
`
where Y is profinite, S is finite, f is injective and f' is surjective,
there exists a diagonal map k : Y → S` making the diagram commute.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 98 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites39
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setproof · cited by 53,352
- TopologicalSpacestatement and proof · cited by 24,529
- Set.Elemproof · cited by 7,166
- Set.imageproof · cited by 5,609
- Set.preimageproof · cited by 4,946
- Set.univproof · cited by 3,945
- Finitestatement and proof · cited by 3,029
- Set.Nonemptyproof · cited by 2,627
- Continuousstatement and proof · cited by 2,592
- Set.iUnionproof · cited by 2,483
- IsOpenproof · cited by 2,400
- Set.extproof · cited by 2,266
Cited by1
Results whose statement or proof uses this declaration.
- Profinite.exists_lift_of_finite_of_mono_of_epiproof · cited by 0