I've been studying a signed tableaux proof system for propositional intuitionistic logic, and I'm confused about two of the inference rules stipulated. Most of the inference rules are quite straightforward, and in fact coincide with the inference rules for signed tableaux. For example, here is the rule for $T\wedge$: $$ \frac{S,T(X\wedge Y)}{S,TX,TY}T\wedge$$ And here is the rule for $F\vee$: $$ \frac{S,F(X\vee Y)}{S,FX,FY}F\vee$$ However, the rules for $F\neg$ and $F\rightarrow$ are causing me some confusion: $$\frac{S,F(\neg X)}{S_T,TX}F\neg \qquad \frac{S,F(X\rightarrow Y)}{S_T,TX,FY}F\rightarrow$$ Where $S_T=\{TX:TX\in S\}$. So, for these two particular rules, why must we remove all the formulas with sign $F$? I'm lacking a motivating, intuitive reason to remove all the formulas with sign $F$ when applying either of these two rules. If you can, please avoid appealing to the soundness or completeness of this proof system for propositional intuitionistic logic.
Thanks in advance for your help!
Revised edition
We have to see :
and :
According to Kripke's explanation [page 99] :
How this is related to tableaux ? See Fitting [page 29] :
This explanation can be clarified considering the semantical clauses for :
These two are the only one where the clause consider : for all $w' \in W$ such that $wRw'$.
The $F \lnot$ rule, e.g., must be derived considering the negation of the above clause, i.e. :
Thus, removing from the tree the $F$ formulae, forces us to search for a contradiction in a "later situation".