Homework Statement
[/B]
Let the set S be defined recursively as follows:
Basis Step: (0, 0, 2) ∈ S
Recursive Step: If (a, b, c) ∈ S, then (a + 1, b + 1, c) ∈ S and (a+1, b, c+1) ∈ S
Use structural induction to prove that a + b + c is even when (a, b, c) ∈ S
The Attempt at a Solution...