Mathlib Map

Theorems · Definition · combinatorics

Finset.pimage

{α : Type u_1} → {β : Type u_2} → [DecidableEq β] → (f : α →. β) → [(x : α) → Decidable (f x).Dom] → Finset α → Finset β

Image of s : Finset α under a partially defined function f : α →. β.

Defined in
Mathlib.Data.Finset.PImage
Cited by
11 results in Mathlib
Foundations
Depth 74 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
DecidableEqDecidable

Around this declaration

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

Cites5

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.