| Givens | Goals | Notes |
| In which you write down the givens, or assumptions. | In which you write down the goals, or what you are trying to prove | In which you write down which proof technique was used to get from this line to the next line. Or, in which you write down the main insights that lead to the application of a given proof technique. |
| Givens | Goals | Notes |
| A ⊆ ℘(A) | ℘(A) ⊆ ℘(℘(A)) | Assume that the given is universally quantified. This is the weakest step in the proof. |
| ∀A . A ⊆ ℘(A) | ℘(A) ⊆ ℘(℘(A)) | Instantiate A in the given with ℘(A) |
| ℘(A) ⊆ ℘(℘(A)) | ℘(A) ⊆ ℘(℘(A)) | Given = goal, so proof is done. |