"My only knowledge on proof by contradiction is on conditional statements, for instance, given (P)→(Q)
, then the proof by contradiction will first assume that the hypothesis (P)
is true with the denial / negation of the conclusion (Q)
, then work your way to find a contradiction to the assumption."
That's a good start. Let's see what this looks like with the simple illustration exercise provided.
To avoid a technicality that is not good here, let's rely on a drawing :
With obvious notations,
(P):"$a$ a chord of a circle of diameter $c=DD'$"
(Q):"$a\leq c$
As simple as it is, hoping to demonstrate $P\implies Q$ still requires some knowledges. Let's choose the following knowledges: (1)$CC'B$ is a right triangle; (2)therefore, in $CC'B, BC\leq CC' \color{red}{(*)}$.
As you wrote,let us "assume that (P) is true with the denial non(Q)$$\text{(nonQ):}c<a$$ of the conclusion (Q)
, then work your way to find a contradiction."
Here, it's immediate to contradict $\color{red}{(*)}$ and to conclude by having used the tool that is prove by contradiction.