Combine list with minimum value

Hello,
I realized a code to obtain a maximum list between 2 lists and a minimum list of 2 lists.
I think it’s possible to simplify this part of the code.
Any ideas

Thank you

So you’re wanting to compare the min/max of each sublist between lists A and B?
You’ve got it pretty well simplified already, but you could combine your lists first then compare min/max.