structure
definition
def or abbrev
StrictLogicRealization
show as:
view Lean formalization →
formal statement (Lean)
26structure StrictLogicRealization where
27 Carrier : Type u
28 Cost : Type v
29 zeroCost : Zero Cost
30 compare : Carrier → Carrier → Cost
31 compose : Carrier → Carrier → Carrier
32 one : Carrier
33 generator : Carrier
34 identity_law : ∀ x : Carrier, compare x x = 0
35 non_contradiction_law : ∀ x y : Carrier, compare x y = compare y x
36 excluded_middle_law : Prop
37 composition_law : Prop
38 invariance_law : Prop
39 nontrivial_law : compare generator one ≠ 0
40
41attribute [instance] StrictLogicRealization.zeroCost
42
43namespace StrictLogicRealization
44
45/-- The strict free orbit is uniformly the `LogicNat` iteration object. -/
used by (40)
-
AdmissibleClassCert -
AdmissibleRealization -
ethics_admissible -
four_canonical_domains_admissible -
quantified_universal_forcing -
boolean_freeOrbit_isNNO -
interpret_collapses -
interpret_eq_parity -
_biology_ok -
_categorical_ok -
_ethics_ok -
_music_ok -
_narrative_ok -
_ordered_ok -
biology_arith_equiv_logicNat -
strictBiologyRealization -
strictCategorical_arith_equiv_logicNat -
strictCategoricalRealization -
strictBoolean_arith_equiv_logicNat -
strictBooleanRealization -
strictPositiveRatio_arith_equiv_strictBoolean -
ethics_arith_equiv_logicNat -
strictEthicsRealization -
strict_arith_universal_initial -
strict_peano_surface -
strict_universal_forcing -
StrictMetaphysicalGround -
strict_metaphysical_ground_unique -
strictUniversalGround -
strictModular_arith_equiv_logicNat