∀n : ((0≤n<19) →(A(n) < A(19))
I want to know what this statement means. I'm new to Logic and I'm starting to understand parts of it (mainly the basics) however I've come up stuck when it comes to this statement. A relates to an array but i can't tell whether the statement is saying there's 19 objects in the array or something else.
Also I'm confused what this statement also means.
∀n : (A(0)=2 ˄ (n>1 → A(n)=2 * (A(n-1))))