eolas/neuron/3962ef80-32e3-49b8-8e16-d14a26e9787a/Reiteration.md

15 lines
388 B
Markdown
Raw Normal View History

2024-10-19 11:00:03 +01:00
---
tags:
- logic
- propositional-logic
---
# Reiteration
**Reiteration (R)** allows us to restate any proposition already in the proof
within the main proof or a more deeply nested sub-proof. Reiteration allows us
to reuse any assumptions, or propositions derived from assumptions, without
having to introduce a new dependency with another assumption.
2024-10-20 19:50:20 +01:00
![](static/reiteration.png)