#How do you write conditions in quantifiers?
16 messages · Page 1 of 1 (latest)
$n \in
{1, \dots, 5}
{k \in \mathbb{N}, \setminus n \leq 5}
\mathbb{N}_5 \ \text{(if you define that notation, it's not standard)}
[1, 5] \cap \mathbb{N} \ \text{(bit dirty, to be avoided in general)}
[\vert 1, 5 \vert ]$
themateo713
Compile Error! Click the
reaction for more information.
(You may edit your message to recompile.)
In the last, the vertical bars are inside the brackets, but I can't type that
thanks, the second option seems the most straightforward to me
i forgot about that notation lol
French notation though, idk if it's standard elsewhere
though what does the k do here?
Meant k <= 5
Obviously
Could replace it with n as well
Since it's a silent variable, it doesn't matter
oh ok cool
.solved