Theorems · Theorem · combinatorics
Finset.inj_on_of_surj_on_of_card_le
∀ {α : Type u_1} {β : Type u_2} {s : Finset α} {t : Finset β} (f : (a : α) → a ∈ s → β),
(∀ (a : α) (ha : a ∈ s), f a ha ∈ t) →
(∀ b ∈ t, ∃ a, ∃ (ha : a ∈ s), f a ha = b) →
s.card ≤ t.card → ∀ ⦃a₁ : α⦄ (ha₁ : a₁ ∈ s) ⦃a₂ : α⦄ (ha₂ : a₂ ∈ s), f a₁ ha₁ = f a₂ ha₂ → a₁ = a₂Given a surjective map f defined on a finite set s to another finite set t, if s is no
larger than t, then f is injective when restricted to s.
See Finset.injOn_of_surjOn_of_card_le for the version where f is a non-dependent function.
- Defined in
- Mathlib.Data.Finset.Card
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 78 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Finsetstatement and proof · cited by 13,712
- SetLike.coeproof · cited by 8,199
- Set.imageproof · cited by 5,609
- Finset.cardstatement and proof · cited by 2,327
- Set.InjOnproof · cited by 543
- Set.image_congrproof · cited by 533
- Set.image_univproof · cited by 322
- Set.SurjOnproof · cited by 186
- Finset.attachproof · cited by 168
- Finset.card_attachproof · cited by 21
- Finset.coe_attachproof · cited by 9
- Finset.injOn_of_surjOn_of_card_leproof · cited by 1
Cited by2
Results whose statement or proof uses this declaration.
- Set.inj_on_of_surj_on_of_ncard_leproof · cited by 0
- ZMod.Ico_map_valMinAbs_natAbs_eq_Ico_map_idproof · cited by 0