Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(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