Theorems · Theorem · combinatorics
Function.Injective.mem_finset_image
∀ {α : Type u_1} {β : Type u_2} [inst : DecidableEq β] {f : α → β} {s : Finset α} {a : α},
Function.Injective f → (f a ∈ Finset.image f s ↔ a ∈ s)- Defined in
- Mathlib.Data.Finset.Image
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 76 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- DecidableEq
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites2
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.imagestatement · cited by 910
Cited by3
Results whose statement or proof uses this declaration.
- Finset.smul_mem_smul_finset_iffproof · cited by 4
- Finset.vadd_mem_vadd_finset_iffproof · cited by 3
- MeasureTheory.lmarginal_imageproof · cited by 0