Your first post was entirely unclear, and I'm not quite sure what your second means. "if diff. of two square no.s is in anyway in form of a triangle no. or not"? Does that mean something like "Is the difference of two squares triangular?"?
If that interpretation is generally correct, I can think of at least four ways to take it:
[tex]\forall n>m \exists t:t(t+1)/2=n^2-m^2[/tex]
[tex]\forall n \exists m,t:t(t+1)/2=n^2-m^2[/tex]
[tex]\forall N \exists n>m>N,t:t(t+1)/2=n^2-m^2[/tex]
[tex]\exists n,m,t:t(t+1)/2=n^2-m^2[/tex]
If it's not, then you'll have to be more clear.