Closed
Description
Hi.
I needed a version of ×-wellFounded' from https://agda.github.io/agda-stdlib/Data.Product.Relation.Binary.Lex.Strict.html#6946 that does not have the symmetry requirement on ≈₁ . Transitivity is enough to get the theorem, and I don't have symmetry in my application (relative termination).
So I cobbled together this version of the code: https://gitlab.imn.htwk-leipzig.de/waldmann/pure-matchbox/-/blob/d75cbfd1bb364a2e2b48ff7af2ba75be35e0b1b4/cert/R.agda#L208 (application: see end of that file).
I'm sure my code looks terrible (as I am learning the language as I go along) but perhaps you can use it somehow (or tell me how to rewrite it so that you can use it).