Could anyone explain to me why do we have to prove ~A
after elim Ha.
?
Before "elim Ha"
1 subgoals
A : Prop
Ha : ~ ~ A
______________________________________(1/1)
A
After
1 subgoals
A : Prop
Ha : ~ ~ A
______________________________________(1/1)
~ A
Is it right that means ~~A true, ~A true -> A true
?
In my knowledge, I only know the rule ~E
is ~A true, A true -> FalseHood true