Reiteration
Reiteration (R) is the rule of inference which allows us to restate any formula that is already present and undischarged in the proof.
In a sense, reiteration allows us to reuse any assumptions, or formulas derived from assumptions, without having to introduce a new dependency with another assumption.
For example, |- p -> (q -> p)
Last updated
Was this helpful?