···147147148148Here, the goal of `two_eq_three` happens to be exactly the same as the statement of the `math_is_haunted` axiom, so we're using the `exact` tactic to close the goal.
149149150150-Armed with `math_is_haunted` and more tactics, you can prove even more sinister things. For example, why don't we prove that `2 + 2` is actually `6`:
150150+Armed with `math_is_haunted` and some tactics, you can prove even more sinister things. For example, why don't we prove that `2 + 2` is actually `6`:
151151152152```lean {6-7}
153153theorem two_eq_two : 2 = 2 := by