L = {a^i b^j c^k; i≠j and i≠k and j≠k}.
First approach: I tried two different string to prove it by pumping lemma but non of them is correct. first w = a^m b^m+1 c^m+2 and m is pumping length. for example one case in w = uvxyz is that vxy in is a part. so w = a^m-k a^k b^m+1 c^m+2 for any i >=0 it has to be in the L wi = a^m-k a^ik b^m+1 c^m+2. I cant show that number of a's is equal to number of b's.
Second approach: I converted L into union of 6 different languages {a^ib^jc^k U a^ib^kc^j U a^jb^ic^k U a^jb^kc^i U a^kb^ic^j U a^kb^jc^i ; i