Commit 2023-08-03 05:30 50ce43f7

View on Github →

feat: add instances for intervals (#5957) Don't mind at all if anyone would like to push refactors or golfs. My main requirement from this PR is that

import Mathlib
example : WellFoundedLT { x : ℕ // x ≤ 37 }ᵒᵈ := inferInstance

works out of the box.

Estimated changes