Skip to content

sets.tex#11

Merged
jonasagx merged 20 commits intomainfrom
GGG710-patch-2
Jul 4, 2024
Merged

sets.tex#11
jonasagx merged 20 commits intomainfrom
GGG710-patch-2

Conversation

@GGG710
Copy link
Copy Markdown
Collaborator

@GGG710 GGG710 commented Apr 4, 2024

No description provided.

@jonasagx
Copy link
Copy Markdown
Owner

jonasagx commented Apr 5, 2024

@GGG710 a compilacao ta falhando com o mesmo erro:

/book/sets/sets.tex:33: LaTeX Error: Unicode character ​ (U+200B)
               not set up for use with LaTeX.

Comment thread book/sets/sets.tex Outdated
\end{exercise}

We will avoid referring explicitly to the universal set $\mathcal{U}$ whenever possible, but it will always be there in the background. This is convenient because we no longer need to worry about the domain of discourse of free variables (as we did in \Cref{defPredicate}), so that we can abbreviate `$\forall x \in \mathcal{U},\, p(x)$' by `$\forall x,\, p(x)$', and `$\exists x \in \mathcal{U},\, p(x)$' by `$\exists x,\, p(x)$'.
Evitaremos nos referir explicitamente ao conjunto universal $\mathcal{U}$ sempre que possível, mas ele sempre estará lá em segundo plano. Isto é conveniente porque não precisamos mais nos preocupar com o domínio de discurso das variáveis ​​livres (como fizemos em \Cref{defPredicate}), para que possamos abreviar `$\forall x \in \mathcal{U},\, p(x)$' por `$\forall x,\, p(x)$', and `$\exists x \in \mathcal{U},\, p(x)$' by `$\exists x,\, p(x)$'.
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

faltou traduzir and

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

by

Comment thread book/sets/sets.tex Outdated
Comment on lines 37 to 38
\item $\forall x \in X,\, p(x)$ is logically equivalent to $\forall x,\, (x \in X \Rightarrow p(x))$; and
\item $\exists x \in X,\, p(x)$ is logically equivalent to $\exists x,\, (x \in X \wedge p(x))$.
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Essas duas linhas nao foram traduzidas

Comment thread book/sets/sets.tex Outdated

\textbf{Lists.}\index{list notation}
One way is simply to provide a \textbf{list} of the elements of the set. To specify that the list denotes a set, we enclose the list with $\{$curly brackets$\}$\nindex{set}{$\{ \cdots \}$}{set notation} \inlatex{\{,\textbackslash{}\}}\lindexmmc{\{\dots\textbackslash{}\}}{$\{\dots\}$}. For example, the following is a specification of a set $X$, whose elements are the natural numbers between $0$ and $5$ (inclusive):
Uma maneira é simplesmente fornecer uma \textbf{lista} dos elementos do conjunto. Para especificar que a lista denota um conjunto, colocamos a lista entre $\{$colchetes$\}$\nindex{set}{$\{ \cdots \}$}{set notation} \inlatex{\{,\ barra de texto{}\}}\lindexmmc{\{\dots\textbackslash{}\}}{$\{\dots\}$}. Por exemplo, o seguinte é uma especificação de um conjunto $X$, cujos elementos são os números naturais entre $0$ e $5$ (inclusive):
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Uma maneira é simplesmente fornecer uma \textbf{lista} dos elementos do conjunto. Para especificar que a lista denota um conjunto, colocamos a lista entre $\{$colchetes$\}$\nindex{set}{$\{ \cdots \}$}{set notation} \inlatex{\{,\ barra de texto{}\}}\lindexmmc{\{\dots\textbackslash{}\}}{$\{\dots\}$}. Por exemplo, o seguinte é uma especificação de um conjunto $X$, cujos elementos são os números naturais entre $0$ e $5$ (inclusive):
Uma maneira é simplesmente fornecer uma \textbf{lista} dos elementos do conjunto. Para especificar que a lista denota um conjunto, colocamos a lista entre $\{$colchetes$\}$\nindex{set}{$\{ \cdots \}$}{set notation} \inlatex{\{,\textbackslash{}\}}\lindexmmc{\{\dots\textbackslash{}\}}{$\{\dots\}$}. Por exemplo, o seguinte é uma especificação de um conjunto $X$, cujos elementos são os números naturais entre $0$ e $5$ (inclusive):

