theorem Th19:
  S1`2 = S2`2 implies Sub_the_right_argument_of(Sub_&(S1,S2)) = S2
proof
  assume
A1: S1`2 = S2`2;
  then Sub_&(S1,S2) is Sub_conjunctive;
  hence thesis by A1,Def32;
end;
