Definition
A proof strategy that establishes a property for algebraic objects (groups, modules, algebras) by induction on the minimal or given number of generators: prove a base case for 0 or 1 generator(s), then show that if every object generated by k generators has the property, any object generated by k+1 generators reduces to a case with k generators.
Principle
Principle
Remove or express one generator in terms of others (for example by considering the subgroup or submodule it generates, quotienting, or using relations) to reduce the generating set size; ensure the inductive step preserves the hypotheses and that the notion of ‘generator count’ is well‑defined for the class considered.
Demonstration
Demonstration
To show every subgroup of a finitely generated abelian group is finitely generated: base case for cyclic groups is clear; for an abelian group generated by n+1 elements, project to a quotient by the cyclic subgroup generated by one element to obtain a group generated by ≤n elements, apply the inductive hypothesis to the image, and lift generators to produce a finite generating set for the subgroup.
Misapplication
Misapplication
Using this induction when the quantity ‘number of generators’ is not well‑founded (e.g., for infinitely generated objects), or failing to control how operations like quotienting affect minimality of generating sets, which can invalidate the inductive reduction step.
Consequence
Consequence
Reduces global structural problems to smaller, often simpler instances; yields constructive decomposition procedures and explicit generators in many algebraic classification proofs, and is especially useful in finitely generated contexts.
Reversal
Reversal
Instead of inducting on the number of generators, induct on another discrete measure such as index, order, or length of a filtration; these alternative inductions may be better suited when generator count does not behave monotonically under the natural reductions.
Boundary
Boundary
Effective only when the objects have finite generating number and when removing or reinterpreting one generator yields an object in the same class; it does not apply directly to infinite generating sets, or to properties that do not survive natural reduction operations.
Semantic Tension
Semantic Tension
Can be confused with structural induction on the size of objects or induction on order/index; the distinction is that generator induction measures a generating‑set parameter rather than cardinality or other invariants, and care is required to maintain minimality or finiteness assumptions.
Synthesis
Synthesis
Induction on the number of generators is a targeted induction principle: establish a base for small generator counts and show how to reduce an instance with k+1 generators to one with k, thus proving properties for all finitely generated objects in the class by descending the generator count through quotients, substructures, or relations.