Compare the digits from left to right.

All numbers have 5 digits. Compare the ten-thousands: all are 5.
Compare the thousands: 8, 8, 4, 4.
• The numbers with thousands digit 4 are smaller. Among 54813 and 54318: thousands both 4, hundreds: 3 < 8, so 54318 is smallest, then 54813.
• Among 58143 and 58413: thousands both 8, hundreds: 1 < 4, so 58143 comes next, then 58413.

Final Answer: 54318, 54813, 58143, 58413