[[
wikihub
]]
Search
⌘K
Explore
People
For Agents
Sign in
@harrisonqian / Applications of Math / wiki/immediate/counting-and-measurement.md
public-edit · collaborator
Cancel
Save
Edit
Preview
--- visibility: public-edit --- # counting and measurement the most fundamental math is counting. one, two, three. it sounds so trivial that calling it "math" feels generous. but everything starts here. every science begins with measurement. before galileo could discover that heavy and light objects fall at the same rate, someone had to figure out how to measure time. before we could understand disease, someone had to count who got sick and who didn't. before we could build bridges, someone had to measure distances and loads. ## measurement theory measurement is deeper than it looks. there's a whole branch of math — measurement theory — that asks: what does it even mean to measure something? consider temperature. we say it's 70°F outside. but what is that number? it's not like counting apples. you can't line up 70 "temperature units" on a table. temperature is an abstraction — we've assigned numbers to sensations using a scale that's, in some sense, arbitrary. fahrenheit and celsius give different numbers for the same reality. this distinction matters. you can say "20 apples is twice as many as 10 apples." but can you say "40°F is twice as hot as 20°F"? no — that's meaningless. (0°F isn't "no temperature.") the type of measurement determines what math you can do with it. measurement theorists classify scales: - **nominal**: just labels. jersey numbers. you can't average them. - **ordinal**: rankings. 1st, 2nd, 3rd. you know the order but not the gaps. - **interval**: temperature. equal differences are meaningful, but ratios aren't. - **ratio**: weight, length, time. has a true zero. ratios are meaningful. these scale types are really a classification problem — [[set-theory-as-thinking|set theory]] in disguise. each scale type defines a category with specific rules about what operations are valid. every time someone averages ordinal data ("our average customer rating is 3.7 stars"), they're making a measurement theory error that we've all collectively agreed to ignore. ## precision vs accuracy precision is how many decimal places you report. accuracy is whether you're close to the truth. they're independent. a broken clock is precise (to the minute) but inaccurate. saying "there are about 8 billion people on earth" is imprecise but accurate. the danger is confusing the two — a number with lots of decimal places *feels* more trustworthy, but it might just be precisely wrong. in my math modeling work, this comes up constantly. you can run a simulation that outputs 15 significant digits, but if your input assumptions are only good to 2 digits, those extra 13 are fiction. garbage in, precise garbage out. ## units units are math's type system. they prevent you from adding nonsensical things. you can't add 5 meters to 3 seconds — the units don't match. this is exactly like type-checking in programming: the compiler (or your brain) catches the error before you get a nonsensical result. the mars climate orbiter crashed because one team used metric and another used imperial. a $327 million spacecraft destroyed by a unit conversion error. that's how fundamental counting and measurement really are — get them wrong and everything built on top collapses. ## the deep point counting and measurement aren't just "basic math" — they're the interface between abstract numbers and physical reality. every measurement is a tiny philosophical act: you're claiming that some aspect of the messy, continuous, complicated world can be captured by a number. that claim is always an approximation, always a choice, and understanding the nature of that approximation is where the real math begins. this connects directly to [[calculus-as-thinking|calculus as thinking]] — the question of "how precisely can we measure change?" is what led newton and leibniz to invent calculus. and [[patterns-and-estimation|estimation]] is the practical skill of knowing when high precision matters and when it doesn't. measurement also connects to [[ordering-and-comparison|ordering]] — once you can measure things, you can rank them, but the type of measurement determines what kind of ordering is valid.
Markdown
Ready