The most important feature of asymmetric encryption is that there is not a single key to re-decrypt a file, for example, but two. In RSA encryption, there is a public key, which is freely accessible, and a private key, which should preferably only be known to a single person. The original encryption is done with the public RSA key. However, the private RSA key is required for decryption. If the key is lost, the encryption can almost certainly not be broken.
The basis of the RSA cryptosystem is the trapdoor function known from mathematics. This states that a function can only be reversed if additional information is introduced. If this information isn’t provided, there are too many variables, meaning a solution cannot be calculated in a realistic time frame. In the case of the RSA cryptosystem, the private RSA key contains this additional information.