Answering Your Function Questions

  • MHB
  • Thread starter noof
  • Start date
  • Tags
    Function
In summary: Thank you very much for your time.In summary, it would be helpful if the poster wrote their questions in LaTeX and tried to be more clear in their notation. They also should make an effort to learn more about the concepts being discussed and be more patient when asking for help.
  • #1
noof
3
0
Hellohow are towdayyyyyy??
I have quistion
and I hope you answer**************************
Here file

 
Last edited:
Physics news on Phys.org
  • #2
Re: Qustion in Funiction

noof said:
Hellohow are towdayyyyyy??
I have quistion(Whew)
and I hope you answer**************************

In each of the following two sets, A and B, are given. Answer the following questions about each
pair of them.
(a) Is A = B?
(b) Is A  B?
(c) Is B  A?
(d) Compare the cardinalities of A and B.
(i) A = P(P(P(;))) B = P(P(P(P(;))))
(ii) A = P(X [ Y ) B = P(X) [ PY )
(iii) A = P(X \ Y ) B = P(X) \ P(Y )
(iv) A = P(X  Y ) B = P(X)  P(Y )

*******************************



Let X be a set and let f1 and f2 be functions from A to R. For x 2 X let g(x) = f1(x) + f2(x) and
h(x) = f1(x)f2(x). Verify that g and h are functions.

*********************
In class we showed that jZ+j = jNj and that jZ􀀀j = jNj. Give a bijective function f : N ! Z to
show that jNj = jZj (i.e. cardinality of the set of natural numbers ([f0; 1; 2; 3; : : :g) is the same as the
cardinality of set of all integers).
***********************

Using de nitions of the set operations show that if


X  Y and X  Z then X  Y \ Z

********************

Express the following in terms of predicate logic (using nested quanti er and appropriately de ned
predicates).
(a) If jXj < jY j, then there can not be an onto function from X to Y .
(b) If jXj > jY j, then there can not be an one-to-one function from X to Y .
(c) Principle of mathematical induction is an important proof technique which works as follows:
Suppose we want to show that the predicate P is true for all positive integers n, we complete
two steps.
 Basis step: Show that P is true for 1.
 Inductive step: Show that for every positive integer k, if P is true for k then P is true
for k + 1.
(d) The principle of Well Ordering states that \every nonempty set of positive integers has a
minimum element".
(e) The Pigeon-hole Principle states that if n+1 pigeons are placed in n pigeon-holes then some
pigeon-hole must contain more than 1 pigeons.
**************************************************************************************************

pleeeeeeez help me any Q ...
Your use of goofy symbols and special fonts makes your question unreadable.
If you expect any help, edit your post. Get rid of any special fonts and/or junk symbols.
 
  • #3
Re: Qustion in Funiction

Hello, and welcome to the forum!

I'd like to remind a couple of http://www.mathhelpboards.com/misc.php?do=vsarules:
8. Do not ask too many questions in one thread. Do not ask more than two questions in a post.

11. Show some effort. If you want help with a question it is expected that you will show some effort. Effort might include showing your working, taking the time to learn how to typeset equations using LaTeX, formatting your question so that it is more easily understood, using effective post titles and posting in the appropriate subforum, making a genuine attempt to understand the help that is given before asking for more help and learning from previous questions asked.

It's also pretty difficult to understand your notation. Try writing your questions using LaTeX. Put formulas between two $\$$'s. For example, $\$$ \emptyset \subseteq A^B $\$$ gives $\emptyset\subseteq A^B$ (JavaScript needs to be enabled). You can right-click on a formula to see its LaTeX source code. See this LaTeX tutorial on Wikibooks, especially here and here. You could also copy-paste mathematical Unicode symbols from this Wikipedia page, though using LaTeX is preferred. Finally, many mathematical symbols can be typed using plain text and English, e.g., f : A -> B, x is in A, A is a subset of B, etc.

Concerning a bijective function $f:\mathbb{N}\to\mathbb{Z}$, consider
\[
f(n)=
\begin{cases}
k&\text{when }n=2k\\
-k-1&\text{when }n=2k+1
\end{cases}
\]
 
  • #4
Re: Qustion in Funiction

Here file

pleeeeeeeeeeeeez help me un any quistion
 

Attachments

  • 2_homework.pdf
    91.4 KB · Views: 58
  • #5
Re: Qustion in Funiction

It seems like this is homework. http://www.mathhelpboards.com/misc.php?do=vsarules (rule #6) is not to help with for-credit assignments. Sorry. However, you are still welcome to discuss concepts that you covered, e.g., bijection, induction, well-ordering principle, etc.
 
  • #6
Thanks for all

I hope that anyone trying to understand this topic
 
Last edited:

FAQ: Answering Your Function Questions

1. What is the purpose of a question in function?

A question in function serves as a way to gather information or input from the user in order to perform a specific task or calculation. It allows the function to be more dynamic and adaptable to different situations.

2. How do you write a question in function?

A question in function is typically written using the prompt() method in JavaScript, which displays a dialog box for the user to enter their input. It can also be written using other methods or languages, depending on the specific programming environment.

3. Can you have multiple questions in a function?

Yes, you can have multiple questions in a function. This allows for more complex interactions with the user and allows the function to perform multiple calculations or tasks based on the user's input.

4. What happens if the user does not provide input to the question in function?

If the user does not provide input to the question in function, the function may return an error or default value, depending on how it is programmed. It is important to include error handling in functions that use questions to ensure the function runs smoothly.

5. Can questions in function be used in all programming languages?

Questions in function can be used in most programming languages, but the specific syntax and methods may vary. Some languages may have built-in functions for user input, while others may require more complex coding to achieve the same result.

Similar threads

Back
Top