Mathlib Map

Theorems · Theorem · combinatorics

Finset.filter_congr

∀ {α : Type u_1} {p q : α → Prop} [inst : DecidablePred p] [inst_1 : DecidablePred q] {s : Finset α},
  (∀ x ∈ s, p x ↔ q x) → Finset.filter p s = Finset.filter q s
Defined in
Mathlib.Data.Finset.Filter
Cited by
167 results in Mathlib
Foundations
Depth 54 from the axioms, rests on 819 definitions · uses propext, Classical.choice, Quot.sound
Assumes
DecidablePredDecidablePred

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 by167

Results whose statement or proof uses this declaration.