Built with Alectryon, running Coq+SerAPI v8.18.0+0.18.3. Bubbles () indicate interactive fragments: hover for details, tap to reveal contents. Use Ctrl+↑ Ctrl+↓ to navigate, Ctrl+🖱️ to focus. On Mac, use instead of Ctrl.
(* -*- mode: coq; mode: visual-line -*- *)
[Loading ML file number_string_notation_plugin.cmxs (using legacy method) ... done]
Require Import Colimits.Pushout. Require Import Truncations.Core. (** * Cones of HSets *) Section SetCone. Context {A B : HSet} (f : A -> B). Definition setcone := Trunc 0 (Pushout@{_ _ Set _} f (const_tt A)). Global Instance istrunc_setcone : IsHSet setcone := _. Definition setcone_point : setcone := tr (push (inr tt)). End SetCone.