Theorems · Theorem · order theory
Set.BijOn.exists_extend_of_subset
∀ {α : Type u_1} {β : Type u_2} {s s₁ : Set α} {t : Set β} {f : α → β} {t' : Set β},
Set.BijOn f s t → s ⊆ s₁ → t ⊆ t' → Set.SurjOn f s₁ t' → ∃ s', s ⊆ s' ∧ s' ⊆ s₁ ∧ Set.BijOn f s' t'If f maps s bijectively to t and a set t' is contained in the image of some s₁ ⊇ s,
then s₁ has a subset containing s that f maps bijectively to t'.
- Defined in
- Mathlib.Data.Set.Function
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 58 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites25
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
- Set.imageproof · cited by 5,609
- Set.preimageproof · cited by 4,946
- LE.le.transproof · cited by 3,151
- Set.inter_subset_leftproof · cited by 360
- Set.inter_subset_rightproof · cited by 329
- Set.SurjOnstatement and proof · cited by 186
- Set.BijOnstatement and proof · cited by 168
- Set.sdiff_subsetproof · cited by 156
- Set.subset_union_leftproof · cited by 142
- Disjoint.symmproof · cited by 125
- Set.union_subsetproof · cited by 71
Cited by2
Results whose statement or proof uses this declaration.
- Set.InjOn.exists_subset_injOn_subset_range_eqproof · cited by 0
- Set.BijOn.exists_extendproof · cited by 0