lean4-htt/tests/lean/run/1300.lean
Leonardo de Moura b8ed579289 fix: fixes #1300
2022-07-12 14:08:47 -07:00

6 lines
159 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

set_option trace.Meta.debug true
example (hv : v < n) (ih: ∀ v : Fin n, ∃ v', v' ≤ v):
True := by
have ⟨w, hw⟩ := ih ⟨v, _
trivial