This discussion board is a place to discuss our Daily Challenges and the math and science
related to those challenges. Explanations are more than just a solution — they should
explain the steps and thinking strategies that you used to obtain the solution. Comments
should further the discussion of math and science.
When posting on Brilliant:
Use the emojis to react to an explanation, whether you're congratulating a job well done , or just really confused .
Ask specific questions about the challenge or the steps in somebody's explanation. Well-posed questions can add a lot to the discussion, but posting "I don't understand!" doesn't help anyone.
Try to contribute something new to the discussion, whether it is an extension, generalization or other idea related to the challenge.
Stay on topic — we're all here to learn more about math and science, not to hear about your favorite get-rich-quick scheme or current world events.
Markdown
Appears as
*italics* or _italics_
italics
**bold** or __bold__
bold
- bulleted - list
bulleted
list
1. numbered 2. list
numbered
list
Note: you must add a full line of space before and after lists for them to show up correctly
The works 'type' could either refer to various types of applications (first paragraph), or various mathematical topics where induction can be applied (second paragraph).
I have broadly identified 5-6 different applications that are based off the underlying idea of Induction, and will plan to explore them in the upcoming weeks. For example, students generally have heard of the Non-standard Induction, where you use several base cases instead of just 1, or the Strong Induction, where you use every preceding statement, instead of just Pk.
Almost every mathematical topic has a problem which yields to an inductive approach. In the post, I've presented a question on summation of series, and another on divisibility. Other areas include recurrence relations, inequalities, functional equations, integration/differentiation, games, etc.
Edit: Here are various 'types' of induction. This might not be a complete list.
The first principle of finite induction is mentioned in this post.
The second principle of finite induction is also known as strong induction.
The third principle of finite induction is also known as non-standard induction.
There's also Forward-Backward Induction, as used in the Proof of AM-GM.
I've referred to something that I call 'stronger induction', which means proving a stronger statement than what was given.
There's the principle of transfinite induction, which extends it from the integers to well-ordered sets like the ordinals or the cardinal numbers. This requires the axiom of choice.
Structural induction, used in logic, computer science, graph theory,
Well-founded induction, also known as Noetherian induction.
there are three types of induction,
first principle induction
second principle induction
third principle induction.
if u want to know about them, just reply here.
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
The good part is "We now sit back and drink a cup of coffee" that really nice sir :)
At the end of the first worked example:
{We now sit back and drink a cup of coffee.]
You're mixing up your brackets. :)
Sir, can you tell me, that how many types of induction are there?
Log in to reply
The works 'type' could either refer to various types of applications (first paragraph), or various mathematical topics where induction can be applied (second paragraph).
I have broadly identified 5-6 different applications that are based off the underlying idea of Induction, and will plan to explore them in the upcoming weeks. For example, students generally have heard of the Non-standard Induction, where you use several base cases instead of just 1, or the Strong Induction, where you use every preceding statement, instead of just Pk.
Almost every mathematical topic has a problem which yields to an inductive approach. In the post, I've presented a question on summation of series, and another on divisibility. Other areas include recurrence relations, inequalities, functional equations, integration/differentiation, games, etc.
Edit: Here are various 'types' of induction. This might not be a complete list.
Log in to reply
there are three types of induction, first principle induction second principle induction third principle induction. if u want to know about them, just reply here.
Log in to reply
The first principle is simple induction, and the second principle is the Strong Induction that Calvin alludes to in his comment.