Commit 2026-07-02 11:53 52b549a2

View on Github →

feat(Data/List/Chain): generalize WellFounded.asymmetric₃ to chains (#36922) The existing WellFounded.asymmetric shows r a b → ¬r b a, and WellFounded.asymmetric₃ shows r a b → r b c → ¬r c a. This adds WellFounded.asymmetricₙ which shows l.IsChain r → ¬r l.getLast l.head.

Estimated changes