Ask Question
9 August, 01:39

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?

+5
Answers (1)
  1. 9 August, 01:43
    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 the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers