File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff 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 $$
You can’t perform that action at this time.
0 commit comments