Skip to content

Commit

Permalink
Update proving-metatheorems-solutions-odd-even-plus.elf (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
robsimmons authored Apr 9, 2024
1 parent 2a3d841 commit 7cc2c4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wiki/pages/proving-metatheorems-solutions-odd-even-plus.elf
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ soe : sum-odd-even

The most straightforward approach here reuses [`succ-odd` from Exercise 3](/wiki/proving-metatheorems-solutions-odd-even-succ/) in exactly the same way as the "expected" solution to the previous theorem reused `succ-even`.

First, we'll
First, we'll repeat the proof of `succ-odd` from Exercise 3:
!}%

succ-odd : odd N -> even (s N) -> type.
Expand Down Expand Up @@ -200,4 +200,4 @@ EvenN3)

%worlds () (sum-odds _ _ _ _).
%total D (sum-odds D _ _ _).
%{!! end checked !!}%
%{!! end checked !!}%

0 comments on commit 7cc2c4e

Please sign in to comment.