reserve MS for satisfying_equiv MusicStruct;
reserve a,b,c,d,e,f for Element of MS;

theorem
  a,a equiv a,a
  proof
    (the Ratio of MS).(a,a) = (the Ratio of MS).(a,a);
    hence thesis by Def08a;
  end;
