You are here |
explained-from-first-principles.com | ||
| | | |
argumatronic.com
|
|
| | | | Occasional writings about Haskell. | |
| | | |
andrea.corbellini.name
|
|
| | | | ||
| | | |
www.jeremykun.com
|
|
| | | | The study of groups is often one's first foray into advanced mathematics. In the naivete of set theory one develops tools for describing basic objects, and through a first run at analysis one develops a certain dexterity for manipulating symbols and definitions. But it is not until the study of groups that one must step back and inspect the larger picture. The main point of that picture (and indeed the main point of a group) is that algebraic structure can be found in the most unalgebraic of settings. | |
| | | |
homotopytypetheory.org
|
|
| | I was asked about my proof showing that positive h-levels are closed under W (assuming extensionality), so I decided to write a short note about it. W-types are defined inductively as follows (using Agda notation): data W (A : Set) (B : A ? Set) : Set where sup : (x : A) ? (B... |