I’ve been thinking of ways to improve my self-learning techniques in mathematics. Specifically, how to best “learn” definitions without resorting to memorizing them.
I have thought of one approach so far, and I would like to get some feedback on its potential limitations and how this approach can be improved. If this approach is already known, a name for it would also be appreciated.
Before explaining my approach, I will assume that a mathematical definition can be expressed in the following format:
We say that X is Y if condition A, condition B, ..., and condition Z are satisfied.
where condition A, condition B, ..., and condition Z either evaluate to True or False depending on the nature of object X, and Y is the name given to object X if all these conditions are satisfied.
For example, in the context of sequences, the definition of a bounded sequence can be expressed as:
We say that a sequence $a_n$ (X) is bounded (Y) if there exists a $M \in \mathbb R$ such that for every $n \in \mathbb N$, $|a_n| \leq M$ (condition A)
where "sequence $a_n$" is the object X, "bounded" is Y, and "there exists a $M \in \mathbb R$ such that for every $n \in \mathbb N$, $|a_n| \leq M$" is condition A.
Then, my self-learning approach consists of the following two steps:
- Given a mathematical definition, identify the conditions A, B, ..., and Z in the definition.
For example, given a set $X$ and a collection of subsets $\mathcal F$ of $X$, we call $\mathcal F$ an algebra over $X$ if it satisfies the following 3 conditions:
(a) Closed under complements in $X$.
(b) Contains the empty set.
(c) Closed under finite unions.
(a), (b), and (c) are the conditions we are looking for.
- Once the conditions have been identified, construct examples that satisfy different combinations of these conditions.
In the example above for an algebra $\mathcal F$ over $X$, we first construct a set $X$ and a corresponding collection of subsets $\mathcal F$ of $X$ that satisfy conditions (a), (b), and (c).
Then, we construct concrete examples that satisfy condition (a) but not conditions (b) and (c), other examples that satisfy conditions (a) and (b) but not condition (c), other examples that satisfy condition (b) but not (a) and (c), and so on. That is, we construct examples that are not algebras over $X$ by satisfying a combination of the conditions but not all of them. As another example, we can also choose to satisfy none of these conditions.
I believe this approach helps with internalizing/remembering a definition without the need to explicitly memorize it. However, I may be wrong.