Skip to content

Commit

Permalink
Update src/set-theory/countable-sets.lagda.md
Browse files Browse the repository at this point in the history
Co-authored-by: Egbert Rijke <[email protected]>
  • Loading branch information
fredrik-bakke and EgbertRijke authored Oct 9, 2023
1 parent 15458ff commit 2ec50ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/set-theory/countable-sets.lagda.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,8 @@ module _

decidable-subprojection-ℕ-enumeration :
enumeration X decidable-subprojection-ℕ X
pr1 (pr1 (decidable-subprojection-ℕ-enumeration (f , H)) n) = f n ≠ inr star
pr1 (pr1 (decidable-subprojection-ℕ-enumeration (f , H)) n) =
f n ≠ inr star
pr1 (pr2 (pr1 (decidable-subprojection-ℕ-enumeration (f , H)) n)) =
is-prop-neg
pr2 (pr2 (pr1 (decidable-subprojection-ℕ-enumeration (f , H)) n)) =
Expand Down

0 comments on commit 2ec50ea

Please sign in to comment.