Mathlib Map

Theorems · Theorem · combinatorics

Finset.map_map

∀ {α : Type u_1} {β : Type u_2} {γ : Type u_3} (f : α ↪ β) (g : β ↪ γ) (s : Finset α),
  Finset.map g (Finset.map f s) = Finset.map (f.trans g) s
Defined in
Mathlib.Data.Finset.Image
Cited by
22 results in Mathlib
Foundations
Depth 28 from the axioms · uses propext, Quot.sound

Around this declaration

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

Cites9

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

Cited by22

Results whose statement or proof uses this declaration.