Hacker News new | ask | show | jobs
by techadv 4359 days ago
The article author was referring to inductive reasoning in the sense of epistemology, which is not the same as mathematical induction. In fact, mathematical induction is a deductive reasoning technique.

Here's the relevant wiki article: http://en.wikipedia.org/wiki/Inductive_reasoning

1 comments

You might also refer to this as "recursion" when talking about computer programming.