Skip to content

Commit e3eebeb

Browse files
committed
📚 Delivery for 2020-06-21 4
1 parent 71d22f2 commit e3eebeb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

thesis/abstract.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
\section*{Abstract}
22
\pagenumbering{roman}
33

4-
Homotopy type theory is a relatively new field which results from the surprising blend of algebraic topology (\textit{homotopy}) and type theory (\textit{type}), that tries to serve as a theoretical base for theorem proving software.
4+
Homotopy type theory is a relatively new field which results from the surprising blend of algebraic topology (\textit{homotopy}) and type theory (\textit{type}), that tries to serve as a theoretical base for theorem-proving software.
55
This setting is particularly suitable for synthetic homotopy theory.
66

77
In this work, we describe how the programming language Agda can be used for proof verification, by examining the construction of the fundamental group of the circle $\mathbb{S}^{1}$.

thesis/contents/0-intro/0-intro.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ This is just a set of numbers that, by definition, are all the even natural numb
3333
We can name this set $E$, then forget about how it was defined, and we would lose the notion that it is the set of even naturals.
3434
In fact, by writing $\{0,2,4,6,8,...\}$ we could describe that same set without using the notion of evenness.
3535

36-
The second could be expressed as $\forall n \in \naturals \quad n \in E \iff 2 \mid n$.
36+
The second could be expressed as $\forall n \in \naturals,\, n \in E \iff 2 \mid n$.
3737
This assertion is expressed using predicative logic, it is not an object in the same sense as $E$.
3838

3939
In type theory, we record the properties we care about of objects in the objects themselves.

0 commit comments

Comments
 (0)