Recent content by lynchu

  1. L

    Inductive proof of a binomial series

    Thanks a bunch. That's just about what I needed. :)
  2. L

    Inductive proof of a binomial series

    Sorry, forgot to include that. Pascal's Identity is: \binom{n+1}{k} = \binom{n}{k-1} + \binom{n}{k} for non-negative n's.
  3. L

    Inductive proof of a binomial series

    But \binom{n}{0} = \binom{n-1}{0} = 1 It's the number of 0-element subsets of an n-elements set. Which is 1, because there's only the empty set.
  4. L

    Inductive proof of a binomial series

    Homework Statement Use mathematical induction and Pascal's Identity to prove: \binom{n}{0} - \binom{n}{1} + \binom{n}{2} - ... + (-1)^{k}\binom{n}{k} = (-1)^{k}\binom{n-1}{k} The Attempt at a Solution First, I guess this means something like: \sum_{i=0}^{k}(-1)^{i}\binom{n}{i} =...
  5. L

    Proof Inequality: x ≤ y | Homework Statement

    Appreciate the help so far. I've spent way too much time on this and yet I just don't see it. :cry:
  6. L

    Proof Inequality: x ≤ y | Homework Statement

    Out of x > y I got -y + x > 0. So that 0 < -y + x =< k But that's not quite a contradiction? Or is it?
  7. L

    Proof Inequality: x ≤ y | Homework Statement

    Homework Statement Let x and y be real numbers. Prove that if x =< y + k for every positive real number k, then x =< y The Attempt at a Solution x =< y + k -y + x =< k since k is positive, the lowest value it can take doesn't include 0: -y + x < 0 x < y So I get x < y from x =< y...
Back
Top