Skip to content

Commit

Permalink
added a missing exercise
Browse files Browse the repository at this point in the history
  • Loading branch information
MevenBertrand committed Apr 16, 2021
1 parent 9550fe4 commit 28788f5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions 01-introduction-to-hott/solutionsMevenLennonBertrand.v
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,13 @@ Section Part_4_Equivalences.
the fact that q : A → Q is the propositional truncation of A.
*)

Definition IsPropTrunc (A Q : Type) (q : A -> Q) :=
forall P : hProp, IsEquiv (fun f : Q -> P => f ∘ q).

Theorem univ_trunc (A : Type) : (IsPropTrunc A (Trunc (-1) A) tr).
Proof.
Admitted.

End Exercise_4_2.

End Part_4_Equivalences.
Expand Down

0 comments on commit 28788f5

Please sign in to comment.