I'm trying to prove something in Fitch and i'm stuck on one step, i have:
1. Cube(a) <-> a = a
and i want to derive 2. Cube(a)
from that.
I know it's possible because i can use Ana Con
on 2. and selecting 1. as premise and it says it's valid.
Is there anyone who can tell me how to do this without using Ana Con
?