How can I create a proposition like "P -> P" , or equation like "0=0" , "c=c"?
Though I can make these with add_zero, and so on, I want a direct way.
How can I create a propostion "∃c, b=a+c" from a propostion "b=a+c"? There is no way to add "∃" sign in the propostions I have proved. "use c" can only remove the "∃" in goal.