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