In my previous post on curricular coherence I talked about how the principle of logical sequencing can determine the ordering of a set of topics. Since time is one-dimensional, and curriculum occurs over time, some principle for ordering is necessary. However, mathematics is not a linearly ordered set of topics; it is better viewed as a network. In this post I’d like to talk about deep structures. A deep structure is, roughly speaking, a node in the network of mathematical knowledge with many connections. Of course, this is not a precise definition; the organization of the subject into a network is to a certain extent a matter of judgment and preference, although some connections are dictated by the principle of logical sequencing. However, this will serve for a start in describing the principle of evolution from particulars to deep structures.
I’ll talk about two ways in which the such evolution occurs: extension and encapsulation. Extension is a process by which a particular principle is repeatedly applied to ever broader systems, thus revealing its nature as a deep structure. Encapsulation is a process by which a related array of concepts and skills becomes encapsulated into a single compound concept or skill.
Extension is exemplified in the way that arithmetic with whole numbers is extended to fractions, integers, and rational numbers through a program of preserving the properties of operations. The fact that
A good example of encapsulation is the development of fractions. The standard 3.NF.A.1 expects students to “Understand a fraction
Encapsulation builds coherence by tying what were previously disparate ideas and actions into a tightly connected structured bundle which becomes viewed as an object in its own right.
An important type of encapsulation is the evolution of representations. Mature representations are a form of encapsulation, and should be developed through a sequence of intermediate representations whose structural features preserve information about the object being represented. In early grades students might start with pictorial representations; but even then the picture should be more than a picture: it should carry information about the situation. Over time, such pictures evolve into more abstract diagrammatic representations, and eventually these diagrams are replaced by even more abstract representations such as tables and equations. The figure shows such an evolution for representations of proportional relationships in middle school. That final equation
The thought process described here seems to mirror the structure of computer systems development. The systems engineer maps related functions in layers and then automates them. Connecting thought processes within mathematics to those in 21st century careers could be helpful for HS teachers trying to establish relevance. Thanks for the food for thought.
Two things:
(*) Bill’s story of encapsulation is mirrored in the story of encapsulation of functions in HS. Ask a second grader “what’s 1/2?” and you’ll usually get “half of what?” Ask a HS sophomore “what’s cosine?” and you often hear “cosine of what?”. These operators need to be encapsulated into \emph{things} in order to use them as inputs to other higher order operations, like addition of fractions or derivatives of functions. Common Core makes explicit this journey from process to object, a journey that takes time and attention in school mathematics.
(*) There’s a substantial intersection of the use of encapsulation between mathematics and computer science. One of the most elegant treatment of this intersection is the classic CS book “Structure and Interpretation of Computer Programs” by Ableson and Sussman:
https://mitpress.mit.edu/sicp/full-text/book/book.html
SCIP is a treatment of computational thinking, but it’s one of the best sources for mathematical thinking that I’ve ever read.
—Al