theorem
proved
term proof
rcl_logic_reality_chain
show as:
view Lean formalization →
formal statement (Lean)
41theorem rcl_logic_reality_chain
42 (C : ComparisonOperator)
43 (hO : OperativeDomainStructure C) :
44 SatisfiesLawsOfLogic C ∧ RCLFamily (derivedCost C) := by
proof body
Term-mode proof.
45 exact ⟨operative_domain_satisfies_logic C hO,
46 operative_domain_identification C hO⟩
47
48end LogicAsFunctionalEquation
49end Foundation
50end IndisputableMonolith