Sim­ple Math of Everything

WikiLast edit: 6 Sep 2014 12:14 UTC by Paul Crowley

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.

Books

Videos

Blog posts

See also

No comments.