In Desmos, a simple piecewise expression (or "restriction") like {a>0} returns /1/, when it's true and /undefined/ when it's false. If you multiply multiple such restrictions the output will be /1/ when all of them are true and /undefined/ when at least one of them is false. This acts as an AND operator on the conditions.