theorem Th36:
  for S,T be RealNormSpace,
      I be LinearOperator of S,T,
      Z be Subset of S
    st I is one-to-one onto isometric-like
  holds
    Z is closed iff I.:Z is closed
  proof
    let S,T be RealNormSpace;
    let I be LinearOperator of S,T,
    Z be Subset of S;
    assume that
    A1: I is one-to-one onto
          and
    A2: I is isometric-like;

    A3: dom I = the carrier of S by FUNCT_2:def 1;

    consider J be LinearOperator of T, S such that
    A4: J = I" & J is one-to-one onto isometric-like by A1,A2,Th29;

    thus Z is closed iff I.:Z is closed
    proof
      thus Z is closed implies I.:Z is closed by A1,A2,Lm4;
      assume
      A5: I.:Z is closed;
      J.: (I.:Z) = I"(I.:Z) by A1,A4,FUNCT_1:85
      .= Z by A1,A3,FUNCT_1:94;
      hence Z is closed by A4,A5,Lm4;
    end;
  end;
