F1 is a set of functions of one real variable defined recursively as follows.
● Base case
○ f(x) = 1, then f ∈ F1
○ f(x) = x, then f ∈ F1
● Constructor case
○ f, g ∈ F1, then f × g ∈ F1 and f + g ∈ F1
a. Prove by ordinary induction that () = nx + n , n ≥ 1 is in F1.
b. Prove by structural induction that if f(x) is in F1, then f(0) ≥ 0.
Answers
Answered by
20
Answer:
F1 is a set of functions of one real variable defined recursively as follows.
● Base case
○ f(x) = 1, then f ∈ F1
○ f(x) = x, then f ∈ F1
● Constructor case
○ f, g ∈ F1, then f × g ∈ F1 and f + g ∈ F1
a. Prove by ordinary induction that () = nx + n , n ≥ 1 is in F1.
b. Prove by structural induction that if f(x) is in F1, then f(0) ≥ 0.
Answered by
0
A Recursive Function is defined as: We say the function f is defined recursively if the value of f at 1 is specified and if a rule is provided for determining f(n+1) from f(n).
Explanation:
- The question implies a "general" proof
- Similarly for f′.
- Prove by induction that for all x∈N, we have f(x)=f′(x).
- Base case: f(1)=f′(1).
- Inductive Step:
- Suppose f(k)=f′(k), therefore f(k+1)=f′(k+1).
Similar questions