Interpretation of induction in terms of symmetry transformations

Click For Summary

Discussion Overview

The discussion centers on the interpretation of mathematical induction in terms of symmetry transformations, exploring its analogies with properties of functions and potential generalizations to other mathematical structures, such as graphs and topological spaces.

Discussion Character

  • Exploratory
  • Technical explanation
  • Conceptual clarification
  • Debate/contested

Main Points Raised

  • One participant proposes that induction can be viewed similarly to a function whose derivative is zero, suggesting that if a property P holds for 1 and is symmetric with respect to the successor operator, then P holds for all natural numbers.
  • Another participant states that induction is equivalent to the well-ordering property of natural numbers, drawing an analogy to the greatest lower bound property for real numbers.
  • A later reply challenges the initial reformulation, indicating that it is weaker than the standard induction statement, noting the difference between one-way implications and biconditional statements.
  • One participant introduces a generalization of induction using connected graphs, suggesting that if a predicate holds for one node and is symmetric for adjacent nodes, it holds for all nodes.
  • Another participant extends this idea to connected topological spaces, discussing locally constant functions and their implications for predicates defined on such spaces.
  • There is curiosity expressed about the validity of the generalization regarding locally constant functions, with a request for examples or proofs that utilize similar ideas.
  • One participant confirms the truth of the generalization about locally constant functions, providing a brief outline of the proof based on the properties of connected sets.

Areas of Agreement / Disagreement

Participants express differing views on the strength of the reformulated induction statement, with some agreeing on the validity of generalizations while others highlight the nuances in the implications involved. The discussion remains unresolved regarding the broader applicability of these ideas.

Contextual Notes

Participants note the dependence of the discussed properties on the definitions of connectedness and local constancy, as well as the implications of symmetry in different mathematical contexts. The discussion does not resolve the mathematical steps involved in these generalizations.

Boorglar
Messages
210
Reaction score
10
It just occurred to me that induction can be seen as a statement quite analogous to that of "a function whose derivative is 0 on an interval is constant on that interval".

Suppose there is a property P about the natural numbers that we want to prove. Then let P: N -> {0, 1} be a function for which P(n) = 1 if P holds for n, and 0 otherwise.

Induction states that if one can show that P holds for 1, and that P holds for n+1 if P holds for n, then P holds for all natural numbers. But we can reinterpret this as saying that if P(1) = 1, and P(n+1)-P(n) = 0 (i.e. P is symmetric with respect to the successor operator), then P(n) = 1 for all n (i.e. it is constant on the set of natural numbers).

Here the "derivative" is the difference operator P(n+1) - P(n). The symmetry is the successor operator n -> n+1.
This is similar to how the derivative is related to infinitesimal translations, but in a discrete instead of continuous way.

So the inductive step means that P(n) is symmetric wrt translations (or the "Lie derivative" is 0), and so it is reasonable to believe that P should be constant. Then P(1) = 1 simply gives the value of this constant.

Is there any use of looking at induction this way? Could there be a generalization of induction on any set with a symmetry mapping in which differentiation (or difference) makes sense? It seems like induction could follow from some topological properties... After all, the statement about derivatives can be proven from the properties of real numbers
 
Physics news on Phys.org
Actually yes induction is equivalent to the well-ordering property of natural numbers (every set of natural numbers has a smallest element). This is analogous to the greatest lower bound property for reals (which is used to prove the mean value theorem).
 
Boorglar said:
But we can reinterpret this as saying that if P(1) = 1, and P(n+1)-P(n) = 0 (i.e. P is symmetric with respect to the successor operator), then P(n) = 1 for all n (i.e. it is constant on the set of natural numbers).

Actually, this statement is a little bit weaker than induction. Induction states that [itex](P(1) \wedge \forall n (P(n) \Rightarrow P(n+1))) \Rightarrow \forall n P(n)[/itex]. Your statement is equivalent to [itex](P(1) \wedge \forall n (P(n) \Leftrightarrow P(n+1))) \Rightarrow \forall n P(n)[/itex]. Note the iff.

That being said, your weaker statement does have a couple of easy generalizations outside of the well-ordering property. For instance, consider the following statement:

Let G be a connected graph, and P a predicate on the nodes of G. Suppose that there is a node x0 for which P(x0), and that for all pairs of adjacent nodes x and y, P(x) iff P(y). Then for all nodes x, P(x) holds.

Clearly, your weak induction property is just this statement applied to the graph formed from the natural numbers by inserting an edge between n and n+1 for every n. We can also consider this other statement:

Let X be a connected topological space, and P a predicate on X. Suppose that P is locally constant, meaning that for each x in X, there is an open neighborhood U of x such that for all y in U, P(y) iff P(x). Then if there is some x0 in X for which P(x0) holds, then P(x) holds for every x in x.

We can consider this statement to be a generalization of the previous one by declaring a subset U of the nodes of G to be open if every neighbor of a node in U is itself in U (this basically amounts to declaring the open sets in G to be disjoint unions of the connected components of G). So it seems that the generalization that you were looking for at the beginning is the idea that a locally constant function on a connected set is constant.
 
  • Like
Likes   Reactions: FactChecker
Actually, this statement is a little bit weaker than induction
Oh, I see you're right about the iff (instead of just one-way implication) in my reformulation (P(n+1)-P(n) = 0 means P(n+1) iff P(n)).

Let X be a connected topological space, and P a predicate on X. Suppose that P is locally constant, meaning that for each x in X, there is an open neighborhood U of x such that for all y in U, P(y) iff P(x). Then if there is some x0 in X for which P(x0) holds, then P(x) holds for every x in x.

That is interesting. Yes, this is the sort of generalization I was looking for. Out of curiosity, is this statement true? It certainly seems pretty general. Are there some proofs that make use of a similar idea? I know about double-inductive proofs (which induct on two integers at the same time); this is what led me to look for generalizations.
 
Yeah, it's true. The proof is pretty easy, simply note that [itex]\{x \in X: P(x)\}[/itex] is nonempty, open, and closed, so since X is connected, it must be all of X. This fact is the most commonly used way of proving that something is true on a connected domain.
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 4 ·
Replies
4
Views
4K
  • · Replies 9 ·
Replies
9
Views
4K
  • · Replies 17 ·
Replies
17
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 15 ·
Replies
15
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 9 ·
Replies
9
Views
3K