Problem involving set and relations

  • Thread starter Thread starter nistaria
  • Start date Start date
  • Tags Tags
    Relations Set
nistaria
Messages
8
Reaction score
0
First this is my first attempt at using latex to ask a question, so my appologies if the statements come out strange. I'll edit as needed.

Homework Statement


Let R and S be relations on a set A. Prove that if R \subseteq S, then R^{n} \subseteq S^{n} for all n \geq 1


Homework Equations


n/a


The Attempt at a Solution


I used proof by induction.

Base case:
Let n=1 thenR \subseteq S, thenR^{n} \subseteq S^{n} =R^{1} \subseteq S^{1} which is equal to R \subseteq Swhich is true.

Inductive step:
Suppose that R^{k} \subseteq S^{k}forn=kand [/tex]k \geq 1[\tex]
We need to show that R^{k+1} \subseteq S^{k+1}is true as well.
R^{k+1} \subseteq S^{k+1} = R \circ R^{k} \subseteq S \circ S^{k}

ok, so here goes. I'm lost at this point. I know that for instance, if (a,b) are elements of Rn then it must be the case that (a,b) are elements of Sn

Any help, prefferably hints as I'd rather learn then get complete solutions handed to me would be greatly appreciated.
Thanks for reading
 
Physics news on Phys.org
hi nistaria! :smile:

your induction proof needs to begin "if (a,b) ε Rn+1, then there is a c such that …" :wink:
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top