Theorems · Theorem · logic and foundations
Set.sep_or
∀ {α : Type u} {s : Set α} {p q : α → Prop}, {x | x ∈ s ∧ (p x ∨ q x)} = {x | x ∈ s ∧ p x} ∪ {x | x ∈ s ∧ q x}- Defined in
- Mathlib.Data.Set.Basic
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 22 from the axioms · uses propext, Quot.sound
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.
- Setstatement and proof · cited by 53,352
- Set.ofPredstatement and proof · cited by 6,101
- Set.inter_union_distrib_leftproof · cited by 39
Cited by2
Results whose statement or proof uses this declaration.
- QuasilinearOn.monotoneOn_or_antitoneOnproof · cited by 1