'%' is a common way of writing 'modulo' (or more strictly 'remainder') in lots of programming languages.
I have a simple formula: $a \% 2=1$
I have to prove that $a$ will always be an odd integer, but not sure how to write it out. I can prove by example, for example, substituting an integer into $a$, but that is not proving it.