Skip to content

Commit

Permalink
minor changes & dependency map
Browse files Browse the repository at this point in the history
  • Loading branch information
forked-from-1kasper committed Nov 20, 2023
1 parent 0655b19 commit 53d0bd9
Show file tree
Hide file tree
Showing 4 changed files with 505 additions and 513 deletions.
3 changes: 1 addition & 2 deletions GroundZero/HITs/Quotient.lean
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import GroundZero.HITs.Trunc
import GroundZero.HITs.Graph

open GroundZero.Types.Id (ap)
open GroundZero.Types.Equiv
Expand All @@ -9,7 +8,7 @@ open GroundZero.Types
open GroundZero

namespace GroundZero.HITs
universe u v w u' v'
universe u v w u' v' w'

hott def Quot {A : Type u} (R : A → A → Prop v) := ∥Graph (λ x y, (R x y).1)∥₀

Expand Down
2 changes: 1 addition & 1 deletion GroundZero/Types/Id.lean
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import GroundZero.Proto
namespace GroundZero.Types
universe u v

hott remark UIP {A : Type u} {a b : A} (p q : a = b) : Eq p q := Eq.refl p
hott remark UIP {A : Type u} {a b : A} (p q : Eq a b) : Eq p q := Eq.refl p

section
variable (A : Sort u)
Expand Down
3 changes: 1 addition & 2 deletions dependency-map.gv
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,7 @@ digraph dependency_map {
"HITs/Coequalizer",
"HITs/Colimit",
"HITs/Generalized",
"HITs/Pushout",
"HITs/Quotient"
"HITs/Pushout"
}
"HITs/Interval" -> {
"Cubical/Cubes",
Expand Down
Loading

0 comments on commit 53d0bd9

Please sign in to comment.