this post was submitted on 28 Jun 2026
-3 points (28.6% liked)

No Stupid Questions

4153 readers
8 users here now

There is no such thing as a Stupid Question!

Don't be embarrassed of your curiosity; everyone has questions that they may feel uncomfortable asking certain people, so this place gives you a nice area not to be judged about asking it. Everyone here is willing to help.


Reminder that the rules for lemmy.ca still apply!


Thanks for reading all of this, even if you didn't read all of this, and your eye started somewhere else, have a watermelon slice ๐Ÿ‰.


founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] Rentlar@lemmy.ca 2 points 1 day ago (1 children)

Proof by induction was one of the coolest "how to prove things" lessons I'd learned in math. To prove something works for every natural number (so in effect any thing or formula you can count discretely, and start from somewhere going to infinity), you prove the initial case, then you prove that it works for the (n+1)th case under the assumption it is true under the nth case. Only two steps!

[โ€“] cheese_greater@lemmy.world 0 points 1 day ago (1 children)

How do you extend that outside mathematics?

Like say I have a hunch about something. How do I formalize that in basically any domain?

[โ€“] Rentlar@lemmy.ca 2 points 1 day ago

The first thing is you need a way to prove the initial case, and in real-world domains it may be harder to do so axiomatically. Then you need to be able to find a way to generalize it in a discrete (countable) manner.