for x being object st x in rng (X --> S) holds
x is 1-sorted
proof
let x be object ; :: thesis: ( x in rng (X --> S) implies x is 1-sorted )
per cases ( X <> {} or X = {} ) ;
suppose X = {} ; :: thesis: ( x in rng (X --> S) implies x is 1-sorted )
hence ( x in rng (X --> S) implies x is 1-sorted ) ; :: thesis: verum
end;
end;
end;
hence X --> S is 1-sorted-yielding ; :: thesis: verum