theorem
  x |^ 2 = x\x`
proof
  x |^ 2 = x|^(1+1) .= x\(x|^1)` by Def1;
  hence thesis by Th4;
end;
