Get parrent category name

You could have a category description.
For example the Cat 4 will have the category description as : From Cat3 in Cat 1.

You add the category description when you edit the category inside of WP > Posts > Categories

Then to display the category description use this PHP code inside of your archive.php theme file:

<?php echo category_description(); ?>