reserve x,y,z,w for ExtReal,
  r for Real;
reserve f,g for ExtReal;
reserve t for ExtReal;

theorem
  x*(0+z) = x*0 +x*z by Lm25;
