Commit 2022-01-12 07:31 9fd03e1d
View on Github →chore(order/lexicographic): cleanup (#11299) Changes include:
- factoring out
prod.lex.trans
from the proof ofle_trans
inprod.lex.has_le
, and similarly forantisymm
andis_total
- adding some missing
to_lex
annotations in theprod.lex.{le,lt}_def
lemmas - avoiding reproving decidability of
prod.lex
- replacing some proofs with pattern matching to avoid getting type-incorrect goals where
prod.lex.has_le
appears comparing terms that are not of typelex
.