Mathlib Map

Theorems · Theorem · order theory

Pi.colex_asc

∀ {ι : Type u_1} {α : Type u_3} [inst : Preorder ι] [inst_1 : DecidableEq ι] [inst_2 : LT α] {f : ι → α} {i j : ι},
  i ≤ j → f i < f j → toColex (f ∘ ⇑(Equiv.swap i j)) < toColex f

If we swap two strictly increasing values in a function, then the result is colexicographically smaller than the original function.

Defined in
Mathlib.Order.PiLex
Cited by
0 results in Mathlib
Foundations
Depth 20 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
PreorderDecidableEqLT

Around this declaration

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

Cites9

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

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.