Mathlib Map

Theorems · Theorem · order theory

iInf_sup_of_monotone

∀ {α : Type u} [inst : Order.Coframe α] {ι : Type u_1} [inst_1 : Preorder ι] [IsCodirectedOrder ι] {f g : ι → α},
  Monotone f → Monotone g → ⨅ i, f i ⊔ g i = (⨅ i, f i) ⊔ ⨅ i, g i
Defined in
Mathlib.Order.CompleteBooleanAlgebra
Cited by
3 results in Mathlib
Foundations
Depth 20 from the axioms · uses propext, Quot.sound
Assumes
Order.CoframePreorderIsCodirectedOrder

Around this declaration

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

Cites11

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.