0

Let A,B be two real numbers, using proof by contrapositive, show the following implication: $(a\neq -1\ \ and \ \ b\neq -1)\implies (a+b+ab\neq -1)$

I applied it's contrapositive

$(a+b+ab=-1)\implies (a=-1\ or\ b = -1$)

But I'm currently stuck in proving the implication because it has OR.

Cheeze
  • 69

3 Answers3

1

1+a+b+ab=(1+a)(1+b)=0 implies a=-1 or b=-1

Sandipan Dey
  • 2,111
0

I think you're meant to assume the antecedent in your question, deduce the consequent AND THEN apply the contrapositive.

Simone
  • 620
0

Hint: $a + b + ab = -1$ iff $a(1+b) = -(1+b)$. If $b \neq -1$, then you can divide this through by $1 + b$. (I.e., one strategy to prove the disjunction $a = -1$ or $b = -1$ is to assume on of the disjuncts is false and use that fact to prove the other disjunct.)

Rob Arthan
  • 48,577