Compare commits

..

No commits in common. "81fb1d0c773de1473a5d860311ac2469da100e38" and "1a06c10bb5ae754df7138605bf34bff4269449a0" have entirely different histories.

8 changed files with 6 additions and 13 deletions

3
.gitignore vendored
View file

@ -4,5 +4,4 @@ node_modules
logseq
!logseq/custom.edn
!logseq/custom.css
.pijul
!logseq/custom.css

View file

@ -1,2 +0,0 @@
.git
.DS_Store

Binary file not shown.

View file

@ -1,5 +1,5 @@
\RequirePackage{fix-cm}
\def\OPTpagesize{6in,9in} % Page size
\def\OPTpagesize{4.8in,7.9in} % Page size
\documentclass[12pt]{report}
\usepackage[hyphens]{url}
\usepackage[

View file

@ -17,9 +17,7 @@ module lemma211 where
module lemma212 where
lemma : {A : Type l} {x y z : A} x y y z x z
lemma {x = x} p q i = hcomp
(λ j λ { (i = i0) x ; (i = i1) q j })
(p i)
lemma {x = x} p q i = hcomp (λ j λ { (i = i0) x ; (i = i1) q j }) (p i)
module lemma214 where
private

View file

@ -480,4 +480,6 @@ module Pushout where
Pushout : {A B C : Set} → (f : C → A) → (g : C → B) → Set
syntax Pushout A B C = A ⊔[ C ] B
```
```
## asdf

View file

@ -1,4 +0,0 @@
{-# OPTIONS --cubical --safe #-}
module VanDoornDissertation.HoTT.LongExactSequence where