Documentation

Std.Data.Prod.Lex

theorem Prod.lex_def {α : Type u_1} {β : Type u_2} (r : ααProp) (s : ββProp) {p : α × β} {q : α × β} :
Prod.Lex r s p q r p.fst q.fst p.fst = q.fst s p.snd q.snd
instance Prod.Lex.instDecidableRelProdLex {α : Type u_1} {β : Type u_2} [αeqDec : DecidableEq α] {r : ααProp} [rDec : DecidableRel r] {s : ββProp} [sDec : DecidableRel s] :
Equations
  • One or more equations did not get rendered due to their size.