Ask Question
29 January, 21:53

Suppose S is a recursively defined set, defined by - the number 1 is in S - if n is in S, then so is 3n + 2 - if n is in S, then so is 5n - 1 - if n is in S, then so is n + 7. Suppose you want to prove using structural induction that all members of S have a certain property. What do you have to prove in the base step?

+2
Answers (1)
  1. 30 January, 01:48
    0
    See answer below

    Step-by-step explanation:

    Using structural induction, we would have to prove that 1 and all the numbers derived from this fact, have the property.

    That is to say, we would have to prove that

    1, 3*1+2, 5*1-1 and 1+7 = {1, 4, 5, 8} have the property we want to prove S has.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “Suppose S is a recursively defined set, defined by - the number 1 is in S - if n is in S, then so is 3n + 2 - if n is in S, then so is 5n - ...” in 📘 Mathematics if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers