Lecture 03 — Primitive

COLLECTION

The recognition that discrete, countable entities exist. The cognitive foundation of sets, cardinality, and the mole.

A balanced chemical equation:

2 H₂ + O₂ → 2 H₂O

The coefficients — 2, 1, 2 — are counts. Chemistry is built on counting.

PART I

From Numbers to Collections

1.1 What Lecture 2 Established

The previous lecture traced the hierarchy of number systems:

Natural numbers (ℕ) emerged first — the counting numbers. Integers (ℤ) extended counting to include negatives. Rationals (ℚ) arose from division. Reals (ℝ) filled the gaps. Complex numbers (ℂ) completed the algebraic picture.

But the foundation — the natural numbers — arose from something more basic than algebra. The natural numbers formalize counting. And counting requires something to count.

1.2 The Question Behind Numbers

What does it mean to count?

Consider: you have three apples. You point to each in turn and say "one, two, three." The number three is the result. You have established a one-to-one correspondence between apples and the words {one, two, three}.

This presupposes something: you must first perceive the apples as discrete, countable units. The visual scene must be parsed into bounded objects before enumeration can begin.

Object individuation is the prerequisite for counting. You cannot count a continuous gradient. You can only count discrete units.

The natural numbers formalize counting. Sets formalize the collections being counted. COLLECTION, as a cognitive primitive, is the perception that discrete countable units exist.

PART II

The Cognitive Basis of Collection

2.1 Individuation

The sensory stream is continuous. Light gradients, pressure variations, acoustic waveforms — none come pre-divided into objects. The parsing of experience into discrete entities is accomplished by the perceptual system, beginning in infancy.

By 4 months, human infants represent bounded objects that persist through brief occlusion. By 12 months, infants use shape differences to distinguish object kinds.

Sortal concepts specify individuation criteria. Different sortals parse the same matter differently:

SortalWhat counts as one?
AtomOne nucleus + electrons
MoleculeOne bonded assembly
Formula unitOne NaCl pair (ionic)
Mole6.022 × 10²³ of the above

The mole is a second-order counting unit — it counts counts.

2.2 Two Systems for Numerosity

Humans (and many other animals) possess two distinct systems for perceiving quantity.

Subitizing

Immediate, exact perception of small quantities (1-4 items). Flash four dots on a screen for 200 milliseconds. You know there are four — instantly, without counting. Flash seven dots and you must either count or estimate.

Subitizing Boundary
Press START to begin

The subitizing boundary at ~4 reflects a limit on parallel object tracking.

Approximate Number System (ANS)

Ratio-dependent estimation of larger quantities. The ANS follows Weber's law: discrimination accuracy depends on the ratio between quantities. Distinguishing 8 from 16 is easy (ratio 1:2). Distinguishing 8 from 9 is hard (ratio 8:9).

Weber's Law — Ratio Dependence
Click a button to guess
Ratio will be shown

Accuracy depends on ratio, not absolute difference.

2.3 From Perception to Symbol

The ANS and subitizing provide approximate or limited-range numerosity perception. Exact enumeration of large quantities requires external scaffolding: tallies, words, numerals.

The oldest known tally marks are approximately 44,000 years old — notches carved on a baboon fibula. Tally marks implement one-to-one correspondence physically: one notch per day, one mark per animal.

Number words formalize tally systems linguistically. Written numerals abstract further. The Hindu-Arabic system (0-9 in positional notation) enables representation of arbitrarily large numbers with a finite symbol set.

PART III

Sets — The Formalization

3.1 What Is a Set?

A set is a collection of distinct objects considered as a single mathematical entity.

Notation:
{a, b, c} — the set containing a, b, and c
x ∈ S — x is an element of S
x ∉ S — x is not an element of S
|S| — the cardinality of S

Examples:

3.2 Set Operations

Set Operations
A ∪ B
Elements in A or B (or both)
Set Operations:
Union: A ∪ B = {x : x ∈ A or x ∈ B}
Intersection: A ∩ B = {x : x ∈ A and x ∈ B}
Difference: A − B = {x : x ∈ A and x ∉ B}
Complement: Aᶜ = {x : x ∉ A}

3.3 The Power Set

The power set P(S) is the set of all subsets of S.

If S = {a, b}, then P(S) = {∅, {a}, {b}, {a, b}} — four subsets.

|P(S)| = 2ⁿ
Each element is either included or excluded — two choices per element, n elements total.
n2ⁿ
01
38
101,024
201,048,576
PART IV

Combinatorics — Counting Arrangements

4.1 The Factorial

Given n distinct objects, how many ways can they be arranged in sequence?

For the first position: n choices. For the second: n − 1 remaining. For the third: n − 2. And so on.

n! = n × (n−1) × (n−2) × ... × 2 × 1
The factorial counts permutations of n distinct objects.
nn!
11
36
5120
103,628,800
202.43 × 10¹⁸

Factorials grow faster than exponentials. This rapid growth underlies the combinatorial explosion in chemical structure enumeration.

4.2 Permutations and Combinations

P(n,k) = n!/(n−k)!
Permutation: Ordered arrangements of k objects from n. Order matters.
C(n,k) = n!/[k!(n−k)!]
Combination: Unordered selections of k objects from n. Order does not matter.

