Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 208 Bytes

Chapter13.md

File metadata and controls

7 lines (4 loc) · 208 Bytes

Chapter 13 Exercises

Exercise 1

Define a function called nOrSuccnIsEven that states and proves that for all Nats n, either n is Even or n+1 is Even.

Answer