Mathlib Map

Theorems · Theorem · combinatorics

Finset.filter_val

∀ {α : Type u_1} (p : α → Prop) [inst : DecidablePred p] (s : Finset α),
  (Finset.filter p s).val = Multiset.filter p s.val
Defined in
Mathlib.Data.Finset.Filter
Cited by
10 results in Mathlib
Foundations
Depth 26 from the axioms · uses propext, Quot.sound
Assumes
DecidablePred

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 by10

Results whose statement or proof uses this declaration.