Theorems · Theorem · logic and foundations
Set.inj_on_of_surj_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) →
(∀ b ∈ t, ∃ a, ∃ (ha : a ∈ s), f a ha = b) →
s.ncard ≤ t.ncard →
∀ ⦃a₁ : α⦄ (ha₁ : a₁ ∈ s) ⦃a₂ : α⦄ (ha₂ : a₂ ∈ s),
f a₁ ha₁ = f a₂ ha₂ → autoParam s.Finite Set.inj_on_of_surj_on_of_ncard_le._auto_1 → a₁ = a₂- Defined in
- Mathlib.Data.Set.Card
- Cited by
- 0 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.ofSurjectiveproof · cited by 3
- Finset.inj_on_of_surj_on_of_card_leproof · cited by 2
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.