reserve n for Element of NAT,
  p,q,r,s for Element of HP-WFF;
reserve V for SetValuation;

theorem
  SetVal(V,p '&' q) = [:SetVal(V,p), SetVal(V,q):] by Def2;
