In a pinned independent-coordinate toy, the same lambda can leave one coordinate nonzero while another coordinate hits exact zero.

highlighted = computed this step

Choose one λ for both coordinates

Use a pinned independent-coordinate toy with λ=14. For these positive-source rows, each coordinate uses w_j=max(source_j minus λ, zero) divided by square_j. Lambda is chosen before the solve.

wj=max(sourcejλ,0)squarej,λ=14w_j={\max(\text{source}_j-\lambda,0)\over \text{square}_j},\quad \lambda=14
One Coordinate Drops OutPinned independent-coordinate threshold table.independent-coordinate threshold, λ=14coordinatesourcesquaremax(source-λ,0)wstatusfeature A2814141keptfeature B71400zeroedsame λ; independent-coordinate toy onlypinned independent-coordinate threshold tableλ is chosen before the solve; L1 can hit exact zeroNOT convergence; NOT general feature selection; NOT generalization; NOT future-data proof

Feature A stays nonzero

Feature A has source sum 28 and square sum 14. Its numerator is max(28 minus 14, 0)=14, so its weight is 1 and the table marks it kept.

max(2814,0)=14wA=1\max(28 - 14,0)=14\Rightarrow w_A=1
One Coordinate Drops OutPinned independent-coordinate threshold table.independent-coordinate threshold, λ=14coordinatesourcesquaremax(source-λ,0)wstatusfeature A2814141keptfeature B71400zeroedsame λ; independent-coordinate toy onlypinned independent-coordinate threshold tableλ is chosen before the solve; L1 can hit exact zeroNOT convergence; NOT general feature selection; NOT generalization; NOT future-data proof

Feature B hits zero

Feature B has source sum 7 and the same square sum 14. Its numerator is max(7 minus 14, 0)=0, so its weight is 0 and the table marks it zeroed.

max(714,0)=0wB=0\max(7 - 14,0)=0\Rightarrow w_B=0
One Coordinate Drops OutPinned independent-coordinate threshold table.independent-coordinate threshold, λ=14coordinatesourcesquaremax(source-λ,0)wstatusfeature A2814141keptfeature B71400zeroedsame λ; independent-coordinate toy onlypinned independent-coordinate threshold tableλ is chosen before the solve; L1 can hit exact zeroNOT convergence; NOT general feature selection; NOT generalization; NOT future-data proof

What this table says

The table is exactly these two displayed coordinates only. It shows L-one can hit exact zero when λ is chosen before the solve. It is NOT convergence, NOT general feature selection, NOT generalization, and NOT future-data proof.

pinned independent-coordinate table only\text{pinned independent-coordinate table only}
One Coordinate Drops OutPinned independent-coordinate threshold table.independent-coordinate threshold, λ=14coordinatesourcesquaremax(source-λ,0)wstatusfeature A2814141keptfeature B71400zeroedsame λ; independent-coordinate toy onlypinned independent-coordinate threshold tableλ is chosen before the solve; L1 can hit exact zeroNOT convergence; NOT general feature selection; NOT generalization; NOT future-data proof