Proof: Irrational numbers \( a \) , \( b \) exist that make \( a^b \) rational number


Irrational numbers ( a ) , ( b ) exist that make ( a^b ) rational.

Prove with law of excluded middle and without fixing what ( a ) and ( b ) are.

Proof

Supporse ( x = sqrt{2} ^ sqrt{2} ) .

Case: ( x ) is Rational

( sqrt{2} ) is irrational, so ( a = b = sqrt{2} ) make ( a^b ) rational. ( ( sqrt{2} ) が無理数であることの証明は 証明: ( sqrt{2} ) は無理数 をご覧ください。)

Case: ( x ) is Irrational

begin{eqnarray*} sqrt{2} & = & (sqrt{2}^sqrt{2})^sqrt{2} & = & sqrt{2}^{sqrt{2} cdot sqrt{2}} & = & sqrt{2}^2 & = & 2 end{eqnarray*}

Then, ( a = x = sqrt{2}^sqrt{2} ) and ( b = sqrt{2} ) are irrational and make ( a^b ) rational.

Above all, there are irrational numbers ( a ) and ( b ) that make ( a^b ) rational.


OpenShift: How to login with ssh


The way to login OpenShift server with ssh.

Tested Environment

  • OS: Ubuntu
  • rhc 1.38.4
  • Openshift Gear: 1 small

Preparation

Register ssh public key on OpenShift Web console.

The Way to Login

Use rhc

Add OpenShift application name after rhc ssh. For example, if you use app-domain.rhcloud.com, then execute rhc ssh app.

If you have not saved authenticate token on your local machine, you will be required to input password. Authenticate token can be saved with the command rhc setup.

Use ssh

This is the way to use ssh without rhc.

Execute the ssh command on bottom right of OpenShift Web console. Or, execute rhc apps and you can find ssh item like AAAAAABBBBBCCCCCCDDDDDD@app-domain.rhcloud.com, then execute ssh command with its argument, ssh AAAAAABBBBBCCCCCCDDDDDD@app-domain.rhcloud.com.

In this way, you don’t have to input password.


A Life Summary of an Gypsy