2

Show that the follow statement is true:

If $ x \in \mathbb{R}$ such that $x^2+1=0$ then $x^4=\pi$

Constructive proof:

If $x,y$ $\in \mathbb{R}$ such that $x \lt y$, show that $\exists \ z\in\mathbb{R}$ such that $x\lt z\lt y$

Fmonkey2001
  • 1,240
janny
  • 305
  • Hint: Show the first part is always wrong. Therefore the statement is true. – Loreno Heer Nov 07 '14 at 19:10
  • I'm not sure what do do, I've only done proofs with even and odd numbers like x=2k and x=2k+1. I'm not sure how to get started for these two that involve all real numbers – janny Nov 07 '14 at 19:12
  • @janny For the first one: Remember that if $p$ is false, then $p\Rightarrow q$ is always true. For the second one: take the average? – Akiva Weinberger Nov 07 '14 at 19:36

1 Answers1

0

-First one:

Hint: $x^2 + 1 = 0 \Rightarrow x = \pm i$ and $p \to q$ is true if $p$ is false and $q$ is false.

-Second one:

Hint: If $x<y \in \mathbb{R}$ take $z = \frac{x + y}{2}$.

Aaron Maroja
  • 17,571