Mathlib Map

Theorems · Theorem · order theory

sup_Ioc_disjointed_of_monotone

∀ {α : Type u_1} [inst : GeneralizedBooleanAlgebra α] {ι : Type u_3} [inst_1 : LinearOrder ι]
  [inst_2 : LocallyFiniteOrder ι] [inst_3 : OrderBot ι] {f : ι → α},
  Monotone f → ∀ {m n : ι}, n ≤ m → (Finset.Ioc n m).sup (disjointed f) = f m \ f n
Defined in
Mathlib.Order.Disjointed
Cited by
1 results in Mathlib
Foundations
Depth 78 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
GeneralizedBooleanAlgebraLinearOrderLocallyFiniteOrderOrderBot

Around this declaration

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

Cites24

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.