In the linear-composite specialization B = -I, c = 0, membership in the AD-LPMM
x-update set is exactly the textbook proximal clause
x^(k+1) ∈ prox[((1 / α) f₁)] (x^k - (ρ / α) Aᵀ (A x^k - z^k + (1 / ρ) y^k)).
In the linear-composite specialization B = -I, c = 0, membership in the AD-LPMM
z-update set is exactly the textbook proximal clause
z^(k+1) ∈ prox[((1 / β) f₂)] (z^k + (ρ / β) (A x^(k+1) - z^k + (1 / ρ) y^k)).
In the linear-composite specialization of Algorithm 15.8, the generic AD-LPMM x-step is
exactly the textbook proximal update from part (a).
In the linear-composite specialization of Algorithm 15.8, the generic AD-LPMM z-step is
exactly the textbook proximal update from part (b).
In the linear-composite specialization of Algorithm 15.8, the generic AD-LPMM multiplier
update simplifies to y^(k+1) = y^k + ρ (A x^(k+1) - z^(k+1)).