lean4-htt/tests/lean/wf2.lean.expected.out
Leonardo de Moura c95d5f25a3 feat: convert ites into dites in the WF module
Motivation: the condition is often used in termination proofs.
2022-03-19 10:11:50 -07:00

7 lines
319 B
Text

wf2.lean:3:8-3:17: error: failed to prove termination, possible solutions:
- Use `have`-expressions to prove the remaining goals
- Use `termination_by` to specify a different well-founded relation
- Use `decreasing_by` to specify your own tactic for discharging this kind of goal
x y : Nat
: x < y
⊢ x - 1 < x