Theorems · Theorem · combinatorics
Finset.card_bij
∀ {α : Type u_1} {β : Type u_2} {s : Finset α} {t : Finset β} (i : (a : α) → a ∈ s → β),
(∀ (a : α) (ha : a ∈ s), i a ha ∈ t) →
(∀ (a₁ : α) (ha₁ : a₁ ∈ s) (a₂ : α) (ha₂ : a₂ ∈ s), i a₁ ha₁ = i a₂ ha₂ → a₁ = a₂) →
(∀ b ∈ t, ∃ a, ∃ (ha : a ∈ s), i a ha = b) → s.card = t.cardGiven a bijection from a finite set s to a finite set t, the cardinalities of s and t
are equal.
The difference with Finset.card_bij' is that the bijection is specified as a surjective injection,
rather than by an inverse function.
The difference with Finset.card_nbij is that the bijection is allowed to use membership of the
domain, rather than being a non-dependent function.
- Defined in
- Mathlib.Data.Finset.Card
- Cited by
- 10 results in Mathlib
- Foundations
- Depth 77 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
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
- Finset.cardstatement and proof · cited by 2,327
- Finset.imageproof · cited by 910
- Finset.extproof · cited by 565
- Finset.attachproof · cited by 168
- Finset.mem_imageproof · cited by 105
- Finset.card_image_of_injectiveproof · cited by 41
- Finset.card_attachproof · cited by 21
Cited by10
Results whose statement or proof uses this declaration.
- Finset.card_nbijproof · cited by 4
- IsPrimitiveRoot.card_primitiveRootsproof · cited by 4
- Finset.card_bij'proof · cited by 3
- SimpleGraph.IsTree.card_edgeFinsetproof · cited by 3
- Rel.card_interedges_commproof · cited by 1
- SimpleGraph.completeBipartiteGraph_isContained_bipartiteDoubleCoverproof · cited by 1
- Nat.totient_div_of_dvdproof · cited by 1
- SimpleGraph.card_edgeFinset_bipartiteDoubleCoverproof · cited by 1
- Finset.expect_bijproof · cited by 0
- Nat.card_pair_lcm_eqproof · cited by 0