theorem Th2:
  X is ordinal-membered iff On X = X
  proof
    hereby assume
A1:   X is ordinal-membered;
      thus On X = X
      proof thus On X c= X by ORDINAL2:7;
        let x be object;
        thus thesis by A1,ORDINAL1:def 9;
      end;
    end;
    thus thesis;
  end;
