theorem
proved
term proof
high_or_immediate_iff
show as:
view Lean formalization →
formal statement (Lean)
78theorem high_or_immediate_iff (c : CombinationID) :
79 isHighOrImmediate c ↔
80 c = .c2PlanetStrata ∨
81 c = .c3OncologyTensor ∨
82 c = .c5AttentionTensor ∨
83 c = .c8MillerSpan ∨
84 c = .c9RegulatoryCeiling := by
proof body
Term-mode proof.
85 cases c <;> simp [isHighOrImmediate, empiricalPriority]
86
87/-- Immediate empirical tests. -/