Mathlib Map

Theorems · Theorem · combinatorics

Finset.filter.congr_simp

∀ {α : Type u_1} (p p_1 : α → Prop),
  p = p_1 →
    ∀ {inst : DecidablePred p} [inst_1 : DecidablePred p_1] (s s_1 : Finset α),
      s = s_1 → Finset.filter p s = Finset.filter p_1 s_1
Defined in
Mathlib.Data.Finset.Filter
Cited by
47 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.

Cites2

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

Cited by47

Results whose statement or proof uses this declaration.