Mathlib Map

Theorems · Theorem · order theory

Set.IccExtend_of_right_le

∀ {α : Type u_1} {β : Type u_2} [inst : LinearOrder α] {a b : α} (h : a ≤ b) {x : α} (f : ↑(Set.Icc a b) → β),
  b ≤ x → Set.IccExtend h f x = f ⟨b, ⋯⟩
Defined in
Mathlib.Order.Interval.Set.ProjIcc
Cited by
4 results in Mathlib
Foundations
Depth 20 from the axioms · uses propext, Quot.sound
Assumes
LinearOrder

Around this declaration

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

Cites7

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

Cited by4

Results whose statement or proof uses this declaration.