pith. machine review for the scientific record. sign in
theorem proved term proof

high_or_immediate_iff

show as:
view Lean formalization →

No prose has been written for this declaration yet. The Lean source and graph data below render without it.

generate prose now

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. -/

used by (1)

From the project-wide theorem graph. These declarations reference this one in their body.

depends on (4)

Lean names referenced from this declaration's body.