Theorems · Theorem · logic and foundations
Set.ncard_eq_of_bijective
∀ {α : Type u_1} {s : Set α} {n : ℕ} (f : (i : ℕ) → i < n → α),
(∀ a ∈ s, ∃ i, ∃ (h : i < n), f i h = a) →
(∀ (i : ℕ) (h : i < n), f i h ∈ s) → (∀ (i j : ℕ) (hi : i < n) (hj : j < n), f i hi = f j hj → i = j) → s.ncard = n- Defined in
- Mathlib.Data.Set.Card
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 96 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
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.univproof · cited by 3,945
- Set.extproof · cited by 2,266
- Set.ncardstatement and proof · cited by 344
- Set.image_univproof · cited by 322
- Fintype.card_finproof · cited by 270
- Nat.card_eq_fintype_cardproof · cited by 200
- Set.ncard_univproof · cited by 21
- Set.InjOn.ncard_imageproof · cited by 7
Cited by2
Results whose statement or proof uses this declaration.
- Subgroup.upperCentralSeries.card_image_eq_of_le_nilpotencyClassproof · cited by 1
- AddSubgroup.upperCentralSeries.card_image_eq_of_le_nilpotencyClassproof · cited by 0