Mathlib Map

Theorems · Theorem · logic and foundations

Set.pairwise_insert_of_symmetric

Deprecated since 2026-06-10Use Set.pairwise_insert_of_symm instead.

∀ {α : Type u_1} {r : α → α → Prop} {s : Set α} {a : α} [Std.Symm r],
  (insert a s).Pairwise r ↔ s.Pairwise r ∧ ∀ b ∈ s, a ≠ b → r a b

Alias of Set.pairwise_insert_of_symm.

Defined in
Mathlib.Data.Set.Pairwise.Basic
Cited by
0 results in Mathlib
Foundations
Depth 21 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
Std.Symm

Around this declaration

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

Cites3

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

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.