Mathlib Map

Theorems · Theorem · combinatorics

List.destutter.congr_simp

∀ {α : Type u_1} (R R_1 : α → α → Prop),
  R = R_1 →
    ∀ {inst : DecidableRel R} [inst_1 : DecidableRel R_1] (a a_1 : List α),
      a = a_1 → List.destutter R a = List.destutter R_1 a_1
Defined in
Mathlib.Data.List.Destutter
Cited by
6 results in Mathlib
Foundations
Depth 9 from the axioms · uses Quot.sound
Assumes
DecidableRel

Around this declaration

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

Cites1

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

Cited by6

Results whose statement or proof uses this declaration.