Skip to content

Commit 772c355

Browse files
committed
added a missing exercise
1 parent 2d483ea commit 772c355

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

01-introduction-to-hott/solutionsMevenLennonBertrand.v

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,13 @@ Section Part_4_Equivalences.
266266
the fact that q : A → Q is the propositional truncation of A.
267267
*)
268268

269+
Definition IsPropTrunc (A Q : Type) (q : A -> Q) :=
270+
forall P : hProp, IsEquiv (fun f : Q -> P => f ∘ q).
271+
272+
Theorem univ_trunc (A : Type) : (IsPropTrunc A (Trunc (-1) A) tr).
273+
Proof.
274+
Admitted.
275+
269276
End Exercise_4_2.
270277

271278
End Part_4_Equivalences.

0 commit comments

Comments
 (0)