Log in with itch.io to leave a comment.
if n = 2
then 8 > 4 + 1
true...
normally induction first steps is n=1. but in this case because n>=2 is n=2...and that is of course true. If you are interested in more, I have recently made "Complete Induction 1" with a very easy example
Comments
Log in with itch.io to leave a comment.
if n = 2
then 8 > 4 + 1
true...
normally induction first steps is n=1. but in this case because n>=2 is n=2...and that is of course true. If you are interested in more, I have recently made "Complete Induction 1" with a very easy example