Make definition of ε-net use zero-based indexing#1183
Make definition of ε-net use zero-based indexing#1183Bolpat wants to merge 2 commits intoHoTT:masterfrom
Conversation
|
Hmm, I actually prefer it the current way. The way it is currently, n is the length of the finite list of points forming the epsilon-net, and when n=0 the list is empty. I would prefer to change the proof of 11.5.6 to say |
|
The zero-based indexing is also used in:
After taking a closer look, for
What do you think of this? |
|
I don't think there is any need to change the notation by introducing vectors; Remark 11.5.4 is sufficient as a nod towards precision. This is informal type theory after all. (-: |
|
I also don't think it's necessary to add k>0 to the statements: since we already aren't explicitly mentioning what type k belongs to, it might as well be the type of positive integers. |
Sounds big, but it’s basically just a typo. Zero-based indexing is actually used later when an$ε$ -net is defined as
in the proof of Theorem 11.5.6.$\mathbb N$ contains $0$ .
And it makes sense considering