Mathlib Map

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' = t

If 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.

Cited by1

Results whose statement or proof uses this declaration.