Mathlib Map

Theorems · Definition

List.kinsert

{α : Type u} → {β : α → Type v} → [DecidableEq α] → (a : α) → β a → List (Sigma β) → List (Sigma β)

Insert the pair ⟨a, b⟩ and erase the first pair with the key a.

Defined in
Mathlib.Data.List.Sigma
Cited by
9 results in Mathlib
Foundations
Depth 9 from the axioms · uses no axioms
Assumes
DecidableEq

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 by11

Results whose statement or proof uses this declaration.