Proving Non-Empty Finite Sets with Induction: A Challenge

In summary, the problem states that for any non-empty finite sets A and B, there are |B|^|A| functions from A to B. The proof involves assuming that for any proper subsets Z and Y, there are |Y||Z| functions from Z to Y, and then using induction to show that this is equivalent to having |B|^|A| functions from A to B. However, the individual steps of the proof are not shown.
  • #1
SahDu
2
0
Hey guys. I need some help solving this proof using induction:

Prove that for all non-empty finite sets A and B, there are |B|^|A| functions from A to B

(where |B| and |A| obviously represents the cardinality of B and A respectively.)

Thanks in advance for the help, since I am pretty stuck. Thanks again!

Jeff

EDIT: Sorry, to reiterate...these are the practice problems we were told to look at before the test...so it's not HW.
 
Last edited:
Physics news on Phys.org
  • #2
But you still have to demonstrate that you've tried solving this problem!
 
  • #3
Oh haha! Sorry. Here is what I got and then got stuck:

b. Proof: For all non-empty finite sets A and B, there are |B||A| functions from A to B.
Assume for all non empty finite sets, for any proper subset Z C A and Y C B, we have |Y||Z| functions from Z to Y
Let z be an arbitrary element of A, let y be an arbitrary element of B, let Z=A\{z} and let Y=B\{y}
Therefore, we have functions from Z to {y}, Z to Y, {z} to {y} and {z} to Y


I thought I could use induction to say it = 1+|Y|^|Z|+1+|Y|...but I couldn't get that to boil down to |B|^|A|

Jeff
 
  • #4
Look at it non-rigorously. For each element of A, there are |B| places to send it. That's |B|^|A| functions.
 

FAQ: Proving Non-Empty Finite Sets with Induction: A Challenge

What is the purpose of proving non-empty finite sets with induction?

The purpose of proving non-empty finite sets with induction is to demonstrate that a given set contains at least one element, and that the set has a specific structure or pattern that can be proven using mathematical induction.

How does mathematical induction work for proving non-empty finite sets?

Mathematical induction is a proof technique that involves proving a statement for a specific case, and then showing that if the statement holds for one case, it also holds for the next case. This process is repeated until the statement is proven for all cases, including the non-empty finite set.

What are the steps involved in proving non-empty finite sets with induction?

The first step is to establish a base case, which is usually the simplest case of the set. Next, the induction hypothesis is assumed to be true for the base case. Then, the induction step involves using the hypothesis to prove the statement for the next case. The process is repeated until the statement is proven for all cases.

Can induction be used to prove non-empty infinite sets?

No, mathematical induction is only applicable to finite sets. This is because the induction step relies on the previous case being finite, and an infinite set does not have a previous case.

What are some real-world applications of proving non-empty finite sets with induction?

Induction can be used in various fields such as computer science, engineering, and physics to prove the correctness of algorithms, analyze data structures, and demonstrate mathematical relationships between variables. It is also useful in proving the convergence of sequences and series in calculus.

Back
Top