Mathlib Map

Theorems · Theorem · order theory

Prod.Lex.monotone_fst

∀ {α : Type u_1} {β : Type u_2} [inst : Preorder α] [inst_1 : LE β] (t c : Lex (α × β)),
  t ≤ c → (ofLex t).1 ≤ (ofLex c).1

See also monotone_fst_ofLex for a version stated in terms of Monotone.

Defined in
Mathlib.Data.Prod.Lex
Cited by
3 results in Mathlib
Foundations
Depth 15 from the axioms · uses propext, Quot.sound
Assumes
PreorderLE

Around this declaration

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

Cites8

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.