Continuing from my previous post,
f(n+1) = “I will love my wife on Date(n) + 1 additional day”
So do I still love my wife a day later from yesterday, meaning today? Yes I do! So, f(n+1) is proven.
f(n+1) = “I will love my wife on Date(n) + 1 additional day”
f(n+1) = “I will love my wife on Date(n+1)”
Thus, by mathematical induction, the function f(n) is proven true for all integer values of n more than or equals to 1.
f(n) = “I will love my wife on Date(n)” for all integer values of n more than or equals to 1 until the day I die. (Q.E.D.)
