def
definition
metaphysical_ground_unique
show as:
view math explainer →
open explainer
Read the cached plain-language explainer.
open lean source
IndisputableMonolith.Foundation.UniversalForcing.MetaphysicalRealization on GitHub at line 41.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
formal source
38
39/-- The metaphysical-ground identification is unique up to the same canonical
40arithmetic equivalence supplied by Universal Forcing. -/
41noncomputable def metaphysical_ground_unique (R : LogicRealization) :
42 (arithmeticOf R).peano.carrier ≃ ArithmeticFromLogic.LogicNat :=
43 R.orbitEquivLogicNat
44
45end MetaphysicalRealization
46end UniversalForcing
47end Foundation
48end IndisputableMonolith