Recent content by kru_

  1. K

    Solutions to Congruence Modulo 50

    Your method is correct. You can check your own solutions to verify that they are correct. 35*6 = 210 which is congruent to 10 mod 50. 35*16 = 560 which is also congruent to 10 mod 50. Similarly for the other solutions that you found. You can verify that 22, 28, and 40 are not solutions. 35*22...
  2. K

    Thanks for your help!Proving the Equivalence of |a|≤ b and -b≤|a|≤ b

    For the first part, you might want to show the step between your use of the definition and your conclusion. For example: b ≥ 0 => -b ≤ 0 => -b ≤ 0 ≤ b. Now assume |a| ≤ b, if a ≥ 0 then |a| = a and we have 0 ≤ |a| = a ≤ b => -b ≤ 0 ≤ a ≤ b => -b ≤ a ≤ b, which is what was desired...
  3. K

    A mapping from an integral domain to non-negative integers, Abstract Algebra

    I think there is some more to it than that. What happens if f(a) = 0? Remember f is mapping to the non-negative integers, so you need to consider this case. This will help you complete the proof, I think.
  4. K

    How Do You Prove the Limit of sin(t)/sqrt(t) as t Approaches Infinity?

    What are the maximum and minimum possible values that sin(t) can ever achieve?
  5. K

    Proving a Set in the Order Topology is Closed

    This one is tricky. Instead of trying to prove directly that A is closed, try to show that the complement, X-A, is open. Show the set of all x such that f(x) > g(x) to be open. You can show this by showing that every point x in X is an interior point. Just find an open set around an...
  6. K

    How can U⊕V equal U⊕W with different vector spaces V and W?

    If V = <(1,1)> then how can (1,0) be in V? There is no scalar a such that a*(1,1) = (1,0). Similarly, there is no scalar b such that b*(1,0) = (1,1). So the intersection of U and V is indeed (0,0).
  7. K

    Abstract algebra: proving an ideal is maximal, Constructing quotient rings

    To clarify what I mean, consider that {0}xZ = {(a,b) | a = 0 and b is an integer}.
  8. K

    Abstract algebra: proving an ideal is maximal, Constructing quotient rings

    Take a look at what M is, when written in the form RxS for the sets R and S. You will see that both R and S are well known sets and that should help you figure out what ZxZ/M should look like.
  9. K

    Abstract algebra: proving an ideal is maximal, Constructing quotient rings

    I assume that p is fixed in M? Do you know what Z/pZ is isomorphic to, for a given prime p? Do you know how to show that ZxZ / Zx{0} is isomorphic to Z?
  10. K

    Understanding Boundedness and Sup/Inf

    This depends on your precise definition of maximum. If you assume S has a maximum, then what do you know about it? Similarly, if S is bounded above, and the sup S, call it s0, is an element inside of S, then what do we know about s0?
  11. K

    Showing a subset is a subring?

    Haha. Not according to my old abstract professor! We know they are inherited by R, but failure to show is -2 points.. sigh..
  12. K

    Determine if series converges or diverges

    Why do you think they diverge?
  13. K

    Showing a subset is a subring?

    Note, you also need to show the distributive property of multiplication over addition holds, and associativity of multiplication and addition.
  14. K

    Proving irreflexive and symmetric relation

    Irreflexive means not reflexive, yes? Then a possible counter-example might exist when X and Y are not disjoint. Wouldn't it?
Back
Top