Mathlib Map

Theorems · Theorem · order theory

Set.iInter_union_of_antitone

∀ {ι : Type u_12} {α : Type u_13} [inst : Preorder ι] [IsDirectedOrder ι] {s t : ι → Set α},
  Antitone s → Antitone t → ⋂ i, s i ∪ t i = (⋂ i, s i) ∪ ⋂ i, t i
Defined in
Mathlib.Data.Set.Lattice
Cited by
1 results in Mathlib
Foundations
Depth 60 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
PreorderIsDirectedOrder

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 by1

Results whose statement or proof uses this declaration.