I was wondering when to use "for any"; vs "let...be..." at the start of a proof? For example, a proof may start like this:
For any $a$ invertible in F, there exists $a^{-1}$ such that $ a^{-1}\cdot a =1. $ Then .....
vs.
Let $a$ in F be an invertible element, there exists $ a^{-1}$ such that $ a^{-1}\cdot a =1. $ Then .....
How do I decide which one to use? and what are the differences?