Theorems · Theorem · order theory
Set.SurjOn.exists_subset_injOn_image_eq
∀ {α : Type u_1} {β : Type u_2} {s : Set α} {t : Set β} {f : α → β},
Set.SurjOn f s t → ∃ u ⊆ s, Set.InjOn f u ∧ f '' u = tIf t ⊆ f '' s, there exists a preimage of t under f contained in s such that
f restricted to u is injective.
- Defined in
- Mathlib.Data.Set.Function
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 16 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
Cited by2
Results whose statement or proof uses this declaration.
- Finset.exists_subset_injOn_image_eq_of_surjOnproof · cited by 3
- PowerSeries.exist_eq_span_eq_ncard_of_X_notMemproof · cited by 2