<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://staging.moocwiki.org/index.php?action=history&amp;feed=atom&amp;title=English%3AMathematical_Induction</id>
	<title>English:Mathematical Induction - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://staging.moocwiki.org/index.php?action=history&amp;feed=atom&amp;title=English%3AMathematical_Induction"/>
	<link rel="alternate" type="text/html" href="https://staging.moocwiki.org/index.php?title=English:Mathematical_Induction&amp;action=history"/>
	<updated>2026-08-28T22:58:58Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in MOOCsWiki Staging</subtitle>
	<generator>MediaWiki 1.45.4</generator>
	<entry>
		<id>https://staging.moocwiki.org/index.php?title=English:Mathematical_Induction&amp;diff=47330&amp;oldid=prev</id>
		<title>Glanz: aiMOOC über GPT aiMOOC Action erstellt</title>
		<link rel="alternate" type="text/html" href="https://staging.moocwiki.org/index.php?title=English:Mathematical_Induction&amp;diff=47330&amp;oldid=prev"/>
		<updated>2026-08-28T06:54:32Z</updated>

		<summary type="html">&lt;p&gt;aiMOOC über GPT aiMOOC Action erstellt&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{T}}&lt;br /&gt;
[[Category:English]]&lt;br /&gt;
[[Category:Mathematical Induction]]&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Introduction =&lt;br /&gt;
Mathematical induction is a rigorous method for proving that a statement is true for every integer from a chosen starting value onward. It is especially useful when a statement depends on a natural-number index such as &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt;. In Grades 11–13, induction connects algebra, number theory, sequences, inequalities, recursion, and formal proof.&lt;br /&gt;
&lt;br /&gt;
The central idea is not to check infinitely many cases one by one. Instead, you prove a &amp;#039;&amp;#039;&amp;#039;starting case&amp;#039;&amp;#039;&amp;#039; and then prove that every valid case forces the next one to be valid. When both parts are established for all relevant indices, the result follows for the entire sequence of integers.&lt;br /&gt;
&lt;br /&gt;
[[File:Induction domino effect.jpg|650px|frameless|center]]&lt;br /&gt;
&amp;#039;&amp;#039;A domino-effect visualization: the first successful step and a reliable next-step rule create an unbroken logical chain.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|https://www.youtube.com/watch?v=LY7YmuDbuW0|500|center}}&lt;br /&gt;
&lt;br /&gt;
The MIT OpenCourseWare lecture above places mathematical induction in the wider context of sets, logic, and proof writing.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Learning Objectives =&lt;br /&gt;
By the end of this aiMOOC, you should be able to explain why mathematical induction is a deductive proof method, identify the base case and inductive step, write complete induction proofs, detect common logical errors, use strong induction when several earlier cases are needed, and apply induction to sums, divisibility, inequalities, recurrences, and recursively defined structures.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= The Core Principle =&lt;br /&gt;
Suppose &amp;lt;math&amp;gt;P(n)&amp;lt;/math&amp;gt; is a statement defined for every integer &amp;lt;math&amp;gt;n\ge n_0&amp;lt;/math&amp;gt;. The principle of mathematical induction says that &amp;lt;math&amp;gt;P(n)&amp;lt;/math&amp;gt; is true for every &amp;lt;math&amp;gt;n\ge n_0&amp;lt;/math&amp;gt; if you establish both of the following facts:&lt;br /&gt;
&lt;br /&gt;
# &amp;#039;&amp;#039;&amp;#039;Base case&amp;#039;&amp;#039;&amp;#039;: Prove &amp;lt;math&amp;gt;P(n_0)&amp;lt;/math&amp;gt;.&lt;br /&gt;
# &amp;#039;&amp;#039;&amp;#039;Inductive step&amp;#039;&amp;#039;&amp;#039;: Prove that for every integer &amp;lt;math&amp;gt;k\ge n_0&amp;lt;/math&amp;gt;, if &amp;lt;math&amp;gt;P(k)&amp;lt;/math&amp;gt; is true, then &amp;lt;math&amp;gt;P(k+1)&amp;lt;/math&amp;gt; is true.&lt;br /&gt;
&lt;br /&gt;
The temporary assumption that &amp;lt;math&amp;gt;P(k)&amp;lt;/math&amp;gt; is true is called the &amp;#039;&amp;#039;&amp;#039;induction hypothesis&amp;#039;&amp;#039;&amp;#039;. You may use it only inside the inductive step and only under the condition that the index &amp;lt;math&amp;gt;k&amp;lt;/math&amp;gt; is an arbitrary admissible integer.&lt;br /&gt;
&lt;br /&gt;
[[File:Visualization of induction.svg|400px|frameless|center]]&lt;br /&gt;
&amp;#039;&amp;#039;This induction diagram emphasizes the starting case, the induction hypothesis, and the transition to the successor case.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
The logical structure can be written as&lt;br /&gt;
&amp;lt;math&amp;gt;P(n_0)\land\bigl(\forall k\ge n_0,\ P(k)\Rightarrow P(k+1)\bigr)\Rightarrow\forall n\ge n_0,\ P(n).&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Why Induction Works =&lt;br /&gt;
The domino analogy is useful, but the mathematical reason is logical rather than physical. Imagine that the conclusion were false even though the base case and inductive step were both correct. Then there would be at least one counterexample. Because the relevant indices are integers bounded below by &amp;lt;math&amp;gt;n_0&amp;lt;/math&amp;gt;, the [[English:Well-ordering principle|well-ordering principle]] gives a least counterexample &amp;lt;math&amp;gt;m&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
The least counterexample cannot be &amp;lt;math&amp;gt;n_0&amp;lt;/math&amp;gt;, because the base case has already been proved. Therefore &amp;lt;math&amp;gt;m-1&amp;lt;/math&amp;gt; is an allowed earlier index and cannot be a counterexample. So &amp;lt;math&amp;gt;P(m-1)&amp;lt;/math&amp;gt; is true. The inductive step then forces &amp;lt;math&amp;gt;P(m)&amp;lt;/math&amp;gt; to be true, contradicting the choice of &amp;lt;math&amp;gt;m&amp;lt;/math&amp;gt;. This shows the close relationship between induction and the well-ordering principle.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Important distinction:&amp;#039;&amp;#039;&amp;#039; mathematical induction is not the same as informal [[English:Inductive reasoning|inductive reasoning]]. Observing many examples may suggest a conjecture, but it does not prove a universal statement. Mathematical induction is a deductive argument: once its premises are proved, the conclusion follows necessarily.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Writing an Induction Proof =&lt;br /&gt;
A clear proof normally follows a disciplined structure:&lt;br /&gt;
&lt;br /&gt;
# &amp;#039;&amp;#039;&amp;#039;State the proposition&amp;#039;&amp;#039;&amp;#039;: Write exactly what &amp;lt;math&amp;gt;P(n)&amp;lt;/math&amp;gt; means and specify the starting index.&lt;br /&gt;
# &amp;#039;&amp;#039;&amp;#039;Base case&amp;#039;&amp;#039;&amp;#039;: Substitute the starting value and verify the claim.&lt;br /&gt;
# &amp;#039;&amp;#039;&amp;#039;Induction hypothesis&amp;#039;&amp;#039;&amp;#039;: Let &amp;lt;math&amp;gt;k&amp;lt;/math&amp;gt; be an arbitrary allowed integer and assume &amp;lt;math&amp;gt;P(k)&amp;lt;/math&amp;gt;.&lt;br /&gt;
# &amp;#039;&amp;#039;&amp;#039;Inductive step&amp;#039;&amp;#039;&amp;#039;: Starting from the expression or statement for &amp;lt;math&amp;gt;k+1&amp;lt;/math&amp;gt;, use valid algebra, definitions, and the induction hypothesis to prove &amp;lt;math&amp;gt;P(k+1)&amp;lt;/math&amp;gt;.&lt;br /&gt;
# &amp;#039;&amp;#039;&amp;#039;Conclusion&amp;#039;&amp;#039;&amp;#039;: State that the claim follows for all integers in the specified domain by mathematical induction.&lt;br /&gt;
&lt;br /&gt;
A good inductive step makes the dependence on the hypothesis visible. If your argument never uses the hypothesis, check whether induction is actually needed or whether you have silently assumed the result you are trying to prove.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Worked Example: Sum of the First Natural Numbers =&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Claim:&amp;#039;&amp;#039;&amp;#039; For every integer &amp;lt;math&amp;gt;n\ge 1&amp;lt;/math&amp;gt;,&lt;br /&gt;
&amp;lt;math&amp;gt;1+2+\cdots+n=\frac{n(n+1)}{2}.&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Base case:&amp;#039;&amp;#039;&amp;#039; For &amp;lt;math&amp;gt;n=1&amp;lt;/math&amp;gt;, the left side is &amp;lt;math&amp;gt;1&amp;lt;/math&amp;gt; and the right side is &amp;lt;math&amp;gt;\frac{1\cdot2}{2}=1&amp;lt;/math&amp;gt;. So the claim is true at the starting value.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Induction hypothesis:&amp;#039;&amp;#039;&amp;#039; Assume that for some arbitrary integer &amp;lt;math&amp;gt;k\ge1&amp;lt;/math&amp;gt;,&lt;br /&gt;
&amp;lt;math&amp;gt;1+2+\cdots+k=\frac{k(k+1)}{2}.&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Inductive step:&amp;#039;&amp;#039;&amp;#039; Add the next term:&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
1+2+\cdots+k+(k+1)&lt;br /&gt;
=\frac{k(k+1)}{2}+(k+1)&lt;br /&gt;
=(k+1)\left(\frac{k}{2}+1\right)&lt;br /&gt;
=\frac{(k+1)(k+2)}{2}.&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
This is exactly the claimed formula with &amp;lt;math&amp;gt;n=k+1&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Conclusion:&amp;#039;&amp;#039;&amp;#039; The formula holds for every integer &amp;lt;math&amp;gt;n\ge1&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|https://www.youtube.com/watch?v=tHNVX3e9zd0|500|center}}&lt;br /&gt;
&lt;br /&gt;
The practice video above develops several induction examples and can be used after you have written the proof yourself.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Worked Example: Divisibility =&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Claim:&amp;#039;&amp;#039;&amp;#039; For every integer &amp;lt;math&amp;gt;n\ge1&amp;lt;/math&amp;gt;, the number &amp;lt;math&amp;gt;7^n-1&amp;lt;/math&amp;gt; is divisible by &amp;lt;math&amp;gt;6&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Base case:&amp;#039;&amp;#039;&amp;#039; For &amp;lt;math&amp;gt;n=1&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;7^1-1=6&amp;lt;/math&amp;gt;, which is divisible by &amp;lt;math&amp;gt;6&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Induction hypothesis:&amp;#039;&amp;#039;&amp;#039; Assume &amp;lt;math&amp;gt;7^k-1&amp;lt;/math&amp;gt; is divisible by &amp;lt;math&amp;gt;6&amp;lt;/math&amp;gt;. Then there is an integer &amp;lt;math&amp;gt;m&amp;lt;/math&amp;gt; such that &amp;lt;math&amp;gt;7^k-1=6m&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Inductive step:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
7^{k+1}-1&lt;br /&gt;
=7\cdot7^k-1&lt;br /&gt;
=7(7^k-1)+6&lt;br /&gt;
=7(6m)+6&lt;br /&gt;
=6(7m+1).&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
Because &amp;lt;math&amp;gt;7m+1&amp;lt;/math&amp;gt; is an integer, &amp;lt;math&amp;gt;7^{k+1}-1&amp;lt;/math&amp;gt; is divisible by &amp;lt;math&amp;gt;6&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Conclusion:&amp;#039;&amp;#039;&amp;#039; The divisibility statement holds for every integer &amp;lt;math&amp;gt;n\ge1&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Worked Example: Inequality =&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Claim:&amp;#039;&amp;#039;&amp;#039; For every integer &amp;lt;math&amp;gt;n\ge0&amp;lt;/math&amp;gt;,&lt;br /&gt;
&amp;lt;math&amp;gt;2^n\ge n+1.&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Base case:&amp;#039;&amp;#039;&amp;#039; At &amp;lt;math&amp;gt;n=0&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;2^0=1&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;0+1=1&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Induction hypothesis:&amp;#039;&amp;#039;&amp;#039; Assume &amp;lt;math&amp;gt;2^k\ge k+1&amp;lt;/math&amp;gt; for an arbitrary integer &amp;lt;math&amp;gt;k\ge0&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Inductive step:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&amp;lt;math&amp;gt;2^{k+1}=2\cdot2^k\ge2(k+1)=2k+2.&amp;lt;/math&amp;gt;&lt;br /&gt;
Since &amp;lt;math&amp;gt;k\ge0&amp;lt;/math&amp;gt;, we have &amp;lt;math&amp;gt;2k+2\ge k+2&amp;lt;/math&amp;gt;. Therefore &amp;lt;math&amp;gt;2^{k+1}\ge k+2&amp;lt;/math&amp;gt;, which is the desired statement for the successor index.&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|https://www.youtube.com/watch?v=atHUv-lDWXw|500|center}}&lt;br /&gt;
&lt;br /&gt;
The Khan Academy lesson above focuses specifically on proving inequalities by mathematical induction.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Strong Induction =&lt;br /&gt;
In &amp;#039;&amp;#039;&amp;#039;strong induction&amp;#039;&amp;#039;&amp;#039;, the induction hypothesis assumes that all cases from the starting value through &amp;lt;math&amp;gt;k&amp;lt;/math&amp;gt; are true, and you use those assumptions to prove the case &amp;lt;math&amp;gt;k+1&amp;lt;/math&amp;gt;. The method is logically equivalent in strength to ordinary induction, but it is often more natural when the next case depends on several earlier cases.&lt;br /&gt;
&lt;br /&gt;
A standard example is prime factorization. To prove that every integer &amp;lt;math&amp;gt;n\ge2&amp;lt;/math&amp;gt; is a product of primes, begin with &amp;lt;math&amp;gt;2&amp;lt;/math&amp;gt;, which is prime. Assume every integer from &amp;lt;math&amp;gt;2&amp;lt;/math&amp;gt; through &amp;lt;math&amp;gt;k&amp;lt;/math&amp;gt; is a product of primes. For &amp;lt;math&amp;gt;k+1&amp;lt;/math&amp;gt;, either it is prime, or it is composite. In the composite case, write &amp;lt;math&amp;gt;k+1=ab&amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt;2\le a,b\le k&amp;lt;/math&amp;gt;. By the strong induction hypothesis, both &amp;lt;math&amp;gt;a&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;b&amp;lt;/math&amp;gt; are products of primes, so &amp;lt;math&amp;gt;k+1&amp;lt;/math&amp;gt; is also a product of primes.&lt;br /&gt;
&lt;br /&gt;
Strong induction is especially useful for [[English:Recurrence relation|recurrence relations]], factorization arguments, tiling problems, and algorithms that reduce a problem to several smaller subproblems.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Induction and Recursively Defined Objects =&lt;br /&gt;
Induction is not limited to statements indexed by a single integer. In computer science and discrete mathematics, recursively defined strings, expressions, trees, and formulas can be handled by &amp;#039;&amp;#039;&amp;#039;structural induction&amp;#039;&amp;#039;&amp;#039;. You prove the property for the basic objects, then prove that each construction rule preserves the property.&lt;br /&gt;
&lt;br /&gt;
[[File:Proof Induction 3.png|650px|frameless|center]]&lt;br /&gt;
&amp;#039;&amp;#039;An inductive proof on strings illustrates how the same base-and-construction logic extends beyond simple numerical formulas.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
For example, if a set of expressions is built from basic symbols and a rule for combining expressions, a structural induction proof first checks each basic symbol and then shows that combining expressions that already have the desired property produces a new expression with the same property.&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|https://www.youtube.com/watch?v=Tm2PJPvAULs|500|center}}&lt;br /&gt;
&lt;br /&gt;
The discrete mathematics video above connects induction with proof techniques used in number theory and set-based arguments.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Deeper Connections =&lt;br /&gt;
Mathematical induction is closely related to recursive definitions. The natural numbers themselves can be described using a starting element and a successor operation. Many algebraic properties of addition and multiplication can then be developed by induction from recursive definitions.&lt;br /&gt;
&lt;br /&gt;
[[File:Inductive proofs of properties of add, mult from recursive definitions (svg exercise version).svg|700px|frameless|center]]&lt;br /&gt;
&amp;#039;&amp;#039;This exercise-oriented diagram links recursive definitions of addition and multiplication with inductive proofs of familiar algebraic properties.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Induction also appears in [[English:Combinatorics|combinatorics]], graph theory, algorithm correctness, complexity estimates, identities involving sequences, and proofs about finite structures. Learning induction therefore strengthens both algebraic technique and general proof design.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Common Errors and How to Avoid Them =&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Missing the base case:&amp;#039;&amp;#039;&amp;#039; An inductive step by itself does not start the chain. A statement could satisfy a next-step implication without ever being true at the required starting value.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Using a non-arbitrary index:&amp;#039;&amp;#039;&amp;#039; The induction variable &amp;lt;math&amp;gt;k&amp;lt;/math&amp;gt; must represent an arbitrary allowed integer. Checking the step only for a few selected values does not prove the universal implication.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Assuming the successor case:&amp;#039;&amp;#039;&amp;#039; The induction hypothesis gives you &amp;lt;math&amp;gt;P(k)&amp;lt;/math&amp;gt;, not &amp;lt;math&amp;gt;P(k+1)&amp;lt;/math&amp;gt;. If you assume what you are supposed to prove, the argument is circular.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Proving the wrong direction:&amp;#039;&amp;#039;&amp;#039; Showing &amp;lt;math&amp;gt;P(k+1)\Rightarrow P(k)&amp;lt;/math&amp;gt; does not replace the required forward implication.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Changing the statement midway:&amp;#039;&amp;#039;&amp;#039; Sometimes the original claim is too weak to support the inductive step. In that situation, strengthen the proposition deliberately and prove the stronger statement rather than silently adding an extra assumption.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Ignoring the domain:&amp;#039;&amp;#039;&amp;#039; A proof that starts at &amp;lt;math&amp;gt;n=5&amp;lt;/math&amp;gt; proves a claim only from &amp;lt;math&amp;gt;5&amp;lt;/math&amp;gt; onward unless smaller cases are handled separately.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Strategy Guide =&lt;br /&gt;
Before beginning an induction proof, ask yourself four questions. What is the exact proposition? What is the first allowed index? What information will the successor case need from earlier cases? What algebraic or structural transformation exposes the induction hypothesis?&lt;br /&gt;
&lt;br /&gt;
For sums, separate the final term. For products or powers, factor the successor expression so that the hypothesis appears. For divisibility, rewrite the hypothesis as an integer multiple. For inequalities, preserve the direction of inequalities and justify every comparison. For recurrences, consider whether strong or simultaneous induction is more natural.&lt;br /&gt;
&lt;br /&gt;
A useful habit is to write the successor target before doing algebra. If the goal is a formula &amp;lt;math&amp;gt;F(n)&amp;lt;/math&amp;gt;, write down &amp;lt;math&amp;gt;F(k+1)&amp;lt;/math&amp;gt; explicitly. This reduces index errors and makes the intended destination of the inductive step clear.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Interactive Tasks =&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Quiz: Test Your Knowledge ==&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;What must be proved first in a standard induction argument?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(The statement is true at the starting value)&lt;br /&gt;
(!The statement is true for one large value)&lt;br /&gt;
(!The statement is false for no tested examples)&lt;br /&gt;
(!The successor case is assumed without proof)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;What is the role of the induction hypothesis?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(It temporarily assumes the claim for an arbitrary current index)&lt;br /&gt;
(!It proves every case before the base case)&lt;br /&gt;
(!It replaces the need for an inductive step)&lt;br /&gt;
(!It allows the successor case to be assumed directly)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Which implication is required in ordinary mathematical induction?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(The current case implies the next case)&lt;br /&gt;
(!The next case implies the current case)&lt;br /&gt;
(!One selected case implies every earlier case)&lt;br /&gt;
(!The base case implies only one chosen distant case)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Why is checking many numerical examples not a proof of a universal claim?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(A later untested value could still be a counterexample)&lt;br /&gt;
(!Numerical examples can never support a conjecture)&lt;br /&gt;
(!Universal claims are always false)&lt;br /&gt;
(!Only geometric arguments count as proofs)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;When is strong induction especially useful?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(When the next case depends on several earlier cases)&lt;br /&gt;
(!When no base case can be identified)&lt;br /&gt;
(!When the claim concerns only one isolated number)&lt;br /&gt;
(!When the induction hypothesis must be avoided)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;In a divisibility proof, what is a useful way to express the induction hypothesis?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(Write the relevant expression as an integer multiple of the divisor)&lt;br /&gt;
(!Replace the divisor with a decimal approximation)&lt;br /&gt;
(!Assume the successor expression is already divisible)&lt;br /&gt;
(!Test only prime values of the index)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;What does a valid inductive conclusion establish?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(The proposition holds for every integer in the stated domain)&lt;br /&gt;
(!The proposition holds only for the base case)&lt;br /&gt;
(!The proposition is probably true for large values)&lt;br /&gt;
(!The proposition holds for real numbers automatically)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;What is wrong with proving only that the next case implies the current case?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(It is the reverse of the forward implication required for induction)&lt;br /&gt;
(!It automatically proves strong induction instead)&lt;br /&gt;
(!It makes the base case unnecessary)&lt;br /&gt;
(!It proves every integer less than zero)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;What should you do if the original statement is too weak to support the inductive step?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(Formulate and prove a deliberately stronger proposition)&lt;br /&gt;
(!Assume an extra fact without stating it)&lt;br /&gt;
(!Skip the inductive step)&lt;br /&gt;
(!Check more examples and stop)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;What is structural induction designed to prove properties about?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(Objects generated by recursive construction rules)&lt;br /&gt;
(!Only decimal expansions)&lt;br /&gt;
(!Only continuous real functions)&lt;br /&gt;
(!Only experimentally measured data)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Memory Game ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;memo-quiz&amp;quot;&amp;gt;&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
| Base case || Verification of the first value in the stated domain&lt;br /&gt;
|-&lt;br /&gt;
| Induction hypothesis || Temporary assumption that the current arbitrary case is true&lt;br /&gt;
|-&lt;br /&gt;
| Inductive step || Argument that carries truth from an allowed case to its successor&lt;br /&gt;
|-&lt;br /&gt;
| Successor || The next integer after the current index&lt;br /&gt;
|-&lt;br /&gt;
| Strong induction || Method that may use all earlier established cases&lt;br /&gt;
|-&lt;br /&gt;
| Counterexample || One valid input for which a universal claim fails&lt;br /&gt;
|-&lt;br /&gt;
| Recurrence || Definition in which later terms depend on earlier terms&lt;br /&gt;
|}&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Drag and Drop ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;lueckentext-quiz&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Match the correct terms.&lt;br /&gt;
! Topic&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Verify the starting value&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| Base case&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Assume the arbitrary current case&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| Induction hypothesis&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Transform the successor expression&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| Inductive step&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Use all established smaller cases&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| Strong induction&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Search for a failing input&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| Counterexample&lt;br /&gt;
|}&lt;br /&gt;
{{E}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Crossword Puzzle ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;kreuzwort-quiz&amp;quot;&amp;gt;&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
| Induction || Which proof method links a starting case to successive cases?&lt;br /&gt;
|-&lt;br /&gt;
| Successor || What is the next integer after a given index called?&lt;br /&gt;
|-&lt;br /&gt;
| Hypothesis || What temporary assumption is used in the inductive step?&lt;br /&gt;
|-&lt;br /&gt;
| Divisibility || Which number-theory property asks whether one integer divides another exactly?&lt;br /&gt;
|-&lt;br /&gt;
| Recurrence || What rule defines later sequence terms from earlier terms?&lt;br /&gt;
|-&lt;br /&gt;
| Counterexample || What single failing case disproves a universal statement?&lt;br /&gt;
|}&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== LearningApps ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;iframe&amp;gt; https://learningapps.org/index.php?s=Mathematical+Induction &amp;lt;/iframe&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Cloze Text ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;quiz display=simple&amp;gt;&lt;br /&gt;
{&amp;#039;&amp;#039;&amp;#039;Complete the text.&amp;#039;&amp;#039;&amp;#039;&amp;lt;br&amp;gt;&lt;br /&gt;
|type=&amp;quot;{}&amp;quot;}&lt;br /&gt;
Mathematical induction begins by proving a { base case }. The temporary assumption for an arbitrary current index is the { induction hypothesis }. The main transition proves that the current case implies the { successor case }. A universal claim can be disproved by one { counterexample }. When the next case depends on several earlier cases, { strong induction } is often convenient. The well-ordering principle guarantees that a nonempty set of natural-number counterexamples would have a { least element }. In a divisibility proof, it is useful to rewrite an expression as an integer { multiple }. Structural induction applies to objects created by { recursive rules }.&lt;br /&gt;
&amp;lt;/quiz&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Open-Ended Tasks =&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
=== Easy ===&lt;br /&gt;
# [[English:Domino effect|Domino effect]]: Create a one-page visual explanation showing how the base case and inductive step correspond to a chain of dominoes, and add one sentence explaining where the analogy stops being literal.&lt;br /&gt;
# [[English:Arithmetic series|Arithmetic series]]: Derive and prove by induction a formula for the sum of the first n odd positive integers, then verify your formula with three small values.&lt;br /&gt;
# [[English:Proof writing|Proof writing]]: Rewrite a short informal induction argument into a formal proof with proposition, base case, induction hypothesis, inductive step, and conclusion.&lt;br /&gt;
# [[English:Mathematical communication|Mathematical communication]]: Record a two-minute video in which you explain to a classmate why testing many examples is different from proving a universal statement.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
=== Standard ===&lt;br /&gt;
# [[English:Divisibility|Divisibility]]: Choose a divisibility pattern involving powers, formulate it precisely, test examples to create a conjecture, and then prove or disprove the conjecture by induction.&lt;br /&gt;
# [[English:Geometric series|Geometric series]]: Prove the finite geometric-series formula by induction and annotate each algebraic transformation with the reason it is valid.&lt;br /&gt;
# [[English:Inequality|Inequality]]: Find an exponential-versus-linear inequality that becomes true from some starting index, identify the correct base case, and prove it by induction.&lt;br /&gt;
# [[English:Interview|Interview]]: Interview a mathematics teacher, programmer, engineer, or university student about where recursive thinking or proof by induction appears in their work, then summarize the connection.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
=== Advanced ===&lt;br /&gt;
# [[English:Strong induction|Strong induction]]: Develop a proof that every integer greater than one can be written as a product of primes, and explain why the strong hypothesis is natural for the composite case.&lt;br /&gt;
# [[English:Recurrence relation|Recurrence relation]]: Choose a recurrence such as a Fibonacci-type sequence, conjecture a bound or divisibility property, and prove it using strong or simultaneous induction.&lt;br /&gt;
# [[English:False proof|False proof]]: Construct or research a flawed induction proof, pinpoint the exact invalid step, and produce a corrected explanation that would prevent the error.&lt;br /&gt;
# [[English:Well-ordering principle|Well-ordering principle]]: Write a proof that derives mathematical induction from the least-counterexample idea, then compare its logic with the domino analogy.&lt;br /&gt;
&lt;br /&gt;
{{:Open Task - Create a MOOC}}&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Learning Assessment =&lt;br /&gt;
# [[English:Proof design|Proof design]]: Given a new summation identity, identify the proposition, choose the starting index, and produce a complete induction proof in which every use of the hypothesis is explicitly marked.&lt;br /&gt;
# [[English:Error analysis|Error analysis]]: Analyze a flawed induction argument, classify the error as a base-case, domain, implication, algebra, or circularity problem, and repair the proof.&lt;br /&gt;
# [[English:Method selection|Method selection]]: Compare ordinary induction, strong induction, and direct proof for three statements, then justify which method is most efficient for each.&lt;br /&gt;
# [[English:Transfer to algorithms|Transfer to algorithms]]: Explain how an induction proof can establish the correctness of a recursive algorithm by connecting smaller inputs to the next larger input.&lt;br /&gt;
# [[English:Conjecture evaluation|Conjecture evaluation]]: Use numerical evidence to form a conjecture, then decide whether induction can prove it and explain what additional structure is required.&lt;br /&gt;
# [[English:Conceptual reasoning|Conceptual reasoning]]: Use the least-counterexample argument to explain why a correct base case together with a correct inductive step leaves no first place where the proposition can fail.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Evidence of Learning =&lt;br /&gt;
# &amp;#039;&amp;#039;&amp;#039;Knowledge&amp;#039;&amp;#039;&amp;#039;: You can state the principle of mathematical induction, distinguish ordinary and strong induction, and explain the relationship to well-ordering and recursion.&lt;br /&gt;
# &amp;#039;&amp;#039;&amp;#039;Skills&amp;#039;&amp;#039;&amp;#039;: You can choose a valid starting index, formulate an induction hypothesis, execute a successor step, control algebraic transformations, and detect circular reasoning.&lt;br /&gt;
# &amp;#039;&amp;#039;&amp;#039;Products&amp;#039;&amp;#039;&amp;#039;: You can produce complete written proofs, annotated examples, explanatory diagrams, short videos, interviews, and error analyses.&lt;br /&gt;
# &amp;#039;&amp;#039;&amp;#039;Reasoning&amp;#039;&amp;#039;&amp;#039;: You can justify why each part of an induction proof is necessary and explain why finite testing cannot replace universal proof.&lt;br /&gt;
# &amp;#039;&amp;#039;&amp;#039;Transfer&amp;#039;&amp;#039;&amp;#039;: You can apply induction to unfamiliar sums, inequalities, divisibility claims, recurrences, algorithms, and recursively defined structures.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= OERs on the Topic =&lt;br /&gt;
The English Wikipedia article below provides an open reference on the definition, examples, variants, formalization, and history of mathematical induction.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;iframe&amp;gt; https://en.m.wikipedia.org/wiki/Mathematical_induction &amp;lt;/iframe&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Linked Learning Areas =&lt;br /&gt;
Mathematical induction combines logical implication, algebraic manipulation, natural-number structure, recursive definitions, and proof communication. It connects school algebra with more advanced topics in number theory, discrete mathematics, computer science, combinatorics, and analysis.&lt;br /&gt;
&lt;br /&gt;
{| align=center&lt;br /&gt;
{{:D-Tab}}&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[English:Mathematical induction|Mathematical induction]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
# [[English:Proof|Proof]]&lt;br /&gt;
# [[English:Natural number|Natural number]]&lt;br /&gt;
# [[English:Mathematical logic|Mathematical logic]]&lt;br /&gt;
# [[English:Divisibility|Divisibility]]&lt;br /&gt;
# [[English:Sequence|Sequence]]&lt;br /&gt;
# [[English:Recurrence relation|Recurrence relation]]&lt;br /&gt;
# [[English:Strong induction|Strong induction]]&lt;br /&gt;
# [[English:Well-ordering principle|Well-ordering principle]]&lt;br /&gt;
# [[English:Combinatorics|Combinatorics]]&lt;br /&gt;
# [[English:Algorithm|Algorithm]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:English]]&lt;br /&gt;
[[Category:Mathematical Induction]]&lt;br /&gt;
[[Category:Mathematics]]&lt;br /&gt;
[[Category:Discrete Mathematics]]&lt;br /&gt;
[[Category:Number Theory]]&lt;br /&gt;
[[Category:Mathematical Proof]]&lt;br /&gt;
[[Category:Grades 11-13]]&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= aiMOOC Projects =&lt;br /&gt;
[[Category:English]]&lt;br /&gt;
[[Category:Mathematical Induction]]&lt;br /&gt;
[[Category:Mathematics]]&lt;br /&gt;
[[Category:Discrete Mathematics]]&lt;br /&gt;
[[Category:Number Theory]]&lt;br /&gt;
[[Category:Mathematical Proof]]&lt;br /&gt;
[[Category:Grades 11-13]]&lt;br /&gt;
[[Category:AI_MOOC]]&lt;br /&gt;
[[Category:GPT aiMOOC]]&lt;br /&gt;
{{MT}}&lt;/div&gt;</summary>
		<author><name>Glanz</name></author>
	</entry>
</feed>