Semester
Subject
Year
Tribhuwan University
Model
Bachelor Level / First Year / Second Semester / Science
(Discrete Structure)
Full Marks: 60
Pass Marks: 24
Time: 3 Hours
Candidates are required to give their answers in their own words as for as practicable.
The figures in the margin indicate full marks.
Long Answers Questions
Mathematical Induction is a proof technique used to prove that a statement is true for all positive integers . It works like a chain of dominoes — if the first one falls, and each domino knocks the next, then all dominoes fall.
Two Steps of Mathematical Induction:
If both steps are completed, we conclude is true for all positive integers by the Principle of Mathematical Induction.
Statement: for all positive integers .
The i$-th odd positive integer is $(2i - 1), so we need to prove:
Basis Step ($n = 1$):
So is true.
Inductive Step:
Assume is true for some positive integer , i.e.,
We need to prove :
Proof:
Taking LHS of :
Since is true whenever is true, by the Principle of Mathematical Induction, the statement is true for all positive integers .
A recursively defined function is a function whose value at a given input is defined in terms of its values at smaller inputs, along with explicitly specified initial values.
A recursive definition has two parts:
Example: The factorial function is defined recursively as:
So,
Conclusion: Mathematical induction is a powerful tool for proving statements about all positive integers, and recursively defined functions allow us to define complex functions elegantly using simpler base cases and self-referencing rules.

Short Answers Questions