How to derive $A$ from $A$ in First Order Logic

74 Views Asked by At

I want to derive $A$ from $A$, here is what I have done :

  1. A hypothese

  2. $A$ (AA)

    1.1 $¬A$ (AA)

    1.2 $A$ (Negation Elimination from 1.1)

  3. $A -> A$ (Introduction -> (1-1.2))

  4. $A$ (MP(0,2))

Is this a good way to prove what I want ? Or I can't do that in derviation ?

1

There are 1 best solutions below

0
On

Here is a one line proof:

  1. A (hypothesis)

QED