Nile3 said:
We know that certain chain of elements can describe very complex logical patterns and those same elements can describe illogical things to a given interpreter, but the question at hand is: Are there logical elements such that no logical language can describe them? How would we prove or disprove this?
Not sure what you mean by a "logical element." But it's mathematically provable that there are real numbers (or alternatively, binary sequences) that can not be described by any language consisting of finite-length strings over a countable alphabet.
There are uncountably many binary strings (infinite strings consisting of 1's and 0's) but only countably many finite-length strings over a countable alphabet.
So there are real numbers that cannot possibly be named by language; and that can not be arbitrarily approximated by any algorithm or Turing machine.
See
http://en.wikipedia.org/wiki/Computable_number
So in fact "almost all" numbers are not computable or nameable, in the sense that the computable numbers are a relatively tiny countable set among a vast uncountable sea of all real numbers.
[Real numbers and binary sequences are essentially the same thing, which is why I freely went back and forth between them.]
To clarify with a couple of examples:
* sqrt(2) is an irrational number. But you can see that I've uniquely characterized it with only 7 symbols. And there are well-known algorithms to calculate sqrt(2) to any desired degree of precision. So sqrt(2) is computable.
* Pi is not only irrational, it's also transcendental. (transcendental means it's not the root of any polynomial with rational coefficients). But pi can be uniquely characterized by many well-known algorithms and formulas that can be described with finitely many symbols. So pi is computable.
Hope this sheds some light on your question. There are lots of things, even in math, that we regard as having mathematical existence, but that we can not possibly name or uniquely characterize.
I would add that this question is much more interesting if we apply it to the world in general, and not just math. Are there things in the world that we can't name? Or do things in the world only exist by virtue of being nameable? This is philosophy, but it's interesting.