Theorems · Theorem · combinatorics
Finset.subset_image_iff
∀ {α : Type u_1} {β : Type u_2} [inst : DecidableEq β] {s : Finset α} {t : Finset β} {f : α → β},
t ⊆ Finset.image f s ↔ ∃ s' ⊆ s, Finset.image f s' = tIf a finset t is a subset of the image of another finset s under f, then it is equal to the
image of a subset of s.
For the version where s is a set, see subset_set_image_iff.
- Defined in
- Mathlib.Data.Finset.Image
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 79 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.
Cites4
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
- SetLike.coeproof · cited by 8,199
- Finset.imagestatement and proof · cited by 910
- Finset.coe_imageproof · cited by 222
Cited by1
Results whose statement or proof uses this declaration.
- Finset.SupIndep.imageproof · cited by 2