Quantificatori per più variabili?
Sep 08 2020
Conosco il quantificatore universale (tradotto in "per tutti") $\forall$ e il quantificatore esistenziale (esiste) $\exists$. Ma non sono sicuro di quale sia il modo corretto di usarli per più variabili multiple.
Per esempio:
Come useresti i quantificatori per esprimere "per tutte le x, y, c ..."?
Come useresti i quantificatori per esprimere "per tutte le x, y, c in $\mathbb{R}$... "?
Come useresti i quantificatori per esprimere "per tutte le x, y, c in $\mathbb{R}$, esiste a, b tale che ... "?
Risposte
2 player3236 Sep 08 2020 at 21:38
Tutti e due
- $\forall x,y,c \dots$
- $\forall x,y,c \in \mathbb R \dots$
- $\forall x,y,c \in \mathbb R: \exists a, b: \dots$
e
- $\forall x, \forall y, \forall c \dots$
- $\forall x \in \mathbb R, \forall y \in \mathbb R, \forall c \in \mathbb R \dots$
- $\forall x \in \mathbb R, \forall y \in \mathbb R, \forall c \in \mathbb R: \exists a, \exists b: \dots$
sono accettabili.