Skip to content

Commit

Permalink
Actualizar resumen.tex
Browse files Browse the repository at this point in the history
  • Loading branch information
tomihq authored Jul 16, 2024
1 parent f26180b commit ef8e3a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resumen.tex
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ \subsection*{Cuantificadores}
Algunos ejemplos utilizando cuantificadores
\begin{itemize}
\item $\forall x \in A \ \symbol{92} \ x \% 2 = 0$ (Todos pares en A)
\item $\neg \ \exists x \in A \ \symbol{92} x \% 2 \neq 0$ (No existe ningún impar en A)
\item $\neg \ \exists x \in A \ \symbol{92} \ x \% 2 \neq 0$ (No existe ningún impar en A)
\item $ \exists x \in A \ \symbol{92} x = 4$ (Existe un elemento en A que es exactamente 4)
\end{itemize}

Expand Down

0 comments on commit ef8e3a1

Please sign in to comment.