When you are proving something using proof by contradiction, are you actually constructing a vacuously true statement?
Let's say that you want to prove $P$ via proof by contradiction. First, you assume that $\lnot P$ is true. Then via direct proof, you show that $\lnot P \Longrightarrow \bot$. Since the only way for the statement $\lnot P \Longrightarrow \bot$ to be true is vacuously, we conclude that $P$ is true.
Is this reasoning false?