lean4 icon indicating copy to clipboard operation
lean4 copied to clipboard

refactor: IndPredBelow: use `apply_assumption`

Open nomeata opened this issue 1 year ago • 1 comments

when transforming the match statements in IndPredBelow, given a local variable x : T, we need to search for hx : T.below x. Previously this was done using the custom backwardsChaining method, although my hypothesis is that we don’t need to chain anything here, and can use apply_assumption.

nomeata avatar Jul 26 '24 10:07 nomeata