theorem
proved
wrapper
firstPassProgram_exact_top_priority
show as:
view Lean formalization →
formal statement (Lean)
67theorem firstPassProgram_exact_top_priority (c : CombinationID) :
68 c ∈ firstPassSchedule ↔ isHighOrImmediate c :=
proof body
One-line wrapper that applies firstPassSchedule_mem_iff_high_or_immediate.
69 firstPassSchedule_mem_iff_high_or_immediate c
70