Skip to content

Commit

Permalink
iso
Browse files Browse the repository at this point in the history
  • Loading branch information
5HT committed Oct 30, 2023
1 parent 70a9f8e commit 3ab10a2
Show file tree
Hide file tree
Showing 17 changed files with 584 additions and 568 deletions.
16 changes: 8 additions & 8 deletions foundations/univalent/iso/index.html

Large diffs are not rendered by default.

20 changes: 18 additions & 2 deletions foundations/univalent/iso/index.pug
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,30 @@ block content
$$
+tex(true).
$$
\sum_{f:A\rightarrow B}
\sum_{g:B\rightarrow A}
\sum_{f:A\rightarrow B} \mathrm{isiso}_f
$$
+tex.
$\mathbf{Definition\ 9.1.1}$ (Isomorphism Path Predicate).
+tex(true).
$$
\mathrm{isiso}_f : U =_{def} \sum_{g:B\rightarrow A}
$$
+tex(true).
$$
\prod_{x:A}f\hspace{-0.1em}\cdot\hspace{-0.1em}g(x)\hspace{-0.3em}\equiv\hspace{-0.1em}x
\times \prod_{y:B}g\hspace{-0.1em}\cdot\hspace{-0.2em}f(y)\hspace{-0.1em}\equiv\hspace{-0.1em}y.
$$
+tex.
$\mathbf{Definition\ 9.1.2}$ (Isomorphism Homotopy Predicate).
+tex(true).
$$
\mathrm{isqinv}_f : U =_{def} \sum_{g:B\rightarrow A}
$$
+tex(true).
$$
\prod_{x:A}f\hspace{-0.1em}\cdot\hspace{-0.1em}g\hspace{-0.1em}\sim\hspace{-0.1em}\mathrm{id}_A
\times \prod_{y:B}g\hspace{-0.0em}\cdot\hspace{-0.2em}f\hspace{-0.1em}\sim\hspace{-0.1em}\mathrm{id}_B.
$$
+code.
def iso (A B: U) : U :=
Σ (f : A -> B) (g : B -> A)
Expand Down
66 changes: 33 additions & 33 deletions foundations/univalent/path/index.html

Large diffs are not rendered by default.

44 changes: 22 additions & 22 deletions intro/index.html

Large diffs are not rendered by default.

86 changes: 43 additions & 43 deletions mathematics/algebra/algebra/index.html

Large diffs are not rendered by default.

140 changes: 70 additions & 70 deletions mathematics/algebra/homology/index.html

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions mathematics/analysis/set/index.html

Large diffs are not rendered by default.

98 changes: 49 additions & 49 deletions mathematics/categories/category/index.html

Large diffs are not rendered by default.

158 changes: 79 additions & 79 deletions mathematics/categories/presheaf/index.html

Large diffs are not rendered by default.

208 changes: 104 additions & 104 deletions mathematics/categories/topos/index.html

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions mathematics/geometry/bundle/index.html

Large diffs are not rendered by default.

74 changes: 37 additions & 37 deletions mathematics/geometry/derham/index.html

Large diffs are not rendered by default.

44 changes: 22 additions & 22 deletions mathematics/homotopy/cw/index.html

Large diffs are not rendered by default.

78 changes: 39 additions & 39 deletions mathematics/homotopy/hopf/index.html

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions mathematics/homotopy/pullback/index.html

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions mathematics/homotopy/pushout/index.html

Large diffs are not rendered by default.

30 changes: 15 additions & 15 deletions spec/index.html

Large diffs are not rendered by default.

0 comments on commit 3ab10a2

Please sign in to comment.