Skip to content

Commit

Permalink
fix brackets in exercise 2.14
Browse files Browse the repository at this point in the history
Co-authored-by: Dan Christensen <[email protected]>
  • Loading branch information
Theongck and jdchristensen authored Jan 9, 2025
1 parent 04a87ea commit d4a8621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/HoTTBookExercises.v
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@ Definition Book_2_13 := @HoTT.Types.Bool.equiv_bool_aut_bool.
(* ================================================== ex:equality-reflection *)
(** Exercise 2.14 *)

(** Assuming the equality reflection rule, given any [q : x = y], [x] and [y] are definitionally equal, so [q] and [refl_x] have the same type [x = x]. We can form the type [forall x y, forall q, q = refl_x]. A path induction produces an element r, with [(r x x p) : p = refl_x], which is also definitional by the equality reflection rule. *)
(** Assuming the equality reflection rule, given any [q : x = y], [x] and [y] are definitionally equal, so [q] and [refl_x] have the same type [x = x]. We can form the type [forall x y, forall q, q = refl_x]. A path induction produces an element [r], with [r x x p : p = refl_x], which is also definitional by the equality reflection rule. *)

(* ================================================== ex:strengthen-transport-is-ap *)
(** Exercise 2.15 *)
Expand Down

0 comments on commit d4a8621

Please sign in to comment.