00:01
So, according to given condition, let's say n is equal to k into 4.
00:12
We check that if the given statement for k is equal to 1.
00:18
So, thus for n is equal to 4, we need to check the given statement holds or not.
00:25
So, from here we need to write f4 because we are written here the fibonacci equation.
00:31
So, f3 plus f2.
00:34
So, that is equal to we need to write here 2 plus 1 because third number of fibonacci equation is 2 and second is 1.
00:43
So, that is equal to 3.
00:45
So, we here f4 value is equal to 3.
00:48
So, which is divisible by 3.
00:52
Divisible by.
00:56
So, we can write given statement true for n is equal to 4.
01:05
So, now we need to give a statement let's say consider here for f of n minus 4 where n is equal to we need to write here k into 4...