I'm studying Propositional and First Order Logic and I have to practice with the Tableaux Method in order to check satisfiability of a formula.
I create new nodes of the tree by using the Completion Rules in a straightforward way, but I have a doubt about it.
Everytime I have a new node, I repeat some of the previous node's formulas. I make an example:
I have this block:
Is it legit to repeat the two "or" formulas again in the two new branches?
I rewrite them because in this way I don't forget to use them, it is only for my comfort.
Thanks in advance.