Example: A committee of 3 from 10 people. Order does not matter. Use combinations: C(10,3) = 120.

Example: Gold, silver, bronze medals for 10 competitors. Order matters. Use permutations: P(10,3) = 720.

4.3 Isomer Enumeration

The molecular formula C₄H₁₀ corresponds to two structural isomers. C₁₀H₂₂ has 75 isomers. C₄₀H₈₂ has over 62 trillion.

Isomer Counting — Alkanes CₙH₂ₙ₊₂
4
2 isomers
C₄H₁₀

Combinatorial explosion: small increases in n yield huge increases in isomer count.

PART V

Collection in Chemistry

5.1 The Mole

Chemistry operates at scales where direct counting is impossible. A drop of water contains approximately 10²¹ molecules. Counting at one molecule per second would take ~30 trillion years.

The mole is a counting unit scaled for chemical quantities.

1 mol = 6.02214076 × 10²³ entities
Avogadro's constant Nₐ connects the atomic mass unit to the gram.
QuantityAtomic scaleMolar scale
Mass12 u (one ¹²C atom)12 g (one mole ¹²C)
Number1 atom6.022 × 10²³ atoms

5.2 Counting by Weighing

Atoms cannot be counted directly. But they can be weighed. The mole provides the conversion factor.

n = m/M
n = amount (mol), m = mass (g), M = molar mass (g/mol)

5.3 Stoichiometry

Stoichiometry applies counting to chemical reactions.

Stoichiometry — Scale Invariance
molecules
2 H₂ + 1 O₂ → 2 H₂O
4 u + 32 u → 36 u

The ratio is constant across scales. Stoichiometry is counting.

Every stoichiometry problem is a counting problem:

  1. Convert mass to moles (count)
  2. Apply mole ratio (counting ratio)
  3. Convert back to mass if needed
PART VI

Formal Definitions

Core Concepts

Set
A collection of distinct objects (elements). Notation: {a, b, c}.
Cardinality (|S|)
The number of elements in set S.
Natural numbers (ℕ)
{0, 1, 2, 3, ...} or {1, 2, 3, ...}. The counting numbers.
Factorial (n!)
n × (n−1) × ... × 1. Counts arrangements of n objects.
Permutation P(n,k)
n!/(n−k)!. Ordered arrangements of k from n.
Combination C(n,k)
n!/[k!(n−k)!]. Unordered selections of k from n.
Mole (mol)
SI unit of amount. Contains 6.02214076 × 10²³ entities.
Avogadro constant (Nₐ)
6.02214076 × 10²³ mol⁻¹.
Molar mass (M)
Mass per mole in g/mol.
Stoichiometry
Quantitative relations in chemical reactions via mole ratios.
PART VII

Forward

What COLLECTION Establishes

COLLECTION is the recognition that the world contains discrete, countable entities. This recognition is cognitively primitive — infants and animals individuate objects and perceive numerosity without symbolic training.

Formalization yields:

What Comes Next

With COLLECTION established, we can ask about the properties of the things collected.

Lecture 4 (DIRECTION): Molecules have geometry. Bonds point somewhere. The water molecule's bond angle is 104.5°. Describing "where bonds point" requires the concept of direction, formalized as vectors.

COLLECTION → "How many atoms?"
DIRECTION → "Which way do they point?"

The transition from counting to geometry is the transition from sets to vectors — from cardinality to orientation.

Endnotes

[1] Spelke, E. (1990), "Principles of object perception," Cognitive Science 14:29-56.
[2] Baillargeon, R. (2004), "Infants' physical world," Current Directions in Psychological Science 13:89-94.
[3] Xu, F., & Carey, S. (1996), "Infants' metaphysics: The case of numerical identity," Cognitive Psychology 30:111-153.
[4] Kaufman, E., Lord, M., Reese, T., & Volkmann, J. (1949), "The discrimination of visual number," American Journal of Psychology 62:498-525.
[5] Piazza, M., et al. (2011), "Subitizing reflects visuo-spatial object individuation capacity," Cognition 121:147-153.
[6] Halberda, J., & Feigenson, L. (2008), "Developmental change in the acuity of the 'Number Sense'," Developmental Psychology 44:1457-1465.
[7] Feigenson, L., Dehaene, S., & Spelke, E. (2004), "Core systems of number," Trends in Cognitive Sciences 8:307-314.
[8] d'Errico, F., et al. (2012), "Early evidence of San material culture," PNAS 109:13214-13219.
[9] de Heinzelin, J. (1962), "Ishango," Scientific American 206:105-116.
[10] Ifrah, G. (2000), The Universal History of Numbers, Wiley.
[11] Cantor, G. (1874), "Über eine Eigenschaft des Inbegriffes aller reellen algebraischen Zahlen," J. reine angew. Math. 77:258-262.
[12] Cantor's diagonal argument demonstrates ℝ is uncountable. See Enderton, H. (1977), Elements of Set Theory.
[13] Sloane, N.J.A., "A000602: Number of n-node unrooted quartic trees," OEIS.
[14] Pólya, G. (1937), "Kombinatorische Anzahlbestimmungen für Gruppen, Graphen und chemische Verbindungen," Acta Math. 68:145-254.
[15] One mole of water ≈ 18 mL. One drop ≈ 0.05 mL ≈ 1.7 × 10²¹ molecules.