Model answer
For any cut that respects the current partial MST, a minimum-weight edge crossing that cut is safe: replacing a heavier crossing edge in any MST cannot increase total weight. Prim repeatedly applies this property to the included/excluded cut.
Use the key terms, then explain the reasoning.