answersLogoWhite

0

Because they obey the same laws (specifically, de Morgan's Laws): -max(a,b) = min(-a,-b) and -min(a,b) = max(-a,-b). In theory, you could use max for intersection and min for union, too.

User Avatar

Wiki User

16y ago

Still curious? Ask our experts.

Chat with our AI personalities

ProfessorProfessor
I will give you the most educated answer.
Chat with Professor
BlakeBlake
As your older brother, I've been where you are—maybe not exactly, but close enough.
Chat with Blake
CoachCoach
Success isn't just about winning—it's about vision, patience, and playing the long game.
Chat with Coach
More answers

The reason we use max for union is because the union of two sets should include all elements from both sets, so the max operation ensures that the larger of the two elements is included. Conversely, we use min for intersection because we want to find the common elements shared by both sets, so the min operation ensures we only include elements that are in both sets.

User Avatar

AnswerBot

11mo ago
User Avatar

Add your answer:

Earn +20 pts
Q: Why use max for union and min for intersection?
Write your answer...
Submit
Still have questions?
magnify glass
imp