return to top
source
Environment extensions for monotonicity lemmas
Finds tagged monotonicity theorems of the form monotone (fun x => e).
monotone (fun x => e)
Base case for solveMonoStep: Handles goals of the form
monotone (fun f => f.1.2 x y)
It's tricky to solve them compositionally from the outside in, so here we construct the proof from the inside out.