Mathlib Map

Theorems · Theorem · combinatorics

Fintype.bijective_iff_injective_and_card

∀ {α : Type u_1} {β : Type u_2} [inst : Fintype α] [inst_1 : Fintype β] (f : α → β),
  Function.Bijective f ↔ Function.Injective f ∧ Fintype.card α = Fintype.card β
Defined in
Mathlib.Data.Fintype.EquivFin
Cited by
11 results in Mathlib
Foundations
Depth 81 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
FintypeFintype

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites6

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by11

Results whose statement or proof uses this declaration.