Is my proof correct? Asking because it differs from solution in by book. Thanks in advance.
Lemma 1 given: "If the sum of two integers is even then they have the same parity"
Proof by contradiction.
Assume that an odd number is odd.
Case 1: 1 number is odd:
WLOG let $a + b$ be odd. Thenn by lemma 1 $a$ and $b$ have different parity. WLOG let $a$ be even. Since $a$ is even $c$ is also even, since $c$ is even $b$ is also even, which is a contradiction.
Case 2: all three numbers are odd: WLOG let $a$ be even, since $a$ is even $c$ is odd, since $c$ is odd $b$ is even, which results in both $a$ and $b$ being even which is a contradiction.
$\blacksquare$