Comment by codebje
9 hours ago
The only difference of note, I think, is that you can't enumerate the elements. Instead of being able to say "for each element, ..." you'd have to say "for all elements, ...", like the example of vector length defined as an integral over the full number range.
To a mathematician “each” and “all” are synonyms.