Skip to content

Commit b10c117

Browse files
committed
wip
1 parent 3161e95 commit b10c117

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

foundations/mltt/pi/index.pug

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ block content
8080
h2 Elimination
8181

8282
+tex.
83-
$\mathbf{Definition\ 1.3}$ ($\Pi$-Induction Principle). States that
84-
if predicate holds for lambda function
83+
$\mathbf{Definition\ 1.3}$ ($\Pi$-Induction Principle).
84+
States that if predicate holds for lambda function
8585
then there is a function from function space to the space of predicate.
8686
+code.
8787
def П-ind (A : U) (B : A -> U)
@@ -190,8 +190,8 @@ block content
190190
br.
191191

192192
+tex.
193-
$\mathbf{Theorem\ 1.10}$ (Contractability). If domain and codomain is contractible then
194-
the space of sections is contractible.
193+
$\mathbf{Theorem\ 1.10}$ (Contractability).
194+
If domain and codomain is contractible then the space of sections is contractible.
195195

196196
+code.
197197
def piIsContr (A: U) (B: A -> U) (u: isContr A)

foundations/mltt/sigma/index.pug

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ block content
3434
h2 Formation
3535

3636
+tex.
37-
$\mathbf{Definition\ 2.1}$ ($\Sigma$-Formation, Dependent Sum). The dependent sum
38-
type is indexed over type $A$ in the sense of coproduct or disjoint union,
37+
$\mathbf{Definition\ 2.1}$ ($\Sigma$-Formation, Dependent Sum).
38+
The dependent sum type is indexed over type $A$ in the sense of coproduct or disjoint union,
3939
where only one fiber codomain $B(x)$ is present in pair.
4040
+tex(true).
4141
$$

0 commit comments

Comments
 (0)