Comment thread book/sets/sets.tex Outdated

\textbf{Lists.}\index{list notation}
One way is simply to provide a \textbf{list} of the elements of the set. To specify that the list denotes a set, we enclose the list with $\{$curly brackets$\}$\nindex{set}{$\{ \cdots \}$}{set notation} \inlatex{\{,\textbackslash{}\}}\lindexmmc{\{\dots\textbackslash{}\}}{$\{\dots\}$}. For example, the following is a specification of a set $X$, whose elements are the natural numbers between $0$ and $5$ (inclusive):
Uma maneira é simplesmente fornecer uma \textbf{lista} dos elementos do conjunto. Para especificar que a lista denota um conjunto, colocamos a lista entre $\{$colchetes$\}$\nindex{set}{$\{ \cdots \}$}{set notation} \inlatex{\{,\ barra de texto{}\}}\lindexmmc{\{\dots\textbackslash{}\}}{$\{\dots\}$}. Por exemplo, o seguinte é uma especificação de um conjunto $X$, cujos elementos são os números naturais entre $0$ e $5$ (inclusive):
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

set notation na frase pode ser traduzido

Comment thread book/sets/sets.tex
Uma maneira é simplesmente fornecer uma \textbf{lista} dos elementos do conjunto. Para especificar que a lista denota um conjunto, colocamos a lista entre $\{$colchetes$\}$\nindex{set}{$\{ \cdots \}$}{set notation} \inlatex{\{,\ barra de texto{}\}}\lindexmmc{\{\dots\textbackslash{}\}}{$\{\dots\}$}. Por exemplo, o seguinte é uma especificação de um conjunto $X$, cujos elementos são os números naturais entre $0$ e $5$ (inclusive):
\[ X = \{ 0, 1, 2, 3, 4, 5 \} \]

\textbf{Implied lists.}\index{implied list notation}
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

implied list notation pode ser traduzido

Comment thread book/sets/sets.tex Outdated
\textbf{Implied lists.}\index{implied list notation}
Sometimes a list might be too long to write out---maybe even infinite---or the length of the list might depend on a variable. In these cases it will be convenient to use an \textbf{implied list}, in which some elements of the list are written, and the rest are left implicit by writing an ellipsis `$\dots$' \inlatex{dots}\lindexmmc{dots}{$\dots$}. For example, the statement
\textbf{Listas implícitas.}\index{implied list notation}
Às vezes, uma lista pode ser muito longa para ser escrita — talvez até infinita — ou o comprimento da lista pode depender de uma variável. Nestes casos será conveniente usar uma \textbf{lista implícita}, na qual alguns elementos da lista são escritos, e o resto fica implícito escrevendo reticências `$\dots$' \inlatex{pontos}\lindexmmc {pontos}{$\pontos$}. Por exemplo, a afirmação
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Às vezes, uma lista pode ser muito longa para ser escrita — talvez até infinita — ou o comprimento da lista pode depender de uma variável. Nestes casos será conveniente usar uma \textbf{lista implícita}, na qual alguns elementos da lista são escritos, e o resto fica implícito escrevendo reticências `$\dots$' \inlatex{pontos}\lindexmmc {pontos}{$\pontos$}. Por exemplo, a afirmação
Às vezes, uma lista pode ser muito longa para ser escrita — talvez até infinita — ou o comprimento da lista pode depender de uma variável. Nestes casos será conveniente usar uma \textbf{lista implícita}, na qual alguns elementos da lista são escritos, e o resto fica implícito escrevendo reticências `$\dots$' \inlatex{pontos}\lindexmmc {pontos}{$\dots $}. Por exemplo, a afirmação

