Published 1 day ago
StatusReleased
PlatformsHTML5
AuthorBardon
GenreEducational

Comments

Log in with itch.io to leave a comment.

(1 edit)

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