Question: Prove that n + 3 = succ (succ(succ(n)) for any n e N (succ(sucec(succ(n))) Prove that n + 4 = succ CC for any
Prove that n + 3 = succ (succ(succ(n)) for any n e N (succ(sucec(succ(n))) Prove that n + 4 = succ CC for any n E N .CC Addition is a mapping N x N N defined by a recurrence (recursive, iterative) definition: (Eq1) (Vn E N) [n + 0 = n ] (Eq2) (Vn, m e N) [ n + succ(m) = succ(n + m) ] Example: (Theorem) Prove that n+1 = succ(n) Proof: n +1 = n + succ(0) = succ(n + 0) by definition of 1 using (Eq2) using (Eq1) = succ(n)
Step by Step Solution
3.32 Rating (152 Votes )
There are 3 Steps involved in it
Lets prove the statements using the definitions provided Prove that n 3 textsucctextsucctexts... View full answer
Get step-by-step solutions from verified subject matter experts
