theorem
  a,b <= a,b
  proof
    between a,b,b by Satz3p1;
    hence thesis by Satz2p1;
  end;
