Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • $\begingroup$ If terseness is wanted, everything after the induction line can be replaced by subst hn, exact ind _ (λ b fb_lt_fa, ih _ fb_lt_fa _ rfl) $\endgroup$ Commented Mar 27, 2022 at 22:19
  • $\begingroup$ Indeed; though I was trying to be less cryptic than Andrej's answer, not more! $\endgroup$
    – Eric
    Commented Mar 27, 2022 at 22:48
  • $\begingroup$ I do wonder if induction h : _ should handle the subst and rfl automatically, but haven't thought about it very hard. $\endgroup$
    – Eric
    Commented Mar 27, 2022 at 22:49