theorem
proved
term proof
three_domain_product
show as:
view Lean formalization →
formal statement (Lean)
83theorem three_domain_product :
84 Fintype.card (SensoryModality × PrimaryEmotion × BiologicalState) = 125 :=
proof body
Term-mode proof.
85 triple_product_125 sensory_hasConfigDim5 emotion_hasConfigDim5 biological_hasConfigDim5
86
87/-- All five domains together: 5^5 = 3125. -/