Simple math of everything

From Lesswrongwiki

Jump to: navigation, search

But for people who can read calculus, and sometimes just plain algebra, the drop-dead basic mathematics of a field may not take that long to learn. And it's likely to change your outlook on life more than the math-free popularizations or the highly technical math.

Computer science

Amdahl's law

Relates the speedup of a sub-task to the resulting speedup of the whole. Trivially true, but often needed to knock down false intuition.

Asymptotic notation

Used to abstract away units and fixed overhead when analyzing resource usage.

Deterministic finite state automata

Traditional square one of theoretical computer science, with many practical applications.

The pumping lemma for regular languages

Illustrates many recurring themes. Understanding the proof and usage of the pumping lemma will help you understand and apply more famous, advanced results (e.g. anything involving Turing Machines).

Cantor's diagonal argument

An astonishingly elegant technique for proving certain kinds of theorems. Originally introduced by the mathematician Georg Cantor to show that the set of real numbers is uncountable – that is, there is no one-to-one correspondence between real numbers and natural numbers, but was later found to generalize to several other contexts. Perhaps the most notable uses of this technique, in addition to Cantor's proof, are Alan Turing's answer to the Halting problem, and Gödel's proof of his famous first incompleteness theorem.

Links

Books

Videos

  • Khan Academy 800+ Youtube videos covering everything from basic arithmetic and algebra to differential equations, physics, and finance

Blog posts

See also