let X, Y be set ; :: thesis: ( X misses Y implies for x being Element of X holds (chi (Y,X)) . x = 0 )
assume A1: X misses Y ; :: thesis: for x being Element of X holds (chi (Y,X)) . x = 0
let x be Element of X; :: thesis: (chi (Y,X)) . x = 0
per cases ( not X is empty or X is empty ) ;
end;