Ah, the Simplified Payment Verification or SPV. It's a method in Bitcoin system for verifying transactions without needing to download the whole blockchain.
So instead of downloading and storing gigabytes worth of transaction data, an SPV client only needs to download block headers - that's much smaller and quicker.
It checks if a transaction is included in a block by querying full nodes. Quite handy for lightweight clients like mobile devices!