theorem
proved
rcl_logic_reality_chain
show as:
view math explainer →
open explainer
Generate a durable explainer page for this declaration.
open lean source
IndisputableMonolith.Foundation.LogicAsFunctionalEquation.OperativeDomain on GitHub at line 41.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
-
ComparisonOperator -
derivedCost -
SatisfiesLawsOfLogic -
RCLFamily -
operative_domain_identification -
operative_domain_satisfies_logic -
OperativeDomainStructure
used by
formal source
38
39/-- Headline corollary: on the operative domain, logical comparison and the
40RCL family have the same forced algebraic form. -/
41theorem rcl_logic_reality_chain
42 (C : ComparisonOperator)
43 (hO : OperativeDomainStructure C) :
44 SatisfiesLawsOfLogic C ∧ RCLFamily (derivedCost C) := by
45 exact ⟨operative_domain_satisfies_logic C hO,
46 operative_domain_identification C hO⟩
47
48end LogicAsFunctionalEquation
49end Foundation
50end IndisputableMonolith