Comment thread book/sets/sets.tex Outdated
\subsubsection*{Conjuntos de energia}
\begin{tldrlist}
\tldritem{defPowerSet} The \textit{power set} of a set $X$ is the set of all subsets of $X$.
\tldritem{defPowerSet} O \textit{conjunto de potências} de um conjunto XX é o conjunto de todos os subconjuntos de XX.
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
\tldritem{defPowerSet} O \textit{conjunto de potências} de um conjunto XX é o conjunto de todos os subconjuntos de XX.
\tldritem{defPowerSet} O \textit{conjunto de potências} de um conjunto $X$ é o conjunto de todos os subconjuntos de XX.

Comment thread book/sets/sets.tex
\tldritem{defInhabited} A set $X$ is \textit{inhabited} if it has at least one element; otherwise, it is \textit{empty}.
\tldritem{thmEmptySetIsUnique} There is a unique empty set, denoted by $\varnothing$ or $\{ \}$.
\tldritem{defInhabited} Um conjunto $X$ é \textit{habitado} se tiver pelo menos um elemento; caso contrário, está \textit{vazio}.
\tldritem{thmEmptySetIsUnique} Existe um conjunto vazio único, denotado por $\varnothing$ or $\{ \}$.
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
\tldritem{thmEmptySetIsUnique} Existe um conjunto vazio único, denotado por $\varnothing$ or $\{ \}$.
\tldritem{thmEmptySetIsUnique} Existe um conjunto vazio único, denotado por $\varnothing$ ou $\{ \}$.

Comment thread book/sets/sets.tex Outdated

\begin{exercise}
For each of the following illustrations, find the interval that it depicts. A filled circle $\bullet$ indicates that an end-point is included in the interval, whereas a hollow circle $\circ$ indicates that an end-point is not included in the interval.
Para cada uma das ilustrações a seguir, encontre o intervalo que ela representa. Um círculo preenchido \bullet indica que um ponto final está incluído no intervalo, enquanto um círculo vazio \circ indica que um ponto final não está incluído no intervalo.
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Para cada uma das ilustrações a seguir, encontre o intervalo que ela representa. Um círculo preenchido \bullet indica que um ponto final está incluído no intervalo, enquanto um círculo vazio \circ indica que um ponto final não está incluído no intervalo.
Para cada uma das ilustrações a seguir, encontre o intervalo que ela representa. Um círculo preenchido $\bullet$ indica que um ponto final está incluído no intervalo, enquanto um círculo vazio $\circ$ indica que um ponto final não está incluído no intervalo.

jonasagx and others added 3 commits May 26, 2024 23:16
Due to copy-pasta the symbols and their latex name are mixed.
Comment thread book/sets/sets.tex
Então devemos ter $a \in [-1,1]$, como requerido.

\item ($\supseteq$) Let $a \in [-1,1]$. Then $-1 \le a \le 1$, so $|a| \le 1$, and hence $a^2 = |a|^2 \le 1$, so that $a \in \{ x \in \mathbb{R} \mid x^2 \le 1 \}$, as required.
\item ($\supseteq$) Seja $a \in [-1,1]$. Então $-1 \le a \le 1$, então $|a| \le 1$, e desde então $a^2 = |a|^2 \le 1$, para que $a \in \{ x \in \mathbb{R} \mid x^2 \le 1 \}$, como requerido.
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Essa linha tem símbolos especiais

Comment thread book/sets/sets.tex Outdated

\begin{exercise}
Prove that $\{ x \in \mathbb{R} \mid x^2 < x \} = (0,1)$.
Prove que {x∈R∣x2<x}=(0,1)\{ x \in \mathbb{R} \mid x^2 < x \} = (0,1).
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Símbolos especiais

Comment thread book/sets/sets.tex Outdated
Comment thread book/sets/sets.tex Outdated
@jonasagx jonasagx merged commit 990349e into main Jul 4, 2024
@jonasagx jonasagx deleted the GGG710-patch-2 branch July 4, 2024 17:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants