Element Set Theory Problem
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I have this set problem I need to find an answer for, and the last time I did element set theory was awhile back. It goes:
Solve for $n$ where $n$ = $min (B' cap N)$
$n in mathbbN$
$x in A$
$A = a: 1 ≤ a ≤ 5, a in mathbbN$
$B = b: b = x^2$
Thanks in advance!
elementary-set-theory
 |Â
show 3 more comments
up vote
0
down vote
favorite
I have this set problem I need to find an answer for, and the last time I did element set theory was awhile back. It goes:
Solve for $n$ where $n$ = $min (B' cap N)$
$n in mathbbN$
$x in A$
$A = a: 1 ≤ a ≤ 5, a in mathbbN$
$B = b: b = x^2$
Thanks in advance!
elementary-set-theory
What is $B$ ? Are $b$ and $x$ naturals ? that means that $b$ is a "square" number : $4,9$ etc
– Mauro ALLEGRANZA
Aug 2 at 13:55
Is $B'$ the complement (with respect to $mathbb N$) of $B$ ?
– Mauro ALLEGRANZA
Aug 2 at 13:56
What is the role of $A$ ?
– Mauro ALLEGRANZA
Aug 2 at 13:56
If so, $n$ will be the least natural number in $B'$, i.e. the least natural number that is not a square. We have $1^2=1$ and $2^2=4$. Thus, the conclusion is ...
– Mauro ALLEGRANZA
Aug 2 at 14:00
1
So, the conclusion is therefore n=2, as it is the lowest not square number?
– Stevie Martin
Aug 2 at 14:05
 |Â
show 3 more comments
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have this set problem I need to find an answer for, and the last time I did element set theory was awhile back. It goes:
Solve for $n$ where $n$ = $min (B' cap N)$
$n in mathbbN$
$x in A$
$A = a: 1 ≤ a ≤ 5, a in mathbbN$
$B = b: b = x^2$
Thanks in advance!
elementary-set-theory
I have this set problem I need to find an answer for, and the last time I did element set theory was awhile back. It goes:
Solve for $n$ where $n$ = $min (B' cap N)$
$n in mathbbN$
$x in A$
$A = a: 1 ≤ a ≤ 5, a in mathbbN$
$B = b: b = x^2$
Thanks in advance!
elementary-set-theory
edited Aug 2 at 15:13
packetpacket
251111
251111
asked Aug 2 at 13:50
Stevie Martin
32
32
What is $B$ ? Are $b$ and $x$ naturals ? that means that $b$ is a "square" number : $4,9$ etc
– Mauro ALLEGRANZA
Aug 2 at 13:55
Is $B'$ the complement (with respect to $mathbb N$) of $B$ ?
– Mauro ALLEGRANZA
Aug 2 at 13:56
What is the role of $A$ ?
– Mauro ALLEGRANZA
Aug 2 at 13:56
If so, $n$ will be the least natural number in $B'$, i.e. the least natural number that is not a square. We have $1^2=1$ and $2^2=4$. Thus, the conclusion is ...
– Mauro ALLEGRANZA
Aug 2 at 14:00
1
So, the conclusion is therefore n=2, as it is the lowest not square number?
– Stevie Martin
Aug 2 at 14:05
 |Â
show 3 more comments
What is $B$ ? Are $b$ and $x$ naturals ? that means that $b$ is a "square" number : $4,9$ etc
– Mauro ALLEGRANZA
Aug 2 at 13:55
Is $B'$ the complement (with respect to $mathbb N$) of $B$ ?
– Mauro ALLEGRANZA
Aug 2 at 13:56
What is the role of $A$ ?
– Mauro ALLEGRANZA
Aug 2 at 13:56
If so, $n$ will be the least natural number in $B'$, i.e. the least natural number that is not a square. We have $1^2=1$ and $2^2=4$. Thus, the conclusion is ...
– Mauro ALLEGRANZA
Aug 2 at 14:00
1
So, the conclusion is therefore n=2, as it is the lowest not square number?
– Stevie Martin
Aug 2 at 14:05
What is $B$ ? Are $b$ and $x$ naturals ? that means that $b$ is a "square" number : $4,9$ etc
– Mauro ALLEGRANZA
Aug 2 at 13:55
What is $B$ ? Are $b$ and $x$ naturals ? that means that $b$ is a "square" number : $4,9$ etc
– Mauro ALLEGRANZA
Aug 2 at 13:55
Is $B'$ the complement (with respect to $mathbb N$) of $B$ ?
– Mauro ALLEGRANZA
Aug 2 at 13:56
Is $B'$ the complement (with respect to $mathbb N$) of $B$ ?
– Mauro ALLEGRANZA
Aug 2 at 13:56
What is the role of $A$ ?
– Mauro ALLEGRANZA
Aug 2 at 13:56
What is the role of $A$ ?
– Mauro ALLEGRANZA
Aug 2 at 13:56
If so, $n$ will be the least natural number in $B'$, i.e. the least natural number that is not a square. We have $1^2=1$ and $2^2=4$. Thus, the conclusion is ...
– Mauro ALLEGRANZA
Aug 2 at 14:00
If so, $n$ will be the least natural number in $B'$, i.e. the least natural number that is not a square. We have $1^2=1$ and $2^2=4$. Thus, the conclusion is ...
– Mauro ALLEGRANZA
Aug 2 at 14:00
1
1
So, the conclusion is therefore n=2, as it is the lowest not square number?
– Stevie Martin
Aug 2 at 14:05
So, the conclusion is therefore n=2, as it is the lowest not square number?
– Stevie Martin
Aug 2 at 14:05
 |Â
show 3 more comments
1 Answer
1
active
oldest
votes
up vote
0
down vote
accepted
We can try to address the problem by steps.
Let $mathbb N$ the set of natural numbers, i.e. $mathbb N = 1,2,3,ldots $.
Let $B = b in mathbb N mid b=x^2, text for some x in mathbb N $.
Thus, $B = 1,4,9,16,ldots $.
$B'$ is the complement of $B$.
Both $B$ and $B'$ are subsets of $mathbb N$; thus :
$B' cap mathbb N = B'$.
Conclusion : the least $n in (B' cap mathbb N)$ will be the least element in $B'$, i.e. the least natural number that is not a square.
Obviously, $B' = 2,3,5,ldots $, and thus :
$n=2$.
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
accepted
We can try to address the problem by steps.
Let $mathbb N$ the set of natural numbers, i.e. $mathbb N = 1,2,3,ldots $.
Let $B = b in mathbb N mid b=x^2, text for some x in mathbb N $.
Thus, $B = 1,4,9,16,ldots $.
$B'$ is the complement of $B$.
Both $B$ and $B'$ are subsets of $mathbb N$; thus :
$B' cap mathbb N = B'$.
Conclusion : the least $n in (B' cap mathbb N)$ will be the least element in $B'$, i.e. the least natural number that is not a square.
Obviously, $B' = 2,3,5,ldots $, and thus :
$n=2$.
add a comment |Â
up vote
0
down vote
accepted
We can try to address the problem by steps.
Let $mathbb N$ the set of natural numbers, i.e. $mathbb N = 1,2,3,ldots $.
Let $B = b in mathbb N mid b=x^2, text for some x in mathbb N $.
Thus, $B = 1,4,9,16,ldots $.
$B'$ is the complement of $B$.
Both $B$ and $B'$ are subsets of $mathbb N$; thus :
$B' cap mathbb N = B'$.
Conclusion : the least $n in (B' cap mathbb N)$ will be the least element in $B'$, i.e. the least natural number that is not a square.
Obviously, $B' = 2,3,5,ldots $, and thus :
$n=2$.
add a comment |Â
up vote
0
down vote
accepted
up vote
0
down vote
accepted
We can try to address the problem by steps.
Let $mathbb N$ the set of natural numbers, i.e. $mathbb N = 1,2,3,ldots $.
Let $B = b in mathbb N mid b=x^2, text for some x in mathbb N $.
Thus, $B = 1,4,9,16,ldots $.
$B'$ is the complement of $B$.
Both $B$ and $B'$ are subsets of $mathbb N$; thus :
$B' cap mathbb N = B'$.
Conclusion : the least $n in (B' cap mathbb N)$ will be the least element in $B'$, i.e. the least natural number that is not a square.
Obviously, $B' = 2,3,5,ldots $, and thus :
$n=2$.
We can try to address the problem by steps.
Let $mathbb N$ the set of natural numbers, i.e. $mathbb N = 1,2,3,ldots $.
Let $B = b in mathbb N mid b=x^2, text for some x in mathbb N $.
Thus, $B = 1,4,9,16,ldots $.
$B'$ is the complement of $B$.
Both $B$ and $B'$ are subsets of $mathbb N$; thus :
$B' cap mathbb N = B'$.
Conclusion : the least $n in (B' cap mathbb N)$ will be the least element in $B'$, i.e. the least natural number that is not a square.
Obviously, $B' = 2,3,5,ldots $, and thus :
$n=2$.
answered Aug 2 at 14:08
Mauro ALLEGRANZA
60.6k346105
60.6k346105
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2870084%2felement-set-theory-problem%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
What is $B$ ? Are $b$ and $x$ naturals ? that means that $b$ is a "square" number : $4,9$ etc
– Mauro ALLEGRANZA
Aug 2 at 13:55
Is $B'$ the complement (with respect to $mathbb N$) of $B$ ?
– Mauro ALLEGRANZA
Aug 2 at 13:56
What is the role of $A$ ?
– Mauro ALLEGRANZA
Aug 2 at 13:56
If so, $n$ will be the least natural number in $B'$, i.e. the least natural number that is not a square. We have $1^2=1$ and $2^2=4$. Thus, the conclusion is ...
– Mauro ALLEGRANZA
Aug 2 at 14:00
1
So, the conclusion is therefore n=2, as it is the lowest not square number?
– Stevie Martin
Aug 2 at 14:05