Mathlib Map

Theorems · Definition · combinatorics

Fintype.ofInjective

{α : Type u_1} → {β : Type u_2} → [Fintype β] → (f : α → β) → Function.Injective f → Fintype α

Given an injective function to a fintype, the domain is also a fintype. This is noncomputable because injectivity alone cannot be used to construct preimages.

Defined in
Mathlib.Data.Fintype.OfMap
Cited by
3 results in Mathlib
Foundations
Depth 78 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
Fintype

Around this declaration

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

Cites4

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

Cited by8

Results whose statement or proof uses this declaration.