Mathlib Map

Theorems · Theorem · logic and foundations

pairwise_disjoint_on_bool

∀ {α : Type u_1} [inst : PartialOrder α] [inst_1 : OrderBot α] {a b : α},
  Pairwise (Function.onFun Disjoint fun c => bif c then a else b) ↔ Disjoint a b
Defined in
Mathlib.Data.Set.Pairwise.Basic
Cited by
3 results in Mathlib
Foundations
Depth 12 from the axioms · uses propext, Quot.sound
Assumes
PartialOrderOrderBot

Around this declaration

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

Cites6

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

Cited by3

Results whose statement or proof uses this declaration.