Let $A,B,C$ be three coprime positive integers, i.e., there exist six integers $λ_{1},λ_{2},λ_{3},λ_{4},λ_{5},λ_{6}$ such that
$$λ_{1}A+λ_{2}B=1$$
$$λ_{3}A+λ_{4}C=1$$
$$λ_{5}B+λ_{6}C=1$$
I am asking what happens if $B=C$: are $A,B,C$ still three coprime positive integers or not?
It depends.
There are two conventions you can take. Let $S := \{a_1,\cdots,a_n\} \subseteq \Bbb Z$ be a set of integers. If you want to say the elements of $S$ are coprime, this can be interpreted two different ways:
$$\sum_{i=1}^n \lambda_i a_i = 1$$
Suppose, then $S = \{A,B,C\}$. If $B=C$, and we don't "reduce" the set to the equivalent $S=\{A,B\}$, then $S$ is not coprime in the second sense (as $\gcd(B,B) = B$) unless $B=1$. However, it is in the first sense because
$$\gcd(A,B,B) = \gcd \big( \gcd(A,B)\; , \; B \;\big) = \gcd(1,B) = 1$$