From what I can gather yes - ARC is done by the compiler and should be thought of as a wizard or helper that checks all of your code and inserts the correct retain and release statements for you.
This will therefore be compatible with older iOS runtimes.
Edit:
IT will support 4.x but not 3.x