Theorems · Theorem · logic and foundations
Set.surj_on_of_inj_on_of_ncard_le
∀ {α : Type u_1} {β : Type u_2} {s : Set α} {t : Set β} (f : (a : α) → a ∈ s → β),
(∀ (a : α) (ha : a ∈ s), f a ha ∈ t) →
(∀ (a₁ a₂ : α) (ha₁ : a₁ ∈ s) (ha₂ : a₂ ∈ s), f a₁ ha₁ = f a₂ ha₂ → a₁ = a₂) →
t.ncard ≤ s.ncard →
autoParam t.Finite Set.surj_on_of_inj_on_of_ncard_le._auto_1 → ∀ b ∈ t, ∃ a, ∃ (ha : a ∈ s), b = f a ha- Defined in
- Mathlib.Data.Set.Card
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 94 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.
- Setstatement and proof · cited by 53,352
- Fintypeproof · cited by 7,736
- Set.Elemproof · cited by 7,166
- Finset.cardproof · cited by 2,327
- Set.Finitestatement and proof · cited by 1,814
- Set.ncardstatement and proof · cited by 344
- Set.toFinsetproof · cited by 217
- Set.mem_toFinsetproof · cited by 47
- Set.Finite.fintypeproof · cited by 38
- Set.ncard_eq_toFinset_card'proof · cited by 9
- Fintype.ofInjectiveproof · cited by 3
- Finset.surj_on_of_inj_on_of_card_leproof · cited by 2
Cited by1
Results whose statement or proof uses this declaration.
- IsPrimitiveRoot.pow_sub_pow_eq_prod_sub_mulproof · cited by 1